Uses of Class
dev.cel.expr.Constant
-
Packages that use Constant Package Description dev.cel.checker dev.cel.common.ast dev.cel.expr -
-
Uses of Constant in dev.cel.checker
Methods in dev.cel.checker with parameters of type Constant Modifier and Type Method Description Env.IdentBuilder
Env.IdentBuilder. value(@Nullable Constant value)
Deprecated.Set the identifier to aConstant
value.protected void
ExprVisitor. visit(Expr expr, Constant constant)
Visit aExpr.Constant
expression. -
Uses of Constant in dev.cel.common.ast
Methods in dev.cel.common.ast that return Constant Modifier and Type Method Description static Constant
CelExprConverter. celConstantToExprConstant(CelConstant celConstant)
Converts a proto-basedConstant
to CEL native representation ofCelConstant
.Methods in dev.cel.common.ast with parameters of type Constant Modifier and Type Method Description static CelConstant
CelExprConverter. exprConstantToCelConstant(Constant constExpr)
Converts a proto-basedConstant
to CEL native representation ofCelConstant
. -
Uses of Constant in dev.cel.expr
Methods in dev.cel.expr that return Constant Modifier and Type Method Description Constant
Constant.Builder. build()
Constant
Constant.Builder. buildPartial()
Constant
Expr.Builder. getConstExpr()
A constant expression.Constant
Expr. getConstExpr()
A constant expression.Constant
ExprOrBuilder. getConstExpr()
A constant expression.static Constant
Constant. getDefaultInstance()
Constant
Constant.Builder. getDefaultInstanceForType()
Constant
Constant. getDefaultInstanceForType()
Constant
Decl.IdentDecl.Builder. getValue()
The constant value of the identifier.Constant
Decl.IdentDecl. getValue()
The constant value of the identifier.Constant
Decl.IdentDeclOrBuilder. getValue()
The constant value of the identifier.Constant
Reference.Builder. getValue()
For references to constants, this may contain the value of the constant if known at compile time.Constant
Reference. getValue()
For references to constants, this may contain the value of the constant if known at compile time.Constant
ReferenceOrBuilder. getValue()
For references to constants, this may contain the value of the constant if known at compile time.static Constant
Constant. parseDelimitedFrom(java.io.InputStream input)
static Constant
Constant. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Constant
Constant. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Constant
Constant. parseFrom(java.nio.ByteBuffer data)
static Constant
Constant. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in dev.cel.expr that return types with arguments of type Constant Modifier and Type Method Description com.google.protobuf.Parser<Constant>
Constant. getParserForType()
static com.google.protobuf.Parser<Constant>
Constant. parser()
Methods in dev.cel.expr with parameters of type Constant Modifier and Type Method Description Expr.Builder
Expr.Builder. mergeConstExpr(Constant value)
A constant expression.Constant.Builder
Constant.Builder. mergeFrom(Constant other)
Decl.IdentDecl.Builder
Decl.IdentDecl.Builder. mergeValue(Constant value)
The constant value of the identifier.Reference.Builder
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
Expr.Builder. setConstExpr(Constant value)
A constant expression.Decl.IdentDecl.Builder
Decl.IdentDecl.Builder. setValue(Constant value)
The constant value of the identifier.Reference.Builder
Reference.Builder. setValue(Constant value)
For references to constants, this may contain the value of the constant if known at compile time.
-