Uses of Class
dev.cel.expr.Constant
Packages that use Constant
-
Uses of Constant in dev.cel.expr
Fields in dev.cel.expr declared as ConstantModifier and TypeFieldDescriptionprivate static final Constant
Constant.DEFAULT_INSTANCE
private Constant
Decl.IdentDecl.Builder.value_
private Constant
Decl.IdentDecl.value_
private Constant
Reference.Builder.value_
private Constant
Reference.value_
Fields in dev.cel.expr with type parameters of type ConstantModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Constant, Constant.Builder, ConstantOrBuilder> Expr.Builder.constExprBuilder_
private static final com.google.protobuf.Parser
<Constant> Constant.PARSER
private com.google.protobuf.SingleFieldBuilder
<Constant, Constant.Builder, ConstantOrBuilder> Decl.IdentDecl.Builder.valueBuilder_
private com.google.protobuf.SingleFieldBuilder
<Constant, Constant.Builder, ConstantOrBuilder> Reference.Builder.valueBuilder_
Methods in dev.cel.expr that return ConstantModifier and TypeMethodDescriptionConstant.Builder.build()
Constant.Builder.buildPartial()
Expr.Builder.getConstExpr()
A constant expression.Expr.getConstExpr()
A constant expression.ExprOrBuilder.getConstExpr()
A constant expression.static Constant
Constant.getDefaultInstance()
Constant.Builder.getDefaultInstanceForType()
Constant.getDefaultInstanceForType()
Decl.IdentDecl.Builder.getValue()
The constant value of the identifier.Decl.IdentDecl.getValue()
The constant value of the identifier.Decl.IdentDeclOrBuilder.getValue()
The constant value of the identifier.Reference.Builder.getValue()
For references to constants, this may contain the value of the constant if known at compile time.Reference.getValue()
For references to constants, this may contain the value of the constant if known at compile time.ReferenceOrBuilder.getValue()
For references to constants, this may contain the value of the constant if known at compile time.static Constant
Constant.parseDelimitedFrom
(InputStream input) static Constant
Constant.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Constant
Constant.parseFrom
(byte[] data) static Constant
Constant.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Constant
Constant.parseFrom
(com.google.protobuf.ByteString data) static Constant
Constant.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Constant
Constant.parseFrom
(com.google.protobuf.CodedInputStream input) static Constant
Constant.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Constant
Constant.parseFrom
(InputStream input) static Constant
Constant.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Constant
Constant.parseFrom
(ByteBuffer data) static Constant
Constant.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in dev.cel.expr that return types with arguments of type ConstantModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Constant, Constant.Builder, ConstantOrBuilder> Expr.Builder.getConstExprFieldBuilder()
A constant expression.com.google.protobuf.Parser
<Constant> Constant.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<Constant, Constant.Builder, ConstantOrBuilder> Decl.IdentDecl.Builder.getValueFieldBuilder()
The constant value of the identifier.private com.google.protobuf.SingleFieldBuilder
<Constant, Constant.Builder, ConstantOrBuilder> Reference.Builder.getValueFieldBuilder()
For references to constants, this may contain the value of the constant if known at compile time.static com.google.protobuf.Parser
<Constant> Constant.parser()
Methods in dev.cel.expr with parameters of type ConstantModifier and TypeMethodDescriptionprivate void
Constant.Builder.buildPartial0
(Constant result) private void
Constant.Builder.buildPartialOneofs
(Constant result) Expr.Builder.mergeConstExpr
(Constant value) A constant expression.Decl.IdentDecl.Builder.mergeValue
(Constant value) The constant value of the identifier.Reference.Builder.mergeValue
(Constant value) For references to constants, this may contain the value of the constant if known at compile time.static Constant.Builder
Constant.newBuilder
(Constant prototype) Expr.Builder.setConstExpr
(Constant value) A constant expression.The constant value of the identifier.For references to constants, this may contain the value of the constant if known at compile time.