Package | Description |
---|---|
org.mvel2 | |
org.mvel2.ast | |
org.mvel2.compiler | |
org.mvel2.integration | |
org.mvel2.util |
Constructor and Description |
---|
UnresolveablePropertyException(ASTNode astNode) |
UnresolveablePropertyException(ASTNode astNode,
Throwable throwable) |
Modifier and Type | Field and Description |
---|---|
protected ASTNode |
BooleanNode.left |
ASTNode |
ASTNode.nextASTNode |
protected ASTNode |
BooleanNode.right |
Modifier and Type | Method and Description |
---|---|
ASTNode |
Instance.getClassStatement() |
ASTNode |
Contains.getFirstStatement() |
ASTNode |
BooleanNode.getLeft() |
ASTNode |
Union.getMain() |
ASTNode |
BooleanNode.getRight() |
abstract ASTNode |
BooleanNode.getRightMost() |
ASTNode |
BinaryOperation.getRightMost() |
ASTNode |
And.getRightMost() |
ASTNode |
Or.getRightMost() |
ASTNode |
Contains.getSecondStatement() |
ASTNode |
Soundslike.getSoundslike() |
ASTNode |
Instance.getStatement() |
ASTNode |
Soundslike.getStatement() |
Modifier and Type | Method and Description |
---|---|
void |
BooleanNode.setLeft(ASTNode node) |
void |
BooleanNode.setRight(ASTNode node) |
void |
IntDiv.setRight(ASTNode node) |
abstract void |
BooleanNode.setRightMost(ASTNode right) |
void |
BinaryOperation.setRightMost(ASTNode right) |
void |
And.setRightMost(ASTNode right) |
void |
Or.setRightMost(ASTNode right) |
Modifier and Type | Field and Description |
---|---|
protected ASTNode |
AbstractParser.lastNode |
Modifier and Type | Method and Description |
---|---|
ASTNode |
CompiledExpression.getFirstNode() |
ASTNode |
ExecutableAccessor.getNode() |
ASTNode |
ExecutableAccessorSafe.getNode() |
ASTNode |
AbstractParser.handleSubstatement(Substatement stmt) |
protected ASTNode |
AbstractParser.handleUnion(ASTNode node)
Handle a union between a closed statement and a residual property chain.
|
protected ASTNode |
AbstractParser.nextToken()
Retrieve the next token in the expression.
|
protected ASTNode |
AbstractParser.nextTokenSkipSymbols() |
protected ASTNode |
ExpressionCompiler.verify(ParserContext pCtx,
ASTNode tk) |
Modifier and Type | Method and Description |
---|---|
protected ASTNode |
AbstractParser.handleUnion(ASTNode node)
Handle a union between a closed statement and a residual property chain.
|
protected ASTNode |
ExpressionCompiler.verify(ParserContext pCtx,
ASTNode tk) |
Constructor and Description |
---|
ExecutableAccessor(ASTNode node,
Class egress) |
ExecutableAccessorSafe(ASTNode node) |
ExecutableAccessorSafe(ASTNode node,
Class returnType) |
Modifier and Type | Method and Description |
---|---|
int |
Interceptor.doAfter(Object exitStackValue,
ASTNode node,
VariableResolverFactory factory)
This method is called after the wrapped statement has completed.
|
int |
Interceptor.doBefore(ASTNode node,
VariableResolverFactory factory)
This method is executed before the wrapped statement.
|
Modifier and Type | Method and Description |
---|---|
ASTNode |
ASTIterator.firstNode() |
ASTNode |
ASTLinkedList.firstNode() |
ASTNode |
ASTLinkedList.firstNonSymbol() |
ASTNode |
ASTIterator.nextNode() |
ASTNode |
ASTLinkedList.nextNode() |
ASTNode |
ASTIterator.nodesAhead(int offset) |
ASTNode |
ASTLinkedList.nodesAhead(int offset) |
ASTNode |
ASTIterator.nodesBack(int offset) |
ASTNode |
ASTLinkedList.nodesBack(int offset) |
ASTNode |
ASTIterator.peekLast() |
ASTNode |
ASTLinkedList.peekLast() |
ASTNode |
ASTIterator.peekNext() |
ASTNode |
ASTLinkedList.peekNext() |
ASTNode |
ASTIterator.peekNode() |
ASTNode |
ASTLinkedList.peekNode() |
Modifier and Type | Method and Description |
---|---|
void |
ASTIterator.addTokenNode(ASTNode node) |
void |
ASTLinkedList.addTokenNode(ASTNode astNode) |
void |
ASTIterator.addTokenNode(ASTNode node1,
ASTNode node2) |
void |
ASTLinkedList.addTokenNode(ASTNode astNode,
ASTNode token2) |
ASTBinaryTree |
ASTBinaryTree.append(ASTNode node) |
static void |
CompilerTools.expectType(ASTNode node,
Class type,
boolean compileMode) |
static Accessor |
CompilerTools.extractAccessor(ASTNode n) |
void |
ASTLinkedList.setCurrentNode(ASTNode node) |
Constructor and Description |
---|
ASTBinaryTree(ASTNode node) |
ASTLinkedList(ASTNode firstASTNode) |
ASTLinkedList(ASTNode firstASTNode,
int size) |
Copyright © 2015. All rights reserved.