analyzeExpression(String expr, Set[] availableIdentifiers) Analyze an expression.
Parameters: expr - The expression to analyze. Parameters: availDecls - Total set of declarations available.
Analyze an expression.
Parameters: expr - The expression to analyze. Parameters: availDecls - Total set of declarations available. The Set of declarations used by the expression. throws: RecognitionException - If an error occurs in the parser.