public class MVELInterpretedRuntime extends AbstractParser
CLASS_LITERALS, compileMode, ctx, cursor, debugSymbols, dStack, end, expr, fields, GET, GET_OR_CREATE, greedy, lastLineStart, lastNode, lastWasComment, lastWasIdentifier, lastWasLineLabel, length, LEVEL_0_PROPERTY_ONLY, LEVEL_1_BASIC_LANG, LEVEL_2_MULTI_STATEMENT, LEVEL_3_ITERATION, LEVEL_4_ASSIGNMENT, LEVEL_5_CONTROL_FLOW, line, literalOnly, LITERALS, OP_CONTINUE, OP_OVERFLOW, OP_RESET_FRAME, OP_TERMINATE, OPERATORS, pCtx, REMOVE, SET, splitAccumulator, st, start, stk, variableFactory
Constructor and Description |
---|
MVELInterpretedRuntime(char[] expr,
int start,
int offset,
Object ctx,
VariableResolverFactory resolverFactory) |
MVELInterpretedRuntime(char[] expr,
int start,
int offset,
Object ctx,
VariableResolverFactory resolverFactory,
ParserContext pCtx) |
MVELInterpretedRuntime(char[] expr,
Object ctx,
VariableResolverFactory resolverFactory) |
MVELInterpretedRuntime(String expression,
Object ctx,
VariableResolverFactory resolverFactory) |
MVELInterpretedRuntime(String expression,
Object ctx,
VariableResolverFactory resolverFactory,
ParserContext pCtx) |
Modifier and Type | Method and Description |
---|---|
Object |
parse() |
addFatalError, addFatalError, arithmeticFunctionReduction, captureIdentifier, captureToEOS, captureToEOSorEOL, captureToEOT, captureToNextTokenJunction, expectEOS, expectNextChar_IW, getCursor, getExpression, handleSubstatement, handleUnion, ifThenElseBlockContinues, incNextNonBlank, isArithmeticOperator, isNextIdentifier, isNextIdentifierOrLiteral, isStatementNotManuallyTerminated, lastNonWhite, loadLanguageFeaturesByLevel, lookAhead, lookAhead, lookBehind, lookToLast, nextNonBlank, nextToken, nextTokenSkipSymbols, reduce, setExpression, setExpression, setLanguageLevel, setupParser, skipWhitespace, tokenContinues, trimLeft, trimRight, trimWhitespace
public MVELInterpretedRuntime(char[] expr, Object ctx, VariableResolverFactory resolverFactory)
public MVELInterpretedRuntime(char[] expr, int start, int offset, Object ctx, VariableResolverFactory resolverFactory)
public MVELInterpretedRuntime(char[] expr, int start, int offset, Object ctx, VariableResolverFactory resolverFactory, ParserContext pCtx)
public MVELInterpretedRuntime(String expression, Object ctx, VariableResolverFactory resolverFactory)
public MVELInterpretedRuntime(String expression, Object ctx, VariableResolverFactory resolverFactory, ParserContext pCtx)
public Object parse()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.