Uses of Class
dev.cel.common.CelValidationResult
-
Packages that use CelValidationResult Package Description dev.cel.checker dev.cel.compiler dev.cel.parser -
-
Uses of CelValidationResult in dev.cel.checker
Methods in dev.cel.checker that return CelValidationResult Modifier and Type Method Description CelValidationResultCelChecker. check(CelAbstractSyntaxTree ast)Check the inputastfor type-agreement and return aCelValidationResult.CelValidationResultCelCheckerLegacyImpl. check(CelAbstractSyntaxTree ast) -
Uses of CelValidationResult in dev.cel.compiler
Methods in dev.cel.compiler that return CelValidationResult Modifier and Type Method Description CelValidationResultCelCompilerImpl. check(CelAbstractSyntaxTree ast)default CelValidationResultCelCompiler. compile(java.lang.String expression)Compile the inputexpressionand return aCelValidationResult.default CelValidationResultCelCompiler. compile(java.lang.String expression, java.lang.String description)Compile the inputexpressionand return aCelValidationResult.CelValidationResultCelCompilerImpl. parse(CelSource source)CelValidationResultCelCompilerImpl. parse(java.lang.String expression, java.lang.String description) -
Uses of CelValidationResult in dev.cel.parser
Methods in dev.cel.parser that return CelValidationResult Modifier and Type Method Description CelValidationResultCelParser. parse(CelSource source)Parse the inputexpressionand return aCelValidationResult.default CelValidationResultCelParser. parse(java.lang.String expression)Parse the inputexpressionand return aCelValidationResult.CelValidationResultCelParser. parse(java.lang.String expression, java.lang.String description)Parse the inputexpressionand return aCelValidationResult.CelValidationResultCelParserImpl. parse(CelSource source)CelValidationResultCelParserImpl. parse(java.lang.String expression, java.lang.String description)
-