public class MVELExprAnalyzer extends Object
Constructor and Description |
---|
MVELExprAnalyzer() |
Modifier and Type | Method and Description |
---|---|
MVELAnalysisResult |
analyzeExpression(PackageBuildContext context,
String expr,
BoundIdentifiers availableIdentifiers,
Map<String,Class<?>> localTypes,
String contextIndeifier,
Class kcontextClass)
Analyze an expression.
|
public MVELAnalysisResult analyzeExpression(PackageBuildContext context, String expr, BoundIdentifiers availableIdentifiers, Map<String,Class<?>> localTypes, String contextIndeifier, Class kcontextClass)
expr
- The expression to analyze.availableIdentifiers
- Total set of declarations available.Set
of declarations used by the expression.org.antlr.runtime.RecognitionException
- If an error occurs in the parser.Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.