Package dev.cel.checker
Class TypeProvider.FieldType
- java.lang.Object
-
- dev.cel.checker.TypeProvider.FieldType
-
- Enclosing interface:
- TypeProvider
public abstract static class TypeProvider.FieldType extends java.lang.ObjectResult of aTypeProvider.lookupFieldType(dev.cel.expr.Type, java.lang.String)call.
-
-
Constructor Summary
Constructors Constructor Description FieldType()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description dev.cel.common.types.CelTypecelType()static TypeProvider.FieldTypeof(dev.cel.expr.Type type)Create a newFieldTypeinstance from the providedtype.abstract dev.cel.expr.Typetype()TheTypeof the field.
-
-
-
Method Detail
-
type
public abstract dev.cel.expr.Type type()
TheTypeof the field.
-
celType
public dev.cel.common.types.CelType celType()
-
of
public static TypeProvider.FieldType of(dev.cel.expr.Type type)
Create a newFieldTypeinstance from the providedtype.
-
-