Uses of Interface
org.mvel2.compiler.ExecutableStatement
-
-
Uses of ExecutableStatement in org.mvel2.ast
Methods 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()ExecutableStatementNegation. getStatement()ExecutableStatementRegExMatch. getStatement()ExecutableStatementSign. getStatement()ExecutableStatementSubstatement. getStatement()ExecutableStatementTypeCast. getStatement()ExecutableStatementWithNode.ParmValuePair. getStatement()Constructors in org.mvel2.ast with parameters of type ExecutableStatement Constructor Description NewObjectArray(java.lang.Class arrayType, ExecutableStatement[] sizes)ParmValuePair(java.lang.String parameter, ExecutableStatement statement, java.lang.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.asm
Fields in org.mvel2.optimizers.impl.asm with type parameters of type ExecutableStatement Modifier and Type Field Description private java.util.ArrayList<ExecutableStatement>ASMAccessorOptimizer. compiledInputsMethods in org.mvel2.optimizers.impl.asm with parameters of type ExecutableStatement Modifier and Type Method Description private java.lang.ObjectASMAccessorOptimizer. addSubstatement(ExecutableStatement stmt)Constructor parameters in org.mvel2.optimizers.impl.asm with type arguments of type ExecutableStatement Constructor Description ASMAccessorOptimizer(org.objectweb.asm.ClassWriter cw, org.objectweb.asm.MethodVisitor mv, java.util.ArrayList<ExecutableStatement> compiledInputs, java.lang.String className, StringAppender buildLog, int compileDepth) -
Uses of ExecutableStatement in org.mvel2.optimizers.impl.refl
Methods in org.mvel2.optimizers.impl.refl with parameters of type ExecutableStatement Modifier and Type Method Description private java.lang.ObjectReflectiveAccessorOptimizer. getMethod(java.lang.Object ctx, java.lang.String name, java.lang.Object[] args, java.lang.Class[] argTypes, ExecutableStatement[] es) -
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 private ExecutableStatementArrayAccessorNest. indexprivate ExecutableStatementIndexedCharSeqAccessorNest. indexprivate ExecutableStatementListAccessorNest. indexprotected ExecutableStatementWithAccessor. nestedStatementprotected ExecutableStatement[]InvokableAccessor. parmsprivate ExecutableStatement[]MethodAccessorNH. parmsprivate ExecutableStatementMapAccessorNest. propertyprivate ExecutableStatementWithAccessor.ExecutablePairs. statementMethods 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(java.lang.reflect.Constructor constructor, ExecutableStatement[] parms)ExecutablePairs(java.lang.String parameter, ExecutableStatement statement, java.lang.Class ingressType, ParserContext pCtx)IndexedCharSeqAccessorNest(ExecutableStatement index)ListAccessorNest(ExecutableStatement index, java.lang.Class conversionType)MapAccessorNest(ExecutableStatement property, java.lang.Class conversionType)MethodAccessor(java.lang.reflect.Method method, ExecutableStatement[] parms)MethodAccessorNH(java.lang.reflect.Method method, ExecutableStatement[] parms, PropertyHandler handler)
-