Uses of Class
dev.cel.expr.Type.PrimitiveType
-
Packages that use Type.PrimitiveType Package Description dev.cel.checker dev.cel.common.types dev.cel.expr -
-
Uses of Type.PrimitiveType in dev.cel.checker
Methods in dev.cel.checker with parameters of type Type.PrimitiveType Modifier and Type Method Description static TypeTypes. create(Type.PrimitiveType type)Create a primitiveType.static TypeTypes. createWrapper(Type.PrimitiveType primitive)Create a wrapper type for theprimitive. -
Uses of Type.PrimitiveType in dev.cel.common.types
Methods in dev.cel.common.types with parameters of type Type.PrimitiveType Modifier and Type Method Description static TypeCelTypes. create(Type.PrimitiveType type)Create a primitiveType.static TypeCelTypes. createWrapper(Type.PrimitiveType primitive)Create a wrapper type for theprimitive. -
Uses of Type.PrimitiveType in dev.cel.expr
Methods in dev.cel.expr that return Type.PrimitiveType Modifier and Type Method Description static Type.PrimitiveTypeType.PrimitiveType. forNumber(int value)Type.PrimitiveTypeType.Builder. getPrimitive()Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.PrimitiveTypeType. getPrimitive()Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.PrimitiveTypeTypeOrBuilder. getPrimitive()Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.PrimitiveTypeType.Builder. getWrapper()Wrapper of a primitive type, e.g.Type.PrimitiveTypeType. getWrapper()Wrapper of a primitive type, e.g.Type.PrimitiveTypeTypeOrBuilder. getWrapper()Wrapper of a primitive type, e.g.static Type.PrimitiveTypeType.PrimitiveType. valueOf(int value)Deprecated.static Type.PrimitiveTypeType.PrimitiveType. valueOf(Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Type.PrimitiveTypeType.PrimitiveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Type.PrimitiveType[]Type.PrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.cel.expr that return types with arguments of type Type.PrimitiveType Modifier and Type Method Description static Internal.EnumLiteMap<Type.PrimitiveType>Type.PrimitiveType. internalGetValueMap()Methods in dev.cel.expr with parameters of type Type.PrimitiveType Modifier and Type Method Description Type.BuilderType.Builder. setPrimitive(Type.PrimitiveType value)Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.BuilderType.Builder. setWrapper(Type.PrimitiveType value)Wrapper of a primitive type, e.g.
-