Uses of Interface
dev.cel.expr.TypeOrBuilder
Packages that use TypeOrBuilder
-
Uses of TypeOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement TypeOrBuilderModifier and TypeClassDescriptionfinal classRepresents a CEL type.static final classRepresents a CEL type.Methods in dev.cel.expr that return TypeOrBuilderModifier and TypeMethodDescriptionType.FunctionType.Builder.getArgTypesOrBuilder(int index) Argument types of the function.Type.FunctionType.getArgTypesOrBuilder(int index) Argument types of the function.Type.FunctionTypeOrBuilder.getArgTypesOrBuilder(int index) Argument types of the function.Type.ListType.Builder.getElemTypeOrBuilder()The element type.Type.ListType.getElemTypeOrBuilder()The element type.Type.ListTypeOrBuilder.getElemTypeOrBuilder()The element type.Type.MapType.Builder.getKeyTypeOrBuilder()The type of the key.Type.MapType.getKeyTypeOrBuilder()The type of the key.Type.MapTypeOrBuilder.getKeyTypeOrBuilder()The type of the key.Type.AbstractType.Builder.getParameterTypesOrBuilder(int index) Parameter types for this abstract type.Type.AbstractType.getParameterTypesOrBuilder(int index) Parameter types for this abstract type.Type.AbstractTypeOrBuilder.getParameterTypesOrBuilder(int index) Parameter types for this abstract type.Decl.FunctionDecl.Overload.Builder.getParamsOrBuilder(int index) List of function parameter [Type][cel.expr.Type] values.Decl.FunctionDecl.Overload.getParamsOrBuilder(int index) List of function parameter [Type][cel.expr.Type] values.Decl.FunctionDecl.OverloadOrBuilder.getParamsOrBuilder(int index) List of function parameter [Type][cel.expr.Type] values.Decl.FunctionDecl.Overload.Builder.getResultTypeOrBuilder()Required.Decl.FunctionDecl.Overload.getResultTypeOrBuilder()Required.Decl.FunctionDecl.OverloadOrBuilder.getResultTypeOrBuilder()Required.Type.FunctionType.Builder.getResultTypeOrBuilder()Result type of the function.Type.FunctionType.getResultTypeOrBuilder()Result type of the function.Type.FunctionTypeOrBuilder.getResultTypeOrBuilder()Result type of the function.Decl.IdentDecl.Builder.getTypeOrBuilder()Required.Decl.IdentDecl.getTypeOrBuilder()Required.Decl.IdentDeclOrBuilder.getTypeOrBuilder()Required.Type.Builder.getTypeOrBuilder()Type type.Type.getTypeOrBuilder()Type type.TypeOrBuilder.getTypeOrBuilder()Type type.Type.MapType.Builder.getValueTypeOrBuilder()The type of the value.Type.MapType.getValueTypeOrBuilder()The type of the value.Type.MapTypeOrBuilder.getValueTypeOrBuilder()The type of the value.Methods in dev.cel.expr that return types with arguments of type TypeOrBuilderModifier and TypeMethodDescriptionList<? extends TypeOrBuilder>Type.FunctionType.Builder.getArgTypesOrBuilderList()Argument types of the function.List<? extends TypeOrBuilder>Type.FunctionType.getArgTypesOrBuilderList()Argument types of the function.List<? extends TypeOrBuilder>Type.FunctionTypeOrBuilder.getArgTypesOrBuilderList()Argument types of the function.List<? extends TypeOrBuilder>Type.AbstractType.Builder.getParameterTypesOrBuilderList()Parameter types for this abstract type.List<? extends TypeOrBuilder>Type.AbstractType.getParameterTypesOrBuilderList()Parameter types for this abstract type.List<? extends TypeOrBuilder>Type.AbstractTypeOrBuilder.getParameterTypesOrBuilderList()Parameter types for this abstract type.List<? extends TypeOrBuilder>Decl.FunctionDecl.Overload.Builder.getParamsOrBuilderList()List of function parameter [Type][cel.expr.Type] values.List<? extends TypeOrBuilder>Decl.FunctionDecl.Overload.getParamsOrBuilderList()List of function parameter [Type][cel.expr.Type] values.List<? extends TypeOrBuilder>Decl.FunctionDecl.OverloadOrBuilder.getParamsOrBuilderList()List of function parameter [Type][cel.expr.Type] values. -
Uses of TypeOrBuilder in dev.cel.expr.conformance.test
Methods in dev.cel.expr.conformance.test that return TypeOrBuilderModifier and TypeMethodDescriptionTestCase.Builder.getDeducedTypeOrBuilder()If specified validates that the deduced type at check time matches If the result kind is not set and this field is set, the test is considered "check-only".TestCase.getDeducedTypeOrBuilder()If specified validates that the deduced type at check time matches If the result kind is not set and this field is set, the test is considered "check-only".TestCaseOrBuilder.getDeducedTypeOrBuilder()If specified validates that the deduced type at check time matches If the result kind is not set and this field is set, the test is considered "check-only".TypedResult.Builder.getDeducedTypeOrBuilder()The deduced type of the expression as reported by the checker.TypedResult.getDeducedTypeOrBuilder()The deduced type of the expression as reported by the checker.TypedResultOrBuilder.getDeducedTypeOrBuilder()The deduced type of the expression as reported by the checker.