Uses of Class
dev.cel.common.CelVarDecl
-
Packages that use CelVarDecl Package Description dev.cel.bundle dev.cel.checker dev.cel.common dev.cel.compiler -
-
Uses of CelVarDecl in dev.cel.bundle
Methods in dev.cel.bundle with parameters of type CelVarDecl Modifier and Type Method Description CelBuilderCelBuilder. addVarDeclarations(CelVarDecl... celVarDecls)Add variable declarationCelVarDeclto the CEL environment.Method parameters in dev.cel.bundle with type arguments of type CelVarDecl Modifier and Type Method Description CelBuilderCelBuilder. addVarDeclarations(java.lang.Iterable<CelVarDecl> celVarDecls)Add variable declarationCelVarDeclto the CEL environment. -
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.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.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.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)
-