Uses of Interface
org.mvel2.compiler.ExecutableStatement
-
Packages that use ExecutableStatement Package Description org.mvel2.ast org.mvel2.compiler org.mvel2.optimizers.impl.refl.collection org.mvel2.optimizers.impl.refl.nodes org.mvel2.util -
-
Uses of ExecutableStatement in org.mvel2.ast
Fields in org.mvel2.ast declared as ExecutableStatement Modifier and Type Field Description protected ExecutableStatementForNode. afterExecutableStatementAssertNode. assertionprotected ExecutableStatementBlockNode. compiledBlockprotected ExecutableStatementFunction. compiledBlockprotected ExecutableStatementDoNode. conditionprotected ExecutableStatementDoUntilNode. conditionprotected ExecutableStatementForEachNode. conditionprotected ExecutableStatementForNode. conditionprotected ExecutableStatementIfNode. conditionprotected ExecutableStatementUntilNode. conditionprotected ExecutableStatementWhileNode. conditionprotected ExecutableStatementIfNode. elseBlockExecutableStatementAssertNode. failprotected ExecutableStatementForNode. initializerprotected ExecutableStatementIfNode. nestedStatementprotected ExecutableStatementDeepAssignmentNode. statementMethods in org.mvel2.ast that return ExecutableStatement Modifier and Type Method Description ExecutableStatement[]TypeDescriptor. getCompiledArraySize()ExecutableStatementBlockNode. getCompiledBlock()ExecutableStatementFunction. getCompiledBlock()ExecutableStatementIfNode. getElseBlock()ExecutableStatementIfNode. getNestedStatement()ExecutableStatementNestedStatement. getNestedStatement()ExecutableStatementWithNode. getNestedStatement()ExecutableStatementRegExMatch. getPatternStatement()ExecutableStatementAssignmentNode. getStatement()ExecutableStatementFunction. getStatement()ExecutableStatementHasStatement. getStatement()ExecutableStatementNegation. getStatement()ExecutableStatementRegExMatch. getStatement()ExecutableStatementSign. getStatement()ExecutableStatementSubstatement. getStatement()ExecutableStatementTypeCast. getStatement()ExecutableStatementWithNode.ParmValuePair. getStatement()Methods in org.mvel2.ast with parameters of type ExecutableStatement Modifier and Type Method Description Proto.ReceiverProto. declareReceiver(String name, Class type, ExecutableStatement initCode)Proto.ReceiverProto. declareReceiver(String name, Proto.ReceiverType type, ExecutableStatement initCode)voidProto.Receiver. setInitValue(ExecutableStatement initValue)voidAssignment. setValueStatement(ExecutableStatement stmt)voidAssignmentNode. setValueStatement(ExecutableStatement stmt)voidDeclProtoVarNode. setValueStatement(ExecutableStatement stmt)voidDeclTypedVarNode. setValueStatement(ExecutableStatement stmt)voidDeepAssignmentNode. setValueStatement(ExecutableStatement stmt)voidIndexedAssignmentNode. setValueStatement(ExecutableStatement stmt)voidIndexedDeclTypedVarNode. setValueStatement(ExecutableStatement stmt)voidProtoVarNode. setValueStatement(ExecutableStatement stmt)voidTypedVarNode. setValueStatement(ExecutableStatement stmt)Constructors in org.mvel2.ast with parameters of type ExecutableStatement Constructor Description NewObjectArray(Class arrayType, ExecutableStatement[] sizes)ParmValuePair(String parameter, ExecutableStatement statement, Class ingressType, ParserContext pCtx)Receiver(Proto.ProtoInstance protoInstance, Proto.ReceiverType type, ExecutableStatement stmt) -
Uses of ExecutableStatement in org.mvel2.compiler
Classes in org.mvel2.compiler that implement ExecutableStatement Modifier and Type Class Description classCompiledAccExpressionclassCompiledExpressionclassExecutableAccessorclassExecutableAccessorSafeclassExecutableLiteral -
Uses of ExecutableStatement in org.mvel2.optimizers.impl.refl.collection
Fields in org.mvel2.optimizers.impl.refl.collection declared as ExecutableStatement Modifier and Type Field Description ExecutableStatementExprValueAccessor. stmtMethods in org.mvel2.optimizers.impl.refl.collection that return ExecutableStatement Modifier and Type Method Description ExecutableStatementExprValueAccessor. getStmt()Methods in org.mvel2.optimizers.impl.refl.collection with parameters of type ExecutableStatement Modifier and Type Method Description voidExprValueAccessor. setStmt(ExecutableStatement stmt) -
Uses of ExecutableStatement in org.mvel2.optimizers.impl.refl.nodes
Fields in org.mvel2.optimizers.impl.refl.nodes declared as ExecutableStatement Modifier and Type Field Description protected ExecutableStatementWithAccessor. nestedStatementprotected ExecutableStatement[]InvokableAccessor. parmsMethods in org.mvel2.optimizers.impl.refl.nodes that return ExecutableStatement Modifier and Type Method Description ExecutableStatementArrayAccessorNest. getIndex()ExecutableStatementIndexedCharSeqAccessorNest. getIndex()ExecutableStatementListAccessorNest. getIndex()ExecutableStatement[]ConstructorAccessor. getParameters()ExecutableStatement[]MethodAccessor. getParms()ExecutableStatement[]MethodAccessorNH. getParms()ExecutableStatementMapAccessorNest. getProperty()ExecutableStatementWithAccessor.ExecutablePairs. getStatement()Methods in org.mvel2.optimizers.impl.refl.nodes with parameters of type ExecutableStatement Modifier and Type Method Description voidArrayAccessorNest. setIndex(ExecutableStatement index)voidIndexedCharSeqAccessorNest. setIndex(ExecutableStatement index)voidListAccessorNest. setIndex(ExecutableStatement index)voidMethodAccessor. setParms(ExecutableStatement[] parms)voidMethodAccessorNH. setParms(ExecutableStatement[] parms)voidMapAccessorNest. setProperty(ExecutableStatement property)voidWithAccessor.ExecutablePairs. setStatement(ExecutableStatement statement)Constructors in org.mvel2.optimizers.impl.refl.nodes with parameters of type ExecutableStatement Constructor Description ArrayAccessorNest(ExecutableStatement stmt)ConstructorAccessor(Constructor constructor, ExecutableStatement[] parms)ExecutablePairs(String parameter, ExecutableStatement statement, Class ingressType, ParserContext pCtx)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) -
Uses of ExecutableStatement in org.mvel2.util
Methods in org.mvel2.util that return ExecutableStatement Modifier and Type Method Description static ExecutableStatementParseTools. validateStatements(char[] outer, ExecutableStatement statement)Methods in org.mvel2.util with parameters of type ExecutableStatement Modifier and Type Method Description static ExecutableStatementParseTools. validateStatements(char[] outer, ExecutableStatement statement)
-