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.checkerMethods in dev.cel.checker with parameters of type CelVarDecl Modifier and Type Method Description CelCheckerBuilderCelCheckerBuilder. addVarDeclarations(CelVarDecl... celVarDecls)Add variable declarationCelVarDeclto the CEL environment.CelCheckerBuilderCelCheckerLegacyImpl.Builder. addVarDeclarations(CelVarDecl... celVarDecls)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.CelCheckerBuilderCelCheckerLegacyImpl.Builder. addVarDeclarations(java.lang.Iterable<CelVarDecl> celVarDecls)
- 
Uses of CelVarDecl in dev.cel.commonMethods 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.
- 
Uses of CelVarDecl in dev.cel.compilerMethods in dev.cel.compiler with parameters of type CelVarDecl Modifier and Type Method Description CelCompilerBuilderCelCompilerBuilder. addVarDeclarations(CelVarDecl... varDecl)Add variable declarationCelVarDeclto the CEL environment.CelCompilerBuilderCelCompilerImpl.Builder. addVarDeclarations(CelVarDecl... celVarDecls)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.CelCompilerBuilderCelCompilerImpl.Builder. addVarDeclarations(java.lang.Iterable<CelVarDecl> celVarDecls)
 
-