Uses of Class
dev.cel.common.ast.CelExpr.CelStruct
-
Packages that use CelExpr.CelStruct Package Description dev.cel.common.ast dev.cel.parser -
-
Uses of CelExpr.CelStruct in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelExpr.CelStruct Modifier and Type Method Description CelExpr.CelStructCelExpr.CelStruct.Builder. build()CelExpr.CelStructCelExpr.Builder. struct()Gets the underlying struct expression.abstract CelExpr.CelStructCelExpr.ExprKind. struct()CelExpr.CelStructCelExpr. struct()Gets the underlying struct expression.CelExpr.CelStructCelExpr. structOrDefault()Gets the underlying struct expression or a default instance of one if expression is notCelExpr.ExprKind.Kind.STRUCT.Methods in dev.cel.common.ast with parameters of type CelExpr.CelStruct Modifier and Type Method Description CelExpr.BuilderCelExpr.Builder. setStruct(CelExpr.CelStruct struct)protected voidCelExprVisitor. visit(CelExpr expr, CelExpr.CelStruct struct)Visit aCelStructexpression. -
Uses of CelExpr.CelStruct in dev.cel.parser
Methods in dev.cel.parser with parameters of type CelExpr.CelStruct Modifier and Type Method Description protected voidCelUnparserVisitor. visit(CelExpr expr, CelExpr.CelStruct struct)
-