Uses of Class
dev.cel.common.CelVarDecl
-
Packages that use CelVarDecl Package Description dev.cel.checker dev.cel.common dev.cel.compiler -
-
Uses of CelVarDecl in dev.cel.checker
Methods in dev.cel.checker with parameters of type CelVarDecl Modifier and Type Method Description CelCheckerBuilderCelCheckerBuilder. addVarDeclarations(CelVarDecl... celVarDecls)Add variable declarationCelVarDeclto the CEL environment.CelCheckerLegacyImpl.BuilderCelCheckerLegacyImpl.Builder. addVarDeclarations(CelVarDecl... celVarDecls)Add variable declarationCelVarDeclto the CEL environment.Method parameters in dev.cel.checker with type arguments of type CelVarDecl Modifier and Type Method Description CelCheckerBuilderCelCheckerBuilder. addVarDeclarations(java.lang.Iterable<CelVarDecl> celVarDecls)Add variable declarationCelVarDeclto the CEL environment.CelCheckerLegacyImpl.BuilderCelCheckerLegacyImpl.Builder. addVarDeclarations(java.lang.Iterable<CelVarDecl> celVarDecls)Add variable declarationCelVarDeclto the CEL environment. -
Uses of CelVarDecl in dev.cel.common
Methods in dev.cel.common that return CelVarDecl Modifier and Type Method Description static CelVarDeclCelVarDecl. newVarDeclaration(java.lang.String name, CelType type)Create a newCelVarDeclwith a givennameandtype.Methods in dev.cel.common with parameters of type CelVarDecl Modifier and Type Method Description static DeclCelVarDecl. celVarToDecl(CelVarDecl varDecl)Converts aCelVarDeclto a protobuf equivalent formDecl -
Uses of CelVarDecl in dev.cel.compiler
Methods in dev.cel.compiler with parameters of type CelVarDecl Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. addVarDeclarations(CelVarDecl... varDecl)Add variable declarationCelVarDeclto the CEL environment.CelCompilerImpl.BuilderCelCompilerImpl.Builder. addVarDeclarations(CelVarDecl... celVarDecls)Add variable declarationCelVarDeclto the CEL environment.Method parameters in dev.cel.compiler with type arguments of type CelVarDecl Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. addVarDeclarations(java.lang.Iterable<CelVarDecl> varDecl)Add variable declarationCelVarDeclto the CEL environment.CelCompilerImpl.BuilderCelCompilerImpl.Builder. addVarDeclarations(java.lang.Iterable<CelVarDecl> celVarDecls)Add variable declarationCelVarDeclto the CEL environment.
-