Uses of Class
dev.cel.common.ast.CelReference
-
Packages that use CelReference Package Description dev.cel.checker dev.cel.common dev.cel.common.ast -
-
Uses of CelReference in dev.cel.checker
Methods in dev.cel.checker that return CelReference Modifier and Type Method Description abstract CelReferenceExprChecker.OverloadResolution. reference()TheReferenceto the declaration name and overload id.Methods in dev.cel.checker that return types with arguments of type CelReference Modifier and Type Method Description java.util.Map<java.lang.Long,CelReference>Env. getRefMap()Returns the reference map.Methods in dev.cel.checker with parameters of type CelReference Modifier and Type Method Description static ExprChecker.OverloadResolutionExprChecker.OverloadResolution. of(CelReference reference, CelType type)Construct a newOverloadResolutionfrom areferenceandtype.voidEnv. setRef(CelExpr expr, CelReference reference)Sets the reference associated with an expression. -
Uses of CelReference in dev.cel.common
Methods in dev.cel.common that return CelReference Modifier and Type Method Description CelReferenceCelAbstractSyntaxTree. getReferenceOrThrow(long exprId)Methods in dev.cel.common that return types with arguments of type CelReference Modifier and Type Method Description java.util.Optional<CelReference>CelAbstractSyntaxTree. getReference(long exprId)com.google.common.collect.ImmutableMap<java.lang.Long,CelReference>CelAbstractSyntaxTree. getReferenceMap()Constructor parameters in dev.cel.common with type arguments of type CelReference Constructor Description CelAbstractSyntaxTree(CelExpr celExpr, CelSource celSource, java.util.Map<java.lang.Long,CelReference> references, java.util.Map<java.lang.Long,CelType> types)Internal: Consumers should not be creating an instance of this class directly. -
Uses of CelReference in dev.cel.common.ast
Methods in dev.cel.common.ast that return CelReference Modifier and Type Method Description CelReferenceCelReference.Builder. build()static CelReferenceCelExprConverter. exprReferenceToCelReference(Reference reference)Converts a proto-basedReferenceto CEL native representation ofCelReference.Methods in dev.cel.common.ast with parameters of type CelReference Modifier and Type Method Description static ReferenceCelExprConverter. celReferenceToExprReference(CelReference reference)Converts a proto-basedCelReferenceto CEL native representation ofReference.
-