Package dev.cel.common.types
Class StructType.Field
- java.lang.Object
-
- dev.cel.common.types.StructType.Field
-
- Enclosing class:
- StructType
@Immutable public abstract static class StructType.Field extends java.lang.ObjectValue object which holds a reference to the field name and type.
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.Stringname()static StructType.Fieldof(java.lang.String name, CelType type)abstract CelTypetype()
-
-
-
Method Detail
-
name
public abstract java.lang.String name()
-
type
public abstract CelType type()
-
of
public static StructType.Field of(java.lang.String name, CelType type)
-
-