Package | Description |
---|---|
org.mvel2.ast | |
org.mvel2.compiler | |
org.mvel2.optimizers.impl.refl.collection | |
org.mvel2.optimizers.impl.refl.nodes |
Modifier and Type | Method and Description |
---|---|
ExecutableStatement[] |
TypeDescriptor.getCompiledArraySize() |
ExecutableStatement |
Function.getCompiledBlock() |
ExecutableStatement |
IfNode.getElseBlock() |
ExecutableStatement |
NestedStatement.getNestedStatement() |
ExecutableStatement |
IfNode.getNestedStatement() |
ExecutableStatement |
WithNode.getNestedStatement() |
ExecutableStatement |
Substatement.getStatement() |
ExecutableStatement |
WithNode.ParmValuePair.getStatement() |
Constructor and Description |
---|
IfNode(ExecutableStatement condition,
ExecutableStatement nestedStatement,
ExecutableStatement elseBlock) |
NewObjectNode.NewObjectArray(Class arrayType,
ExecutableStatement[] sizes) |
Proto.Receiver(Proto.ProtoInstance protoInstance,
Proto.ReceiverType type,
ExecutableStatement stmt) |
WithNode.ParmValuePair(String parameter,
ExecutableStatement statement,
Class ingressType,
ParserContext pCtx) |
Modifier and Type | Class and Description |
---|---|
class |
CompiledAccExpression |
class |
CompiledExpression |
class |
ExecutableAccessor |
class |
ExecutableAccessorSafe |
class |
ExecutableLiteral |
Modifier and Type | Field and Description |
---|---|
ExecutableStatement |
ExprValueAccessor.stmt |
Modifier and Type | Method and Description |
---|---|
ExecutableStatement |
ExprValueAccessor.getStmt() |
Modifier and Type | Method and Description |
---|---|
void |
ExprValueAccessor.setStmt(ExecutableStatement stmt) |
Modifier and Type | Field and Description |
---|---|
protected ExecutableStatement |
WithAccessor.nestedStatement |
Modifier and Type | Method and Description |
---|---|
ExecutableStatement |
ArrayAccessorNest.getIndex() |
ExecutableStatement |
ListAccessorNest.getIndex() |
ExecutableStatement |
IndexedCharSeqAccessorNest.getIndex() |
ExecutableStatement[] |
MethodAccessorNH.getParms() |
ExecutableStatement[] |
MethodAccessor.getParms() |
ExecutableStatement |
MapAccessorNest.getProperty() |
ExecutableStatement |
WithAccessor.ExecutablePairs.getStatement() |
Modifier and Type | Method and Description |
---|---|
void |
ArrayAccessorNest.setIndex(ExecutableStatement index) |
void |
ListAccessorNest.setIndex(ExecutableStatement index) |
void |
IndexedCharSeqAccessorNest.setIndex(ExecutableStatement index) |
void |
MethodAccessorNH.setParms(ExecutableStatement[] parms) |
void |
MethodAccessor.setParms(ExecutableStatement[] parms) |
void |
MapAccessorNest.setProperty(ExecutableStatement property) |
void |
WithAccessor.ExecutablePairs.setStatement(ExecutableStatement statement) |
Constructor and Description |
---|
ArrayAccessorNest(ExecutableStatement stmt) |
ConstructorAccessor(Constructor constructor,
ExecutableStatement[] parms) |
IndexedCharSeqAccessorNest(ExecutableStatement index) |
ListAccessorNest(ExecutableStatement index,
Class conversionType) |
MapAccessorNest(ExecutableStatement property,
Class conversionType) |
MethodAccessor(Method method,
ExecutableStatement[] parms) |
MethodAccessorNH(Method method,
ExecutableStatement[] parms,
PropertyHandler handler) |
WithAccessor.ExecutablePairs(String parameter,
ExecutableStatement statement,
Class ingressType,
ParserContext pCtx) |
Copyright © 2013. All rights reserved.