- AALOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- AASTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- AbstractInsnNode - Class in org.mvel2.asm.tree
-
A node that represents a bytecode instruction.
- AbstractInsnNode(int) - Constructor for class org.mvel2.asm.tree.AbstractInsnNode
-
- AbstractOptimizer - Class in org.mvel2.optimizers
-
- AbstractOptimizer() - Constructor for class org.mvel2.optimizers.AbstractOptimizer
-
- AbstractOptimizer(ParserContext) - Constructor for class org.mvel2.optimizers.AbstractOptimizer
-
- AbstractParser - Class in org.mvel2.compiler
-
This is the core parser that the subparsers extend.
- AbstractParser() - Constructor for class org.mvel2.compiler.AbstractParser
-
- AbstractParser(ParserContext) - Constructor for class org.mvel2.compiler.AbstractParser
-
- ACC_ABSTRACT - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_ANNOTATION - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_BRIDGE - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_DEPRECATED - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_ENUM - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_FINAL - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_INTERFACE - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_MANDATED - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_NATIVE - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_PRIVATE - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_PROTECTED - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_PUBLIC - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_STATIC - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_STRICT - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_SUPER - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_SYNCHRONIZED - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_SYNTHETIC - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_TRANSIENT - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_VARARGS - Static variable in interface org.mvel2.asm.Opcodes
-
- ACC_VOLATILE - Static variable in interface org.mvel2.asm.Opcodes
-
- accept(ClassVisitor, int) - Method in class org.mvel2.asm.ClassReader
-
Makes the given visitor visit the Java class of this
ClassReader
.
- accept(ClassVisitor, Attribute[], int) - Method in class org.mvel2.asm.ClassReader
-
Makes the given visitor visit the Java class of this
ClassReader.
- accept(SignatureVisitor) - Method in class org.mvel2.asm.signature.SignatureReader
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.AbstractInsnNode
-
Makes the given code visitor visit this instruction.
- accept(AnnotationVisitor) - Method in class org.mvel2.asm.tree.AnnotationNode
-
Makes the given visitor visit this annotation.
- accept(ClassVisitor) - Method in class org.mvel2.asm.tree.ClassNode
-
Makes the given class visitor visit this class.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.FieldInsnNode
-
- accept(ClassVisitor) - Method in class org.mvel2.asm.tree.FieldNode
-
Makes the given class visitor visit this field.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.FrameNode
-
Makes the given visitor visit this stack map frame.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.IincInsnNode
-
- accept(ClassVisitor) - Method in class org.mvel2.asm.tree.InnerClassNode
-
Makes the given class visitor visit this inner class.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.InsnList
-
Makes the given visitor visit all of the instructions in this list.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.InsnNode
-
Makes the given visitor visit this instruction.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.IntInsnNode
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.InvokeDynamicInsnNode
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.JumpInsnNode
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.LabelNode
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.LdcInsnNode
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.LineNumberNode
-
- accept(MethodVisitor, boolean) - Method in class org.mvel2.asm.tree.LocalVariableAnnotationNode
-
Makes the given visitor visit this type annotation.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.LocalVariableNode
-
Makes the given visitor visit this local variable declaration.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.LookupSwitchInsnNode
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.MethodInsnNode
-
- accept(ClassVisitor) - Method in class org.mvel2.asm.tree.MethodNode
-
Makes the given class visitor visit this method.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.MethodNode
-
Makes the given method visitor visit this method.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.MultiANewArrayInsnNode
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.ParameterNode
-
Makes the given visitor visit this parameter declaration.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.TableSwitchInsnNode
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.TryCatchBlockNode
-
Makes the given visitor visit this try catch block.
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.TypeInsnNode
-
- accept(MethodVisitor) - Method in class org.mvel2.asm.tree.VarInsnNode
-
- acceptAnnotations(MethodVisitor) - Method in class org.mvel2.asm.tree.AbstractInsnNode
-
Makes the given visitor visit the annotations of this instruction.
- acceptType(SignatureVisitor) - Method in class org.mvel2.asm.signature.SignatureReader
-
- access - Variable in class org.mvel2.asm.tree.ClassNode
-
The class's access flags (see
Opcodes).
- access - Variable in class org.mvel2.asm.tree.FieldNode
-
The field's access flags (see
Opcodes).
- access - Variable in class org.mvel2.asm.tree.InnerClassNode
-
The access flags of the inner class as originally declared in the
enclosing class.
- access - Variable in class org.mvel2.asm.tree.MethodNode
-
The method's access flags (see
Opcodes).
- access - Variable in class org.mvel2.asm.tree.ParameterNode
-
The parameter's access flags (see
Opcodes).
- accessor - Variable in class org.mvel2.ast.ASTNode
-
- Accessor - Interface in org.mvel2.compiler
-
- AccessorNode - Interface in org.mvel2.compiler
-
- AccessorOptimizer - Interface in org.mvel2.optimizers
-
- aconst(Object) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ACONST_NULL - Static variable in interface org.mvel2.asm.Opcodes
-
- ADD - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
math method.
- add(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- add(AbstractInsnNode) - Method in class org.mvel2.asm.tree.InsnList
-
Adds the given instruction to the end of this list.
- add(InsnList) - Method in class org.mvel2.asm.tree.InsnList
-
Adds the given instructions to the end of this list.
- ADD - Static variable in interface org.mvel2.Operator
-
- add(Object) - Method in class org.mvel2.util.ExecutionStack
-
- add(E) - Method in class org.mvel2.util.FastList
-
- add(int, E) - Method in class org.mvel2.util.FastList
-
- add(Object) - Method in interface org.mvel2.util.Stack
-
- addAll(int, Collection<? extends E>) - Method in class org.mvel2.util.FastList
-
- addAll(Collection) - Method in class org.mvel2.util.FastList
-
- addAllImports(Map<String, Object>) - Method in class org.mvel2.ParserConfiguration
-
- addClass(Class) - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- addConversionHandler(Class, ConversionHandler) - Static method in class org.mvel2.DataConversion
-
- addDocumentEnd() - Method in class org.mvel2.asm.xml.SAXAdapter
-
- addDocumentStart() - Method in class org.mvel2.asm.xml.SAXAdapter
-
- addElement(String, Attributes) - Method in class org.mvel2.asm.xml.SAXAdapter
-
- addEnd(String) - Method in class org.mvel2.asm.xml.SAXAdapter
-
- addError(ErrorDetail) - Method in class org.mvel2.ParserContext
-
- addFatalError(String) - Method in class org.mvel2.compiler.AbstractParser
-
- addFatalError(String, int) - Method in class org.mvel2.compiler.AbstractParser
-
- addImport(Class) - Method in class org.mvel2.ParserConfiguration
-
- addImport(String, Class) - Method in class org.mvel2.ParserConfiguration
-
- addImport(String, Proto) - Method in class org.mvel2.ParserConfiguration
-
- addImport(String, Method) - Method in class org.mvel2.ParserConfiguration
-
- addImport(String, MethodStub) - Method in class org.mvel2.ParserConfiguration
-
- addImport(Class) - Method in class org.mvel2.ParserContext
-
Adds an import for the specified Class.
- addImport(Proto) - Method in class org.mvel2.ParserContext
-
- addImport(String, Class) - Method in class org.mvel2.ParserContext
-
Adds an import for a specified Class using an alias.
- addImport(String, Method) - Method in class org.mvel2.ParserContext
-
Adds an import for a specified Method representing a static method import using an alias.
- addImport(String, MethodStub) - Method in class org.mvel2.ParserContext
-
Adds a static import for the specified
MethodStub with an alias.
- addIndexedInput(String[]) - Method in class org.mvel2.ParserContext
-
- addIndexedInput(String) - Method in class org.mvel2.ParserContext
-
- addIndexedInputs(Collection<String>) - Method in class org.mvel2.ParserContext
-
- addIndexedLocals(String[]) - Method in class org.mvel2.ParserContext
-
- addIndexedLocals(Collection<String>) - Method in class org.mvel2.ParserContext
-
- addInput(String, Class) - Method in class org.mvel2.ParserContext
-
- addInput(String, Class, Class[]) - Method in class org.mvel2.ParserContext
-
- addInputs(Map<String, Class>) - Method in class org.mvel2.ParserContext
-
- addKey(K) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- addKey(K, V) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- addNamedTemplate(String, CompiledTemplate) - Method in class org.mvel2.templates.SimpleTemplateRegistry
-
- addNamedTemplate(String, CompiledTemplate) - Method in interface org.mvel2.templates.TemplateRegistry
-
- addPackageImport(String) - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- addPackageImport(String) - Method in class org.mvel2.ParserConfiguration
-
- addPackageImport(String) - Method in class org.mvel2.ParserContext
-
Adds a package import to a parse session.
- addResolver(String, VariableResolver) - Method in class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- addResolver(String, VariableResolver) - Method in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- addResolver(String, VariableResolver) - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- addResolver(String, VariableResolver) - Method in class org.mvel2.integration.impl.MapVariableResolverFactory
-
- addStart(String, Attributes) - Method in class org.mvel2.asm.xml.SAXAdapter
-
- addSVUID(long) - Method in class org.mvel2.asm.commons.SerialVersionUIDAdder
-
- addTokenNode(ASTNode) - Method in interface org.mvel2.util.ASTIterator
-
- addTokenNode(ASTNode, ASTNode) - Method in interface org.mvel2.util.ASTIterator
-
- addTokenNode(ASTNode) - Method in class org.mvel2.util.ASTLinkedList
-
- addTokenNode(ASTNode, ASTNode) - Method in class org.mvel2.util.ASTLinkedList
-
- addTypeParameters(String, Class) - Method in class org.mvel2.ParserContext
-
- addTypeParameters(Map<String, Map<String, Type>>) - Method in class org.mvel2.ParserContext
-
- addVariable(String, Class, boolean) - Method in class org.mvel2.ParserContext
-
- addVariable(String, Class) - Method in class org.mvel2.ParserContext
-
- addVariables(Map<String, Class>) - Method in class org.mvel2.ParserContext
-
- AdviceAdapter - Class in org.mvel2.asm.commons
-
A
MethodVisitor to insert before, after and around
advices in methods and constructors.
- AdviceAdapter(int, MethodVisitor, int, String, String) - Constructor for class org.mvel2.asm.commons.AdviceAdapter
-
- after - Variable in class org.mvel2.ast.ForNode
-
- allVars - Variable in class org.mvel2.util.VariableSpaceModel
-
- aload(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ALOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- analysisCompile(char[], ParserContext) - Static method in class org.mvel2.MVEL
-
Performs an analysis compileShared, which will populate the ParserContext with type, input and variable information,
but will not produce a payload.
- analysisCompile(String, ParserContext) - Static method in class org.mvel2.MVEL
-
- analyze(String, MethodNode) - Method in class org.mvel2.asm.tree.analysis.Analyzer
-
Analyzes the given method.
- analyze() - Method in class org.mvel2.compiler.PropertyVerifier
-
Analyze the statement and return the known egress type.
- analyze(char[], ParserContext) - Static method in class org.mvel2.MVEL
-
- analyze(String, ParserContext) - Static method in class org.mvel2.MVEL
-
- Analyzer<V extends Value> - Class in org.mvel2.asm.tree.analysis
-
A semantic bytecode analyzer.
- Analyzer(Interpreter<V>) - Constructor for class org.mvel2.asm.tree.analysis.Analyzer
-
- AnalyzerAdapter - Class in org.mvel2.asm.commons
-
- AnalyzerAdapter(String, int, String, String, MethodVisitor) - Constructor for class org.mvel2.asm.commons.AnalyzerAdapter
-
- AnalyzerAdapter(int, String, int, String, String, MethodVisitor) - Constructor for class org.mvel2.asm.commons.AnalyzerAdapter
-
- AnalyzerException - Exception in org.mvel2.asm.tree.analysis
-
Thrown if a problem occurs during the analysis of a method.
- AnalyzerException(AbstractInsnNode, String) - Constructor for exception org.mvel2.asm.tree.analysis.AnalyzerException
-
- AnalyzerException(AbstractInsnNode, String, Throwable) - Constructor for exception org.mvel2.asm.tree.analysis.AnalyzerException
-
- AnalyzerException(AbstractInsnNode, String, Object, Value) - Constructor for exception org.mvel2.asm.tree.analysis.AnalyzerException
-
- AND - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
math method.
- and(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- And - Class in org.mvel2.ast
-
- And(ASTNode, ASTNode, boolean, ParserContext) - Constructor for class org.mvel2.ast.And
-
- AND - Static variable in interface org.mvel2.Operator
-
- anew(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ANEWARRAY - Static variable in interface org.mvel2.asm.Opcodes
-
- annotationDefault - Variable in class org.mvel2.asm.tree.MethodNode
-
The default value of this annotation interface method.
- AnnotationNode - Class in org.mvel2.asm.tree
-
A node that represents an annotationn.
- AnnotationNode(String) - Constructor for class org.mvel2.asm.tree.AnnotationNode
-
- AnnotationNode(int, String) - Constructor for class org.mvel2.asm.tree.AnnotationNode
-
- AnnotationVisitor - Class in org.mvel2.asm
-
A visitor to visit a Java annotation.
- AnnotationVisitor(int) - Constructor for class org.mvel2.asm.AnnotationVisitor
-
- AnnotationVisitor(int, AnnotationVisitor) - Constructor for class org.mvel2.asm.AnnotationVisitor
-
- api - Variable in class org.mvel2.asm.AnnotationVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.mvel2.asm.ClassVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.mvel2.asm.FieldVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.mvel2.asm.MethodVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.mvel2.asm.signature.SignatureVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.mvel2.asm.tree.analysis.Interpreter
-
- api - Variable in class org.mvel2.asm.util.Printer
-
The ASM API version implemented by this class.
- append(CharSequence) - Method in class org.mvel2.templates.util.io.StandardOutputStream
-
- append(char[]) - Method in class org.mvel2.templates.util.io.StandardOutputStream
-
- append(CharSequence) - Method in class org.mvel2.templates.util.io.StringAppenderStream
-
- append(char[]) - Method in class org.mvel2.templates.util.io.StringAppenderStream
-
- append(CharSequence) - Method in class org.mvel2.templates.util.io.StringBuilderStream
-
- append(char[]) - Method in class org.mvel2.templates.util.io.StringBuilderStream
-
- append(CharSequence) - Method in interface org.mvel2.templates.util.TemplateOutputStream
-
- append(char[]) - Method in interface org.mvel2.templates.util.TemplateOutputStream
-
- append(ASTNode) - Method in class org.mvel2.util.ASTBinaryTree
-
- append(char[]) - Method in class org.mvel2.util.StringAppender
-
- append(byte[]) - Method in class org.mvel2.util.StringAppender
-
- append(char[], int, int) - Method in class org.mvel2.util.StringAppender
-
- append(byte[], int, int) - Method in class org.mvel2.util.StringAppender
-
- append(Object) - Method in class org.mvel2.util.StringAppender
-
- append(CharSequence) - Method in class org.mvel2.util.StringAppender
-
- append(String) - Method in class org.mvel2.util.StringAppender
-
- append(char) - Method in class org.mvel2.util.StringAppender
-
- append(byte) - Method in class org.mvel2.util.StringAppender
-
- appendConstant(Object) - Method in class org.mvel2.asm.util.ASMifier
-
Appends a string representation of the given constant to the given
buffer.
- appendDescriptor(int, String) - Method in class org.mvel2.asm.util.Textifier
-
Appends an internal name, a type descriptor or a type signature to
buf.
- appendFactory(VariableResolverFactory) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- appendFactory(VariableResolverFactory, T) - Static method in class org.mvel2.integration.ResolverTools
-
Based on a root factory, append the new factory to the end of the chain.
- appendHandle(Handle) - Method in class org.mvel2.asm.util.Textifier
-
Appends the information about the given handle to
buf.
- appendLabel(Label) - Method in class org.mvel2.asm.util.ASMifier
-
Appends the name of the given label to
buf.
- appendLabel(Label) - Method in class org.mvel2.asm.util.Textifier
-
Appends the name of the given label to
buf.
- appendString(StringBuffer, String) - Static method in class org.mvel2.asm.util.Printer
-
Appends a quoted string to a given buffer.
- areComparisonCompatible(Class<?>, Class<?>) - Static method in class org.mvel2.util.CompatibilityStrategy
-
- areComparisonCompatible(Class<?>, Class<?>) - Method in interface org.mvel2.util.CompatibilityStrategy.CompatibilityEvaluator
-
- areComparisonCompatible(Class<?>, Class<?>) - Method in class org.mvel2.util.CompatibilityStrategy.DefaultCompatibilityEvaluator
-
- areEqualityCompatible(Class<?>, Class<?>) - Static method in class org.mvel2.util.CompatibilityStrategy
-
- areEqualityCompatible(Class<?>, Class<?>) - Method in interface org.mvel2.util.CompatibilityStrategy.CompatibilityEvaluator
-
- areEqualityCompatible(Class<?>, Class<?>) - Method in class org.mvel2.util.CompatibilityStrategy.DefaultCompatibilityEvaluator
-
- areturn(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ARETURN - Static variable in interface org.mvel2.asm.Opcodes
-
- arithmeticFunctionReduction(int) - Method in class org.mvel2.compiler.AbstractParser
-
Reduce the current operations on the stack.
- ARRAY - Static variable in class org.mvel2.asm.Type
-
The sort of array reference types.
- ARRAY - Static variable in class org.mvel2.util.CollectionParser
-
- ARRAY_ELEMENT - Static variable in class org.mvel2.asm.TypePath
-
A type path step that steps into the element type of an array type.
- ARRAY_TYPE_LITERAL - Static variable in class org.mvel2.ast.ASTNode
-
- ArrayAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- ArrayAccessor() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- ArrayAccessor(int) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- ArrayAccessorNest - Class in org.mvel2.optimizers.impl.refl.nodes
-
- ArrayAccessorNest() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- ArrayAccessorNest(String) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- ArrayAccessorNest(ExecutableStatement) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- ArrayCH - Class in org.mvel2.conversion
-
- ArrayCH() - Constructor for class org.mvel2.conversion.ArrayCH
-
- ArrayCreator - Class in org.mvel2.optimizers.impl.refl.collection
-
- ArrayCreator(Accessor[], Class) - Constructor for class org.mvel2.optimizers.impl.refl.collection.ArrayCreator
-
- ArrayHandler - Class in org.mvel2.conversion
-
- ArrayHandler(Class) - Constructor for class org.mvel2.conversion.ArrayHandler
-
- ArrayIterator - Class in org.mvel2.templates.util
-
- ArrayIterator(Object[]) - Constructor for class org.mvel2.templates.util.ArrayIterator
-
- arrayLength() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to compute the length of an array.
- arraylength() - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ARRAYLENGTH - Static variable in interface org.mvel2.asm.Opcodes
-
- ArrayLength - Class in org.mvel2.optimizers.impl.refl.nodes
-
- ArrayLength() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ArrayLength
-
- arrayLoad(Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to load an element from an array.
- ArraySize - Class in org.mvel2.ast
-
- ArraySize(char[]) - Constructor for class org.mvel2.ast.ArraySize
-
- arrayStore(Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to store an element in an array.
- arrayStore(Class) - Method in class org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer
-
- ArrayTools - Class in org.mvel2.util
-
- ArrayTools() - Constructor for class org.mvel2.util.ArrayTools
-
- ASM4 - Static variable in interface org.mvel2.asm.Opcodes
-
- ASM5 - Static variable in interface org.mvel2.asm.Opcodes
-
- ASMAccessorOptimizer - Class in org.mvel2.optimizers.impl.asm
-
Implementation of the MVEL Just-in-Time (JIT) compiler for Property Accessors using the ASM bytecode
engineering library.
- ASMAccessorOptimizer() - Constructor for class org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer
-
- ASMContentHandler - Class in org.mvel2.asm.xml
-
- ASMContentHandler(ClassVisitor) - Constructor for class org.mvel2.asm.xml.ASMContentHandler
-
- ASMContentHandler.Rule - Class in org.mvel2.asm.xml
-
Rule
- ASMContentHandler.Rule() - Constructor for class org.mvel2.asm.xml.ASMContentHandler.Rule
-
- ASMifiable - Interface in org.mvel2.asm.util
-
An
Attribute that can print the ASM code
to create an equivalent attribute.
- ASMifier - Class in org.mvel2.asm.util
-
A
Printer that prints the ASM code to generate the classes if visits.
- ASMifier() - Constructor for class org.mvel2.asm.util.ASMifier
-
- ASMifier(int, String, int) - Constructor for class org.mvel2.asm.util.ASMifier
-
- asmify(StringBuffer, String, Map<Label, String>) - Method in interface org.mvel2.asm.util.ASMifiable
-
Prints the ASM code to create an attribute equal to this attribute.
- ASSERT - Static variable in interface org.mvel2.Operator
-
- assertion - Variable in class org.mvel2.ast.AssertNode
-
- AssertNode - Class in org.mvel2.ast
-
- AssertNode(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.AssertNode
-
- ASSIGN - Static variable in class org.mvel2.ast.ASTNode
-
- ASSIGN - Static variable in interface org.mvel2.Operator
-
- ASSIGN_ADD - Static variable in interface org.mvel2.Operator
-
- ASSIGN_AND - Static variable in interface org.mvel2.Operator
-
- ASSIGN_DIV - Static variable in interface org.mvel2.Operator
-
- ASSIGN_LSHIFT - Static variable in interface org.mvel2.Operator
-
- ASSIGN_MOD - Static variable in interface org.mvel2.Operator
-
- ASSIGN_OR - Static variable in interface org.mvel2.Operator
-
- ASSIGN_RSHIFT - Static variable in interface org.mvel2.Operator
-
- ASSIGN_RUSHIFT - Static variable in interface org.mvel2.Operator
-
- ASSIGN_STR_APPEND - Static variable in interface org.mvel2.Operator
-
- ASSIGN_SUB - Static variable in interface org.mvel2.Operator
-
- ASSIGN_XOR - Static variable in interface org.mvel2.Operator
-
- Assignment - Interface in org.mvel2.ast
-
- AssignmentNode - Class in org.mvel2.ast
-
- AssignmentNode(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.AssignmentNode
-
- ASTBinaryTree - Class in org.mvel2.util
-
- ASTBinaryTree(ASTNode) - Constructor for class org.mvel2.util.ASTBinaryTree
-
- ASTIterator - Interface in org.mvel2.util
-
The ASTIterator interface defines the functionality required by the enginer, for compiletime and runtime
operations.
- ASTLinkedList - Class in org.mvel2.util
-
- ASTLinkedList() - Constructor for class org.mvel2.util.ASTLinkedList
-
- ASTLinkedList(ASTIterator) - Constructor for class org.mvel2.util.ASTLinkedList
-
- ASTLinkedList(ASTNode) - Constructor for class org.mvel2.util.ASTLinkedList
-
- ASTLinkedList(ASTNode, int) - Constructor for class org.mvel2.util.ASTLinkedList
-
- ASTNode - Class in org.mvel2.ast
-
- ASTNode(ParserContext) - Constructor for class org.mvel2.ast.ASTNode
-
- ASTNode(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.ASTNode
-
- astore(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ASTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- athrow() - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ATHROW - Static variable in interface org.mvel2.asm.Opcodes
-
- Attribute - Class in org.mvel2.asm
-
A non standard class, field, method or code attribute.
- Attribute(String) - Constructor for class org.mvel2.asm.Attribute
-
Constructs a new empty attribute.
- attrs - Variable in class org.mvel2.asm.tree.ClassNode
-
The non standard attributes of this class.
- attrs - Variable in class org.mvel2.asm.tree.FieldNode
-
The non standard attributes of this field.
- attrs - Variable in class org.mvel2.asm.tree.MethodNode
-
The non standard attributes of this method.
- av - Variable in class org.mvel2.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
- CachedMapVariableResolverFactory - Class in org.mvel2.integration.impl
-
- CachedMapVariableResolverFactory() - Constructor for class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- CachedMapVariableResolverFactory(Map<String, Object>) - Constructor for class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- CachedMapVariableResolverFactory(Map<String, Object>, VariableResolverFactory) - Constructor for class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- CachingMapVariableResolverFactory - Class in org.mvel2.integration.impl
-
- CachingMapVariableResolverFactory(Map) - Constructor for class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- calcRowAndColumn() - Method in class org.mvel2.ErrorDetail
-
- calculateContents(char[]) - Method in class org.mvel2.templates.res.Node
-
- calculateContents(char[]) - Method in class org.mvel2.templates.res.TextNode
-
- call(Object, Object, VariableResolverFactory, Object[]) - Method in class org.mvel2.ast.Function
-
- call(Object, Object, VariableResolverFactory, Object[]) - Method in class org.mvel2.ast.FunctionInstance
-
- call(Object, Object, VariableResolverFactory, Object[]) - Method in class org.mvel2.ast.Proto.Receiver
-
- call(Object, Object, VariableResolverFactory, Object[]) - Method in class org.mvel2.ast.PrototypalFunctionInstance
-
- call(Object, Object, VariableResolverFactory, Object[]) - Method in interface org.mvel2.util.CallableProxy
-
- call(Object, Object, VariableResolverFactory, Object[]) - Method in class org.mvel2.util.MethodStub
-
- call(Object, Object, VariableResolverFactory, Object[]) - Method in class org.mvel2.util.StaticFieldStub
-
- call(Object, Object, VariableResolverFactory, Object[]) - Method in interface org.mvel2.util.StaticStub
-
- CallableProxy - Interface in org.mvel2.util
-
- CALOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- canConvert(Class, Class) - Static method in class org.mvel2.DataConversion
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.ArrayCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.ArrayHandler
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.BigDecimalCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.BigIntegerCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.BooleanCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.ByteCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.CharArrayCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.CharCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.CompositeCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.DoubleCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.FloatCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.IntArrayCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.IntegerCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.ListCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.LongCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.ObjectCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.PrimIntArrayCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.SetCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.ShortCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.StringArrayCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.StringCH
-
- canConvertFrom(Class) - Method in class org.mvel2.conversion.UnitConversion
-
- canConvertFrom(Class) - Method in interface org.mvel2.ConversionHandler
-
This method is used to indicate to the runtime whehter or not the handler knows how to convert
from the specified type.
- canSerializeAccessor() - Method in class org.mvel2.ast.ASTNode
-
- capture() - Method in class org.mvel2.optimizers.AbstractOptimizer
-
- captureContructorAndResidual(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- captureIdentifier() - Method in class org.mvel2.compiler.AbstractParser
-
Capture to the end of the current identifier under the cursor.
- captureStringLiteral(char, char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- captureToEOS() - Method in class org.mvel2.compiler.AbstractParser
-
Capture from the current cursor position, to the end of the statement.
- captureToEOS(char[], int) - Static method in class org.mvel2.templates.util.TemplateTools
-
- captureToEOS(char[], int, int, ParserContext) - Static method in class org.mvel2.util.ParseTools
-
- captureToEOSorEOL() - Method in class org.mvel2.compiler.AbstractParser
-
From the current cursor position, capture to the end of statement, or the end of line, whichever comes first.
- captureToEOT() - Method in class org.mvel2.compiler.AbstractParser
-
From the current cursor position, capture to the end of the current token.
- captureToNextTokenJunction() - Method in class org.mvel2.compiler.AbstractParser
-
From the current cursor position, capture to the end of the next token junction.
- captureToNextTokenJunction(char[], int, int, ParserContext) - Static method in class org.mvel2.util.ParseTools
-
- captureToWhitespace() - Method in class org.mvel2.MacroProcessor
-
- cast(Type, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to cast a numerical value from one type to
another.
- cast(Type, Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- CAST - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the type declared in an explicit
or implicit cast instruction.
- CASTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- catchException(Label, Label, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Marks the start of an exception handler.
- cEnd - Variable in class org.mvel2.templates.res.Node
-
- ChangeWorkingDir - Class in org.mvel2.sh.command.file
-
- ChangeWorkingDir() - Constructor for class org.mvel2.sh.command.file.ChangeWorkingDir
-
- CHAR - Static variable in class org.mvel2.asm.Type
-
The sort of the char type.
- CHAR - Static variable in interface org.mvel2.DataTypes
-
- CHAR_TYPE - Static variable in class org.mvel2.asm.Type
-
The char type.
- CharArrayCH - Class in org.mvel2.conversion
-
- CharArrayCH() - Constructor for class org.mvel2.conversion.CharArrayCH
-
- charAt(int) - Method in class org.mvel2.util.StringAppender
-
- CharCH - Class in org.mvel2.conversion
-
- CharCH() - Constructor for class org.mvel2.conversion.CharCH
-
- check(int) - Method in class org.mvel2.asm.tree.AnnotationNode
-
Checks that this annotation node is compatible with the given ASM API
version.
- check(int) - Method in class org.mvel2.asm.tree.ClassNode
-
Checks that this class node is compatible with the given ASM API version.
- check(int) - Method in class org.mvel2.asm.tree.FieldNode
-
Checks that this field node is compatible with the given ASM API version.
- check(int) - Method in class org.mvel2.asm.tree.MethodNode
-
Checks that this method node is compatible with the given ASM API
version.
- CheckAnnotationAdapter - Class in org.mvel2.asm.util
-
- CheckAnnotationAdapter(AnnotationVisitor) - Constructor for class org.mvel2.asm.util.CheckAnnotationAdapter
-
- checkArgumentCount(int) - Method in class org.mvel2.ast.Function
-
- checkBreak(LineLabel, VariableResolverFactory, CompiledExpression) - Method in class org.mvel2.debug.DebuggerContext
-
- checkCast(Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to check that the top stack value is of the
given type.
- checkcast(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- CHECKCAST - Static variable in interface org.mvel2.asm.Opcodes
-
- CheckClassAdapter - Class in org.mvel2.asm.util
-
A
ClassVisitor that checks that its methods are properly used.
- CheckClassAdapter(ClassVisitor) - Constructor for class org.mvel2.asm.util.CheckClassAdapter
-
- CheckClassAdapter(ClassVisitor, boolean) - Constructor for class org.mvel2.asm.util.CheckClassAdapter
-
- CheckClassAdapter(int, ClassVisitor, boolean) - Constructor for class org.mvel2.asm.util.CheckClassAdapter
-
- checkClassSignature(String) - Static method in class org.mvel2.asm.util.CheckClassAdapter
-
Checks a class signature.
- CheckFieldAdapter - Class in org.mvel2.asm.util
-
A
FieldVisitor that checks that its methods are properly used.
- CheckFieldAdapter(FieldVisitor) - Constructor for class org.mvel2.asm.util.CheckFieldAdapter
-
- CheckFieldAdapter(int, FieldVisitor) - Constructor for class org.mvel2.asm.util.CheckFieldAdapter
-
- checkFieldSignature(String) - Static method in class org.mvel2.asm.util.CheckClassAdapter
-
Checks a field signature.
- checkForPossibleUnresolvedViolations(char[], int, ParserContext) - Static method in class org.mvel2.util.ProtoParser
-
This is such a horrible hack, but it's more performant than any other horrible hack I can think of
right now.
- CheckMethodAdapter - Class in org.mvel2.asm.util
-
- CheckMethodAdapter(MethodVisitor) - Constructor for class org.mvel2.asm.util.CheckMethodAdapter
-
- CheckMethodAdapter(MethodVisitor, Map<Label, Integer>) - Constructor for class org.mvel2.asm.util.CheckMethodAdapter
-
- CheckMethodAdapter(int, MethodVisitor, Map<Label, Integer>) - Constructor for class org.mvel2.asm.util.CheckMethodAdapter
-
- CheckMethodAdapter(int, String, String, MethodVisitor, Map<Label, Integer>) - Constructor for class org.mvel2.asm.util.CheckMethodAdapter
-
- checkMethodSignature(String) - Static method in class org.mvel2.asm.util.CheckClassAdapter
-
Checks a method signature.
- checkNameSafety(String) - Static method in class org.mvel2.util.ParseTools
-
- checkParmTypesCache(Method) - Static method in class org.mvel2.PropertyAccessor
-
- CheckSignatureAdapter - Class in org.mvel2.asm.util
-
- CheckSignatureAdapter(int, SignatureVisitor) - Constructor for class org.mvel2.asm.util.CheckSignatureAdapter
-
- CheckSignatureAdapter(int, int, SignatureVisitor) - Constructor for class org.mvel2.asm.util.CheckSignatureAdapter
-
- CHOR - Static variable in interface org.mvel2.Operator
-
- CLASS_DECLARATION - Static variable in class org.mvel2.asm.util.Textifier
-
Constant used in
appendDescriptor for class
signatures, formatted in default Java notation (non-bytecode)
- CLASS_EXTENDS - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the super class of a class or one
of the interfaces it implements.
- CLASS_LITERALS - Static variable in class org.mvel2.compiler.AbstractParser
-
- CLASS_SIGNATURE - Static variable in class org.mvel2.asm.util.CheckSignatureAdapter
-
Type to be used to check class signatures.
- CLASS_SIGNATURE - Static variable in class org.mvel2.asm.util.Textifier
-
Constant used in
appendDescriptor for class
signatures, formatted in bytecode notation
- CLASS_TYPE_PARAMETER - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
class.
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a
generic class.
- ClassImportResolverFactory - Class in org.mvel2.integration.impl
-
- ClassImportResolverFactory(ParserConfiguration, VariableResolverFactory, boolean) - Constructor for class org.mvel2.integration.impl.ClassImportResolverFactory
-
- classLoader - Variable in class org.mvel2.ParserConfiguration
-
- className - Variable in class org.mvel2.asm.commons.RemappingClassAdapter
-
- ClassNode - Class in org.mvel2.asm.tree
-
A node that represents a class.
- ClassNode() - Constructor for class org.mvel2.asm.tree.ClassNode
-
- ClassNode(int) - Constructor for class org.mvel2.asm.tree.ClassNode
-
- ClassReader - Class in org.mvel2.asm
-
A Java class parser to make a
ClassVisitor visit an existing class.
- ClassReader(byte[]) - Constructor for class org.mvel2.asm.ClassReader
-
- ClassReader(byte[], int, int) - Constructor for class org.mvel2.asm.ClassReader
-
- ClassReader(InputStream) - Constructor for class org.mvel2.asm.ClassReader
-
- ClassReader(String) - Constructor for class org.mvel2.asm.ClassReader
-
- ClassVisitor - Class in org.mvel2.asm
-
A visitor to visit a Java class.
- ClassVisitor(int) - Constructor for class org.mvel2.asm.ClassVisitor
-
- ClassVisitor(int, ClassVisitor) - Constructor for class org.mvel2.asm.ClassVisitor
-
- ClassWriter - Class in org.mvel2.asm
-
- ClassWriter(int) - Constructor for class org.mvel2.asm.ClassWriter
-
- ClassWriter(ClassReader, int) - Constructor for class org.mvel2.asm.ClassWriter
-
Constructs a new
ClassWriter object and enables optimizations for
"mostly add" bytecode transformations.
- clear() - Method in class org.mvel2.asm.tree.InsnList
-
Removes all of the instructions of this list.
- clear() - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- clear() - Method in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- clear() - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- clear() - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- clear() - Method in class org.mvel2.integration.impl.MapVariableResolverFactory
-
- clear() - Method in class org.mvel2.util.ExecutionStack
-
- clear() - Method in class org.mvel2.util.FastList
-
- clear() - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- clear() - Method in interface org.mvel2.util.Stack
-
- clearAllBreakpoints() - Method in class org.mvel2.debug.DebuggerContext
-
- clearAllBreakpoints() - Static method in class org.mvel2.MVELRuntime
-
Reset all the currently registered breakpoints.
- clearPropertyResolverCache() - Static method in class org.mvel2.PropertyAccessor
-
- clearStack() - Method in class org.mvel2.asm.tree.analysis.Frame
-
Clears the operand stack of this frame.
- clearThreadAccessorOptimizer() - Static method in class org.mvel2.optimizers.OptimizerFactory
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.AbstractInsnNode
-
Returns a copy of this instruction.
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.FieldInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.FrameNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.IincInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.InsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.IntInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.InvokeDynamicInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.JumpInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.LabelNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.LdcInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.LineNumberNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.LookupSwitchInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.MethodInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.MultiANewArrayInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.TableSwitchInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.TypeInsnNode
-
- clone(Map<LabelNode, LabelNode>) - Method in class org.mvel2.asm.tree.VarInsnNode
-
- cloneAnnotations(AbstractInsnNode) - Method in class org.mvel2.asm.tree.AbstractInsnNode
-
Clones the annotations of the given instruction into this instruction.
- cmpg(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- cmpl(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- CODE - Static variable in interface org.mvel2.templates.res.Opcodes
-
- CODENAME - Static variable in class org.mvel2.MVEL
-
- CodeNode - Class in org.mvel2.templates.res
-
- CodeNode() - Constructor for class org.mvel2.templates.res.CodeNode
-
- CodeNode(int, String, char[], int, int) - Constructor for class org.mvel2.templates.res.CodeNode
-
- CodeNode(int, String, char[], int, int, Node) - Constructor for class org.mvel2.templates.res.CodeNode
-
- CodeSizeEvaluator - Class in org.mvel2.asm.commons
-
- CodeSizeEvaluator(MethodVisitor) - Constructor for class org.mvel2.asm.commons.CodeSizeEvaluator
-
- CodeSizeEvaluator(int, MethodVisitor) - Constructor for class org.mvel2.asm.commons.CodeSizeEvaluator
-
- coercionNeeded - Variable in class org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
-
- COL - Static variable in class org.mvel2.optimizers.AbstractOptimizer
-
- COLLECTION - Static variable in class org.mvel2.ast.ASTNode
-
- COLLECTION - Static variable in interface org.mvel2.DataTypes
-
- collection - Variable in class org.mvel2.optimizers.AbstractOptimizer
-
- COLLECTION - Static variable in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- CollectionParser - Class in org.mvel2.util
-
This is the inline collection sub-parser.
- CollectionParser() - Constructor for class org.mvel2.util.CollectionParser
-
- CollectionParser(int) - Constructor for class org.mvel2.util.CollectionParser
-
- Command - Interface in org.mvel2.sh
-
- CommandException - Exception in org.mvel2.sh
-
- CommandException() - Constructor for exception org.mvel2.sh.CommandException
-
- CommandException(String) - Constructor for exception org.mvel2.sh.CommandException
-
- CommandException(String, Throwable) - Constructor for exception org.mvel2.sh.CommandException
-
- CommandException(Throwable) - Constructor for exception org.mvel2.sh.CommandException
-
- CommandSet - Interface in org.mvel2.sh
-
- COMMENT - Static variable in interface org.mvel2.templates.res.Opcodes
-
- CommentNode - Class in org.mvel2.templates.res
-
- CommentNode() - Constructor for class org.mvel2.templates.res.CommentNode
-
- CommentNode(int, String, char[], int, int) - Constructor for class org.mvel2.templates.res.CommentNode
-
- CommentNode(int, String, char[], int, int, Node) - Constructor for class org.mvel2.templates.res.CommentNode
-
- compatibilityEvaluator - Static variable in class org.mvel2.util.CompatibilityStrategy
-
- CompatibilityStrategy - Class in org.mvel2.util
-
- CompatibilityStrategy.CompatibilityEvaluator - Interface in org.mvel2.util
-
- CompatibilityStrategy.DefaultCompatibilityEvaluator - Class in org.mvel2.util
-
- CompatibilityStrategy.DefaultCompatibilityEvaluator() - Constructor for class org.mvel2.util.CompatibilityStrategy.DefaultCompatibilityEvaluator
-
- compile() - Method in class org.mvel2.compiler.ExpressionCompiler
-
- compile() - Method in class org.mvel2.templates.TemplateCompiler
-
- compile(String, ParserContext) - Static method in class org.mvel2.util.VariableSpaceCompiler
-
- COMPILE_IMMEDIATE - Static variable in class org.mvel2.ast.ASTNode
-
- CompiledAccExpression - Class in org.mvel2.compiler
-
- CompiledAccExpression(char[], Class, ParserContext) - Constructor for class org.mvel2.compiler.CompiledAccExpression
-
- CompiledAccExpression(char[], int, int, Class, ParserContext) - Constructor for class org.mvel2.compiler.CompiledAccExpression
-
- compiledBlock - Variable in class org.mvel2.ast.BlockNode
-
- compiledBlock - Variable in class org.mvel2.ast.Function
-
- CompiledCodeNode - Class in org.mvel2.templates.res
-
- CompiledCodeNode() - Constructor for class org.mvel2.templates.res.CompiledCodeNode
-
- CompiledCodeNode(int, String, char[], int, int, ParserContext) - Constructor for class org.mvel2.templates.res.CompiledCodeNode
-
- CompiledDeclareNode - Class in org.mvel2.templates.res
-
- CompiledDeclareNode(int, String, char[], int, int, ParserContext) - Constructor for class org.mvel2.templates.res.CompiledDeclareNode
-
- CompiledEvalNode - Class in org.mvel2.templates.res
-
- CompiledEvalNode(int, String, char[], int, int, ParserContext) - Constructor for class org.mvel2.templates.res.CompiledEvalNode
-
- CompiledExpression - Class in org.mvel2.compiler
-
- CompiledExpression(ASTLinkedList, String, Class, ParserConfiguration, boolean) - Constructor for class org.mvel2.compiler.CompiledExpression
-
- CompiledExpressionNode - Class in org.mvel2.templates.res
-
- CompiledExpressionNode(int, String, char[], int, int, ParserContext) - Constructor for class org.mvel2.templates.res.CompiledExpressionNode
-
- CompiledForEachNode - Class in org.mvel2.templates.res
-
- CompiledForEachNode(int, String, char[], int, int, ParserContext) - Constructor for class org.mvel2.templates.res.CompiledForEachNode
-
- CompiledIfNode - Class in org.mvel2.templates.res
-
- CompiledIfNode(int, String, char[], int, int, ParserContext) - Constructor for class org.mvel2.templates.res.CompiledIfNode
-
- CompiledIncludeNode - Class in org.mvel2.templates.res
-
- CompiledIncludeNode(int, String, char[], int, int, ParserContext) - Constructor for class org.mvel2.templates.res.CompiledIncludeNode
-
- compiledMode - Variable in class org.mvel2.ast.Function
-
- CompiledNamedIncludeNode - Class in org.mvel2.templates.res
-
- CompiledNamedIncludeNode(int, String, char[], int, int, ParserContext) - Constructor for class org.mvel2.templates.res.CompiledNamedIncludeNode
-
- CompiledTemplate - Class in org.mvel2.templates
-
- CompiledTemplate(char[], Node) - Constructor for class org.mvel2.templates.CompiledTemplate
-
- CompiledTerminalExpressionNode - Class in org.mvel2.templates.res
-
- CompiledTerminalExpressionNode(Node, ParserContext) - Constructor for class org.mvel2.templates.res.CompiledTerminalExpressionNode
-
- CompileException - Exception in org.mvel2
-
Standard exception thrown for all general compileShared and some runtime failures.
- CompileException(String, List<ErrorDetail>, char[], int, ParserContext) - Constructor for exception org.mvel2.CompileException
-
- CompileException(String, char[], int, Throwable) - Constructor for exception org.mvel2.CompileException
-
- CompileException(String, char[], int) - Constructor for exception org.mvel2.CompileException
-
- compileExpression(String) - Static method in class org.mvel2.MVEL
-
Compiles an expression and returns a Serializable object containing the compiled expression.
- compileExpression(String, Map<String, Object>) - Static method in class org.mvel2.MVEL
-
Compiles an expression and returns a Serializable object containing the compiled expression.
- compileExpression(String, Map<String, Object>, Map<String, Interceptor>) - Static method in class org.mvel2.MVEL
-
Compiles an expression and returns a Serializable object containing the compiled expression.
- compileExpression(String, ParserContext) - Static method in class org.mvel2.MVEL
-
- compileExpression(char[], int, int, ParserContext) - Static method in class org.mvel2.MVEL
-
- compileExpression(String, Map<String, Object>, Map<String, Interceptor>, String) - Static method in class org.mvel2.MVEL
-
- compileExpression(char[], ParserContext) - Static method in class org.mvel2.MVEL
-
- compileExpression(char[], Map<String, Object>, Map<String, Interceptor>, String) - Static method in class org.mvel2.MVEL
-
Compiles an expression and returns a Serializable object containing the compiled
expression.
- compileExpression(char[]) - Static method in class org.mvel2.MVEL
-
- compileExpression(char[], Map<String, Object>) - Static method in class org.mvel2.MVEL
-
- compileExpression(char[], Map<String, Object>, Map<String, Interceptor>) - Static method in class org.mvel2.MVEL
-
- compileFrom(Node, ExecutionStack) - Method in class org.mvel2.templates.TemplateCompiler
-
- compileGetExpression(String) - Static method in class org.mvel2.MVEL
-
- compileGetExpression(String, ParserContext) - Static method in class org.mvel2.MVEL
-
- compileGetExpression(char[]) - Static method in class org.mvel2.MVEL
-
- compileGetExpression(char[], ParserContext) - Static method in class org.mvel2.MVEL
-
- compileMode - Variable in class org.mvel2.compiler.AbstractParser
-
- COMPILER_OPT_ALLOCATE_TYPE_LITERALS_TO_SHARED_SYMBOL_TABLE - Static variable in class org.mvel2.MVEL
-
- COMPILER_OPT_ALLOW_NAKED_METH_CALL - Static variable in class org.mvel2.MVEL
-
- COMPILER_OPT_ALLOW_OVERRIDE_ALL_PROPHANDLING - Static variable in class org.mvel2.MVEL
-
- COMPILER_OPT_ALLOW_RESOLVE_INNERCLASSES_WITH_DOTNOTATION - Static variable in class org.mvel2.MVEL
-
- COMPILER_OPT_SUPPORT_JAVA_STYLE_CLASS_LITERALS - Static variable in class org.mvel2.MVEL
-
- CompilerTools - Class in org.mvel2.util
-
- CompilerTools() - Constructor for class org.mvel2.util.CompilerTools
-
- compileSetExpression(String) - Static method in class org.mvel2.MVEL
-
- compileSetExpression(String, ParserContext) - Static method in class org.mvel2.MVEL
-
- compileSetExpression(String, Class, ParserContext) - Static method in class org.mvel2.MVEL
-
- compileSetExpression(char[]) - Static method in class org.mvel2.MVEL
-
- compileSetExpression(char[], ParserContext) - Static method in class org.mvel2.MVEL
-
- compileSetExpression(char[], int, int, ParserContext) - Static method in class org.mvel2.MVEL
-
- compileSetExpression(char[], Class, ParserContext) - Static method in class org.mvel2.MVEL
-
- compileShared(String, ParserContext) - Static method in class org.mvel2.util.VariableSpaceCompiler
-
- compileShared(String, ParserContext, Object[]) - Static method in class org.mvel2.util.VariableSpaceCompiler
-
- compileTemplate(String) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(char[]) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(CharSequence) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(String, ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(char[], ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(CharSequence, ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(String, Map<String, Class<? extends Node>>) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(char[], Map<String, Class<? extends Node>>) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(CharSequence, Map<String, Class<? extends Node>>) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(String, Map<String, Class<? extends Node>>, ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(char[], Map<String, Class<? extends Node>>, ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(CharSequence, Map<String, Class<? extends Node>>, ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(InputStream) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(InputStream, ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(InputStream, Map<String, Class<? extends Node>>) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(InputStream, Map<String, Class<? extends Node>>, ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(File) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(File, ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(File, Map<String, Class<? extends Node>>) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileTemplate(File, Map<String, Class<? extends Node>>, ParserContext) - Static method in class org.mvel2.templates.TemplateCompiler
-
- compileWithExpressions(char[], int, int, String, Class, ParserContext) - Static method in class org.mvel2.ast.WithNode
-
- CompositeCH - Class in org.mvel2.conversion
-
- CompositeCH(ConversionHandler...) - Constructor for class org.mvel2.conversion.CompositeCH
-
- COMPUTE_FRAMES - Static variable in class org.mvel2.asm.ClassWriter
-
Flag to automatically compute the stack map frames of methods from
scratch.
- COMPUTE_MAXS - Static variable in class org.mvel2.asm.ClassWriter
-
Flag to automatically compute the maximum stack size and the maximum
number of local variables of methods.
- computeSHAdigest(byte[]) - Method in class org.mvel2.asm.commons.SerialVersionUIDAdder
-
Returns the SHA-1 message digest of the given value.
- computeSVUID() - Method in class org.mvel2.asm.commons.SerialVersionUIDAdder
-
Computes and returns the value of SVUID.
- computeTypeConversionRule() - Method in class org.mvel2.compiler.CompiledAccExpression
-
- computeTypeConversionRule() - Method in class org.mvel2.compiler.CompiledExpression
-
- computeTypeConversionRule() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- computeTypeConversionRule() - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- computeTypeConversionRule() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- computeTypeConversionRule() - Method in interface org.mvel2.compiler.ExecutableStatement
-
- condition - Variable in class org.mvel2.ast.DoNode
-
- condition - Variable in class org.mvel2.ast.DoUntilNode
-
- condition - Variable in class org.mvel2.ast.ForEachNode
-
- condition - Variable in class org.mvel2.ast.ForNode
-
- condition - Variable in class org.mvel2.ast.IfNode
-
- condition - Variable in class org.mvel2.ast.UntilNode
-
- condition - Variable in class org.mvel2.ast.WhileNode
-
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor call.
- CONSTRUCTOR_REFERENCE - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the receiver type of a
constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
constructor in a constructor reference.
- ConstructorAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- ConstructorAccessor(Constructor, ExecutableStatement[]) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ConstructorAccessor
-
- contains(AbstractInsnNode) - Method in class org.mvel2.asm.tree.InsnList
-
Returns true if the given instruction belongs to this list.
- Contains - Class in org.mvel2.ast
-
- Contains(ASTNode, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.Contains
-
- CONTAINS - Static variable in interface org.mvel2.Operator
-
- contains(String) - Method in class org.mvel2.templates.SimpleTemplateRegistry
-
- contains(String) - Method in interface org.mvel2.templates.TemplateRegistry
-
- contains(Object) - Method in class org.mvel2.util.FastList
-
- contains(Object, Object) - Static method in class org.mvel2.util.PropertyTools
-
- containsAll(Collection) - Method in class org.mvel2.util.FastList
-
- containsCheck(Object, Object) - Static method in class org.mvel2.util.ParseTools
-
- containsKey(Object) - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- containsKey(Object) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- containsValue(Object) - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- containsValue(Object) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- contents - Variable in class org.mvel2.templates.res.Node
-
- CONTINUE - Static variable in interface org.mvel2.debug.Debugger
-
- ConversionException - Exception in org.mvel2
-
- ConversionException(String) - Constructor for exception org.mvel2.ConversionException
-
- ConversionException(String, Throwable) - Constructor for exception org.mvel2.ConversionException
-
- ConversionHandler - Interface in org.mvel2
-
The conversion handler interface defines the basic interface for implementing conversion handlers in MVEL.
- convert(Object) - Method in interface org.mvel2.conversion.Converter
-
- convert(Object, Class<T>) - Static method in class org.mvel2.DataConversion
-
- Convertable - Class in org.mvel2.ast
-
- Convertable(ASTNode, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.Convertable
-
- CONVERTABLE_TO - Static variable in interface org.mvel2.Operator
-
- Converter - Interface in org.mvel2.conversion
-
- convertFrom(Object) - Method in class org.mvel2.conversion.ArrayCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.ArrayHandler
-
- convertFrom(Object) - Method in class org.mvel2.conversion.BigDecimalCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.BigIntegerCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.BooleanCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.ByteCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.CharArrayCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.CharCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.CompositeCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.DoubleCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.FloatCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.IntArrayCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.IntegerCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.ListCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.LongCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.ObjectCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.PrimIntArrayCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.SetCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.ShortCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.StringArrayCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.StringCH
-
- convertFrom(Object) - Method in class org.mvel2.conversion.UnitConversion
-
- convertFrom(Object) - Method in interface org.mvel2.ConversionHandler
-
Converts the passed argument to the type represented by the handler.
- copy2(ExecutionStack) - Method in class org.mvel2.util.ExecutionStack
-
- copyOperation(AbstractInsnNode, BasicValue) - Method in class org.mvel2.asm.tree.analysis.BasicInterpreter
-
- copyOperation(AbstractInsnNode, BasicValue) - Method in class org.mvel2.asm.tree.analysis.BasicVerifier
-
- copyOperation(AbstractInsnNode, V) - Method in class org.mvel2.asm.tree.analysis.Interpreter
-
Interprets a bytecode instruction that moves a value on the stack or to
or from local variables.
- copyOperation(AbstractInsnNode, SourceValue) - Method in class org.mvel2.asm.tree.analysis.SourceInterpreter
-
- copyx2(ExecutionStack) - Method in class org.mvel2.util.ExecutionStack
-
- CountIterator - Class in org.mvel2.templates.util
-
User: christopherbrock
Date: 10-Aug-2010
Time: 6:42:20 PM
- CountIterator(int) - Constructor for class org.mvel2.templates.util.CountIterator
-
- create() - Static method in class org.mvel2.ParserContext
-
- createASMifier(String, int) - Method in class org.mvel2.asm.util.ASMifier
-
- createClass(String, ParserContext) - Static method in class org.mvel2.util.ParseTools
-
- createColoringSubcontext() - Method in class org.mvel2.ParserContext
-
- createFactory() - Method in class org.mvel2.util.SharedVariableSpaceModel
-
- createFactory(Object[]) - Method in class org.mvel2.util.SimpleVariableSpaceModel
-
- createIndexedVariable(int, String, Object, Class<?>) - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- createIndexedVariable(int, String, Object) - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- createIndexedVariable(int, String, Object) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- createIndexedVariable(int, String, Object, Class<?>) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- createIndexedVariable(int, String, Object) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- createIndexedVariable(int, String, Object, Class<?>) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- createIndexedVariable(int, String, Object) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- createIndexedVariable(int, String, Object, Class<?>) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- createIndexedVariable(int, String, Object) - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- createIndexedVariable(int, String, Object) - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- createIndexedVariable(int, String, Object, Class<?>) - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- createIndexedVariable(int, String, Object) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- createIndexedVariable(int, String, Object, Class<?>) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- createIndexedVariable(int, String, Object) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- createIndexedVariable(int, String, Object, Class<?>) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- createIndexedVariable(int, String, Object) - Method in interface org.mvel2.integration.VariableResolverFactory
-
- createIndexedVariable(int, String, Object, Class<?>) - Method in interface org.mvel2.integration.VariableResolverFactory
-
- createRemappingAnnotationAdapter(AnnotationVisitor) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- createRemappingFieldAdapter(FieldVisitor) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- createRemappingMethodAdapter(int, String, MethodVisitor) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- createRemappingSignatureAdapter(SignatureVisitor) - Method in class org.mvel2.asm.commons.Remapper
-
- createShortFormOperativeAssignment(String, char[], int, int, int) - Static method in class org.mvel2.util.ParseTools
-
- createStringTrimmed(char[]) - Static method in class org.mvel2.util.ParseTools
-
- createStringTrimmed(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- createSubcontext() - Method in class org.mvel2.ParserContext
-
- createTextifier() - Method in class org.mvel2.asm.util.Textifier
-
Creates a new TraceVisitor instance.
- createVariable(String, Object) - Method in class org.mvel2.ast.InvokationContextFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.ast.InvokationContextFactory
-
- createVariable(String, Object) - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- createVariable(String, Object, Class) - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.DefaultLocalVariableResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.ItemResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.ItemResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.MapVariableResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.MapVariableResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.StackDelimiterResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.StaticMethodImportResolverFactory
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.StaticMethodImportResolverFactory
-
- createVariable(String, Object) - Method in class org.mvel2.integration.impl.TypeInjectionResolverFactoryImpl
-
- createVariable(String, Object, Class<?>) - Method in class org.mvel2.integration.impl.TypeInjectionResolverFactoryImpl
-
- createVariable(String, Object) - Method in interface org.mvel2.integration.VariableResolverFactory
-
Creates a new variable.
- createVariable(String, Object, Class<?>) - Method in interface org.mvel2.integration.VariableResolverFactory
-
Creates a new variable, and assigns a static type.
- cst - Variable in class org.mvel2.asm.tree.LdcInsnNode
-
The constant to be loaded on the stack.
- cStart - Variable in class org.mvel2.templates.res.Node
-
- ctx - Variable in class org.mvel2.compiler.AbstractParser
-
- currType - Variable in class org.mvel2.optimizers.AbstractOptimizer
-
- cursor - Variable in class org.mvel2.compiler.AbstractParser
-
- cursorPosition - Variable in class org.mvel2.ast.ASTNode
-
- cv - Variable in class org.mvel2.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- cv - Variable in class org.mvel2.asm.xml.ASMContentHandler
-
Current instance of the
ClassVisitor used to visit
classfile bytecode.
- egressType - Variable in class org.mvel2.ast.ASTNode
-
- ELSE - Static variable in interface org.mvel2.Operator
-
- ELSE - Static variable in interface org.mvel2.templates.res.Opcodes
-
- elseBlock - Variable in class org.mvel2.ast.IfNode
-
- elseIf - Variable in class org.mvel2.ast.IfNode
-
- elseNode - Variable in class org.mvel2.templates.res.IfNode
-
- EMPTY - Static variable in interface org.mvel2.DataTypes
-
- EMPTY - Static variable in class org.mvel2.optimizers.impl.refl.nodes.DynamicSetterAccessor
-
- EMPTY - Static variable in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessor
-
- EMPTY - Static variable in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessorNH
-
- EMPTY - Static variable in class org.mvel2.optimizers.impl.refl.nodes.SetterAccessor
-
- EMPTY_CLS_ARR - Static variable in class org.mvel2.util.ParseTools
-
- EMPTY_OBJ_ARR - Static variable in class org.mvel2.util.ParseTools
-
- end - Variable in class org.mvel2.asm.tree.LocalVariableAnnotationNode
-
The last instructions corresponding to the continuous ranges that make
the scope of this local variable (exclusive).
- end - Variable in class org.mvel2.asm.tree.LocalVariableNode
-
The last instruction corresponding to the scope of this local variable
(exclusive).
- end - Variable in class org.mvel2.asm.tree.TryCatchBlockNode
-
End of the exception handler's scope (exclusive).
- end(String) - Method in class org.mvel2.asm.xml.ASMContentHandler.Rule
-
- end - Variable in class org.mvel2.compiler.AbstractParser
-
- END - Static variable in interface org.mvel2.integration.Interceptor
-
- end - Variable in class org.mvel2.templates.res.Node
-
- END - Static variable in interface org.mvel2.templates.res.Opcodes
-
- END_OF_STMT - Static variable in interface org.mvel2.Operator
-
- endElement(String, String, String) - Method in class org.mvel2.asm.xml.ASMContentHandler
-
Process notification of the end of an XML element being reached.
- endMethod() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Marks the end of the visited method.
- EndNode - Class in org.mvel2.templates.res
-
- EndNode() - Constructor for class org.mvel2.templates.res.EndNode
-
- endOfName - Variable in class org.mvel2.ast.ASTNode
-
- EndOfStatement - Class in org.mvel2.ast
-
- EndOfStatement(ParserContext) - Constructor for class org.mvel2.ast.EndOfStatement
-
- endsWith(char[], int, int, char[]) - Static method in class org.mvel2.util.ParseTools
-
- EndWithValue - Exception in org.mvel2.compiler
-
- EndWithValue(Object) - Constructor for exception org.mvel2.compiler.EndWithValue
-
- enforceTenureLimit() - Static method in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- entrySet() - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- entrySet() - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- EQ - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
ifCmp method.
- EQUAL - Static variable in interface org.mvel2.Operator
-
- equals(Object) - Method in class org.mvel2.asm.commons.Method
-
- equals(Object) - Method in class org.mvel2.asm.Handle
-
- equals(Object) - Method in class org.mvel2.asm.tree.analysis.BasicValue
-
- equals(Object) - Method in class org.mvel2.asm.tree.analysis.SourceValue
-
- equals(Object) - Method in class org.mvel2.asm.Type
-
Tests if the given object is equal to this type.
- equals(Object) - Method in class org.mvel2.compiler.BlankLiteral
-
- equals(Object) - Method in class org.mvel2.util.FastList
-
- ErrorDetail - Class in org.mvel2
-
- ErrorDetail(char[], int, boolean, String) - Constructor for class org.mvel2.ErrorDetail
-
- ErrorUtil - Class in org.mvel2.util
-
- ErrorUtil() - Constructor for class org.mvel2.util.ErrorUtil
-
- eval(Object, VariableResolverFactory) - Method in class org.mvel2.ast.WithNode.ParmValuePair
-
- eval(String) - Static method in class org.mvel2.MVEL
-
Evaluate an expression and return the value.
- eval(String, Object) - Static method in class org.mvel2.MVEL
-
Evaluate an expression against a context object.
- eval(String, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
- eval(String, Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
- eval(String, Map<String, Object>) - Static method in class org.mvel2.MVEL
-
Evaluates an expression against externally injected variables.
- eval(String, Object, Map<String, Object>) - Static method in class org.mvel2.MVEL
-
Evaluates an expression against a context object and externally injected variables.
- eval(String, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluates an expression and, if necessary, coerces the resultant value to the specified type.
- eval(String, Object, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluates an expression against a context object and, if necessary, coerces the resultant value to the specified
type.
- eval(String, VariableResolverFactory, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluates an expression against externally injected variables and, if necessary, coerces the resultant value
to the specified type.
- eval(String, Map<String, Object>, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluates an expression against externally injected variables.
- eval(String, Object, VariableResolverFactory, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluates an expression against a context object and externally injected variables.
- eval(String, Object, Map<String, Object>, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluates an expression against a context object and externally injected variables.
- eval(char[]) - Static method in class org.mvel2.MVEL
-
Evaluate an expression and return the value.
- eval(char[], Object) - Static method in class org.mvel2.MVEL
-
Evaluate an expression against a context object and return the value
- eval(char[], Class<T>) - Static method in class org.mvel2.MVEL
-
- eval(char[], Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
Evaluate an expression against a context object and return the value
- eval(char[], int, int, Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
- eval(char[], int, int, Object, VariableResolverFactory, Class<T>) - Static method in class org.mvel2.MVEL
-
- eval(char[], Object, Map) - Static method in class org.mvel2.MVEL
-
Evaluate an expression against a context object and return the value
- eval(char[], Object, Map<String, Object>, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluate an expression with a context object and injected variables and return the value.
- eval(char[], Object, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluate an expression with a context object and return the value.
- eval(char[], Object, VariableResolverFactory, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluate an expression with a context object and injected variables and return the value.
- eval(char[], VariableResolverFactory, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluate an expression with injected variables and return the value.
- eval(char[], Map<String, Object>, Class<T>) - Static method in class org.mvel2.MVEL
-
Evaluate an expression with injected variables and return the resultant value.
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CodeNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CommentNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CompiledCodeNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CompiledDeclareNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CompiledEvalNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CompiledExpressionNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CompiledForEachNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CompiledIfNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CompiledIncludeNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CompiledNamedIncludeNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.CompiledTerminalExpressionNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.DeclareNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.EndNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.EvalNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.ExpressionNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.ForEachNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.IfNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.IncludeNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.NamedIncludeNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.Node
-
- EVAL - Static variable in interface org.mvel2.templates.res.Opcodes
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.TerminalExpressionNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.TerminalNode
-
- eval(TemplateRuntime, TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.res.TextNode
-
- eval(File, Object, VariableResolverFactory, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(InputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(InputStream, Object) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(InputStream, Object, VariableResolverFactory) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(InputStream, Object, Map) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(InputStream, Object, Map, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(InputStream, Object, VariableResolverFactory, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(InputStream, Object, VariableResolverFactory, TemplateRegistry, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Map) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Map, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, Map) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, Map, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, VariableResolverFactory) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, VariableResolverFactory, TemplateOutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, VariableResolverFactory, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Map, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Map, TemplateRegistry, TemplateOutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Map, TemplateRegistry, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, Map, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, Map, TemplateRegistry, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, VariableResolverFactory, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, VariableResolverFactory, TemplateRegistry, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- eval(String, Object, VariableResolverFactory, TemplateRegistry, TemplateOutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- evalFile(File) - Static method in class org.mvel2.MVEL
-
Evaluate a script from a file and return the resultant value.
- evalFile(File, String) - Static method in class org.mvel2.MVEL
-
- evalFile(File, Object) - Static method in class org.mvel2.MVEL
-
Evaluate a script from a file, against a context object and return the resultant value.
- evalFile(File, String, Object) - Static method in class org.mvel2.MVEL
-
- evalFile(File, Map<String, Object>) - Static method in class org.mvel2.MVEL
-
Evaluate a script from a file with injected variables and return the resultant value.
- evalFile(File, Object, Map<String, Object>) - Static method in class org.mvel2.MVEL
-
Evaluate a script from a file with injected variables and a context object, then return the resultant value.
- evalFile(File, String, Object, Map<String, Object>) - Static method in class org.mvel2.MVEL
-
- evalFile(File, Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
Evaluate a script from a file with injected variables and a context object, then return the resultant value.
- evalFile(File, String, Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
- EvalNode - Class in org.mvel2.templates.res
-
- EvalNode() - Constructor for class org.mvel2.templates.res.EvalNode
-
- EvalNode(int, String, char[], int, int) - Constructor for class org.mvel2.templates.res.EvalNode
-
- EvalNode(int, String, char[], int, int, Node) - Constructor for class org.mvel2.templates.res.EvalNode
-
- evalToBoolean(String, Object, Map<String, Object>) - Static method in class org.mvel2.MVEL
-
Evaluate an expression in Boolean-only mode against a root context object and injected variables.
- evalToBoolean(String, Object) - Static method in class org.mvel2.MVEL
-
Evaluate an expression in Boolean-only mode against a root context object.
- evalToBoolean(String, Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
Evaluate an expression in Boolean-only mode against a root context object and injected variables.
- evalToBoolean(String, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
Evaluate an expression in Boolean-only with injected variables.
- evalToBoolean(String, Map<String, Object>) - Static method in class org.mvel2.MVEL
-
Evaluate an expression in Boolean-only with injected variables.
- evalToString(String) - Static method in class org.mvel2.MVEL
-
Evaluates an expression and returns the resultant value as a String.
- evalToString(String, Object) - Static method in class org.mvel2.MVEL
-
Evaluates an expression and returns the resultant value as a String.
- evalToString(String, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
Evaluates an expression and returns the resultant value as a String.
- evalToString(String, Map) - Static method in class org.mvel2.MVEL
-
Evaluates an expression and returns the resultant value as a String.
- evalToString(String, Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
Evaluates an expression and returns the resultant value as a String.
- evalToString(String, Object, Map) - Static method in class org.mvel2.MVEL
-
Evaluates an expression and returns the resultant value as a String.
- EXCEPTION_PARAMETER - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the type of the exception of a
'catch' clause in a method.
- exceptions - Variable in class org.mvel2.asm.tree.MethodNode
-
The internal names of the method's exception classes (see
getInternalName).
- exec(String) - Method in class org.mvel2.sh.ShellSession
-
- ExecutableAccessor - Class in org.mvel2.compiler
-
- ExecutableAccessor(ASTNode, Class) - Constructor for class org.mvel2.compiler.ExecutableAccessor
-
- ExecutableAccessorSafe - Class in org.mvel2.compiler
-
- ExecutableAccessorSafe(ASTNode) - Constructor for class org.mvel2.compiler.ExecutableAccessorSafe
-
- ExecutableAccessorSafe(ASTNode, Class) - Constructor for class org.mvel2.compiler.ExecutableAccessorSafe
-
- ExecutableLiteral - Class in org.mvel2.compiler
-
- ExecutableLiteral(Object) - Constructor for class org.mvel2.compiler.ExecutableLiteral
-
- ExecutableLiteral(int) - Constructor for class org.mvel2.compiler.ExecutableLiteral
-
- ExecutableStatement - Interface in org.mvel2.compiler
-
- execute(AbstractInsnNode, Interpreter<V>) - Method in class org.mvel2.asm.tree.analysis.Frame
-
- execute(boolean, CompiledExpression, Object, VariableResolverFactory) - Static method in class org.mvel2.MVELRuntime
-
Main interpreter.
- execute(ShellSession, String[]) - Method in class org.mvel2.sh.command.basic.Exit
-
- execute(ShellSession, String[]) - Method in class org.mvel2.sh.command.basic.Help
-
- execute(ShellSession, String[]) - Method in class org.mvel2.sh.command.basic.ObjectInspector
-
- execute(ShellSession, String[]) - Method in class org.mvel2.sh.command.basic.PushContext
-
- execute(ShellSession, String[]) - Method in class org.mvel2.sh.command.basic.Set
-
- execute(ShellSession, String[]) - Method in class org.mvel2.sh.command.basic.ShowVars
-
- execute(ShellSession, String[]) - Method in interface org.mvel2.sh.Command
-
- execute(ShellSession, String[]) - Method in class org.mvel2.sh.command.file.ChangeWorkingDir
-
- execute(ShellSession, String[]) - Method in class org.mvel2.sh.command.file.DirList
-
- execute(ShellSession, String[]) - Method in class org.mvel2.sh.command.file.PrintWorkingDirectory
-
- execute(CompiledTemplate) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Map) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Map, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, Map) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, Map, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, TemplateRegistry, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, Map, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, Map, TemplateRegistry, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, VariableResolverFactory) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, VariableResolverFactory, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, VariableResolverFactory, String) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, VariableResolverFactory, TemplateRegistry, String) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, VariableResolverFactory, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, VariableResolverFactory, OutputStream, String) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, VariableResolverFactory, TemplateRegistry, OutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, VariableResolverFactory, TemplateRegistry, TemplateOutputStream) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(CompiledTemplate, Object, VariableResolverFactory, TemplateRegistry, TemplateOutputStream, String) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(Node, char[], StringAppender, Object, VariableResolverFactory, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(StringBuilder, Object, VariableResolverFactory) - Method in class org.mvel2.templates.TemplateRuntime
-
- execute(Node, char[], StringBuilder, Object, VariableResolverFactory, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(Node, char[], StringBuilder, Object, VariableResolverFactory, TemplateRegistry, String) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(Node, char[], TemplateOutputStream, Object, VariableResolverFactory, TemplateRegistry) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(Node, char[], TemplateOutputStream, Object, VariableResolverFactory, TemplateRegistry, String) - Static method in class org.mvel2.templates.TemplateRuntime
-
- execute(StringAppender, Object, VariableResolverFactory) - Method in class org.mvel2.templates.TemplateRuntime
-
- execute(TemplateOutputStream, Object, VariableResolverFactory) - Method in class org.mvel2.templates.TemplateRuntime
-
- executeAllExpression(Serializable[], Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
- executeAndCoerce(Class[], Object, VariableResolverFactory, boolean) - Method in class org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
-
- executeDebugger(CompiledExpression, Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
- executeExpression(Object) - Static method in class org.mvel2.MVEL
-
- executeExpression(Object, Object, Map) - Static method in class org.mvel2.MVEL
-
Executes a compiled expression.
- executeExpression(Object, Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
- executeExpression(Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
Executes a compiled expression.
- executeExpression(Object, Object) - Static method in class org.mvel2.MVEL
-
Executes a compiled expression.
- executeExpression(Object, Map) - Static method in class org.mvel2.MVEL
-
Executes a compiled expression.
- executeExpression(Object, Object, Map, Class<T>) - Static method in class org.mvel2.MVEL
-
Execute a compiled expression and convert the result to a type
- executeExpression(Object, Object, VariableResolverFactory, Class<T>) - Static method in class org.mvel2.MVEL
-
- executeExpression(Object, Map, Class<T>) - Static method in class org.mvel2.MVEL
-
Execute a compiled expression and convert the result to a type
- executeExpression(Object, Object, Class<T>) - Static method in class org.mvel2.MVEL
-
Execute a compiled expression and convert the result to a type.
- executeExpression(Iterable<CompiledExpression>) - Static method in class org.mvel2.MVEL
-
- executeExpression(Iterable<CompiledExpression>, Object) - Static method in class org.mvel2.MVEL
-
- executeExpression(Iterable<CompiledExpression>, Map) - Static method in class org.mvel2.MVEL
-
- executeExpression(Iterable<CompiledExpression>, Object, Map) - Static method in class org.mvel2.MVEL
-
- executeExpression(Iterable<CompiledExpression>, Object, VariableResolverFactory) - Static method in class org.mvel2.MVEL
-
- executeSetExpression(Serializable, Object, Object) - Static method in class org.mvel2.MVEL
-
- executeSetExpression(Serializable, Object, VariableResolverFactory, Object) - Static method in class org.mvel2.MVEL
-
- ExecutionStack - Class in org.mvel2.util
-
- ExecutionStack() - Constructor for class org.mvel2.util.ExecutionStack
-
- Exit - Class in org.mvel2.sh.command.basic
-
- Exit() - Constructor for class org.mvel2.sh.command.basic.Exit
-
- EXPAND_FRAMES - Static variable in class org.mvel2.asm.ClassReader
-
Flag to expand the stack map frames.
- expectEOS() - Method in class org.mvel2.compiler.AbstractParser
-
The parser should find a statement ending condition when this is called, otherwise everything should blow up.
- expectNextChar_IW(char) - Method in class org.mvel2.compiler.AbstractParser
-
Expect the next specified character or fail
- expectType(ParserContext, Accessor, Class, boolean) - Static method in class org.mvel2.util.CompilerTools
-
- expectType(ParserContext, ASTNode, Class, boolean) - Static method in class org.mvel2.util.CompilerTools
-
- expr - Variable in class org.mvel2.ast.ASTNode
-
- expr - Variable in class org.mvel2.compiler.AbstractParser
-
- ExpressionCompiler - Class in org.mvel2.compiler
-
This is the main MVEL compiler.
- ExpressionCompiler(String) - Constructor for class org.mvel2.compiler.ExpressionCompiler
-
- ExpressionCompiler(String, boolean) - Constructor for class org.mvel2.compiler.ExpressionCompiler
-
- ExpressionCompiler(char[]) - Constructor for class org.mvel2.compiler.ExpressionCompiler
-
- ExpressionCompiler(String, ParserContext) - Constructor for class org.mvel2.compiler.ExpressionCompiler
-
- ExpressionCompiler(char[], int, int) - Constructor for class org.mvel2.compiler.ExpressionCompiler
-
- ExpressionCompiler(String, int, int, ParserContext) - Constructor for class org.mvel2.compiler.ExpressionCompiler
-
- ExpressionCompiler(char[], int, int, ParserContext) - Constructor for class org.mvel2.compiler.ExpressionCompiler
-
- ExpressionCompiler(char[], ParserContext) - Constructor for class org.mvel2.compiler.ExpressionCompiler
-
- ExpressionNode - Class in org.mvel2.templates.res
-
- ExpressionNode() - Constructor for class org.mvel2.templates.res.ExpressionNode
-
- ExpressionNode(int, String, char[], int, int) - Constructor for class org.mvel2.templates.res.ExpressionNode
-
- ExpressionNode(int, String, char[], int, int, Node) - Constructor for class org.mvel2.templates.res.ExpressionNode
-
- ExprValueAccessor - Class in org.mvel2.optimizers.impl.refl.collection
-
- ExprValueAccessor(String, Class, Object, VariableResolverFactory, ParserContext) - Constructor for class org.mvel2.optimizers.impl.refl.collection.ExprValueAccessor
-
- EXTENDS - Static variable in class org.mvel2.asm.signature.SignatureVisitor
-
Wildcard for an "extends" type argument.
- externalize() - Method in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- extractAccessor(ASTNode) - Static method in class org.mvel2.util.CompilerTools
-
- extractAllDeclaredFunctions(CompiledExpression) - Static method in class org.mvel2.util.CompilerTools
-
Returns an ordered Map of all functions declared within an compiled script.
- F2D - Static variable in interface org.mvel2.asm.Opcodes
-
- F2I - Static variable in interface org.mvel2.asm.Opcodes
-
- F2L - Static variable in interface org.mvel2.asm.Opcodes
-
- F_APPEND - Static variable in interface org.mvel2.asm.Opcodes
-
Represents a compressed frame where locals are the same as the locals in
the previous frame, except that additional 1-3 locals are defined, and
with an empty stack.
- F_CHOP - Static variable in interface org.mvel2.asm.Opcodes
-
Represents a compressed frame where locals are the same as the locals in
the previous frame, except that the last 1-3 locals are absent and with
an empty stack.
- F_FULL - Static variable in interface org.mvel2.asm.Opcodes
-
Represents a compressed frame with complete frame data.
- F_NEW - Static variable in interface org.mvel2.asm.Opcodes
-
Represents an expanded frame.
- F_SAME - Static variable in interface org.mvel2.asm.Opcodes
-
Represents a compressed frame with exactly the same locals as the
previous frame and with an empty stack.
- F_SAME1 - Static variable in interface org.mvel2.asm.Opcodes
-
Represents a compressed frame with exactly the same locals as the
previous frame and with a single value on the stack.
- FADD - Static variable in interface org.mvel2.asm.Opcodes
-
- fail - Variable in class org.mvel2.ast.AssertNode
-
- FALOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- FastList<E> - Class in org.mvel2.util
-
- FastList(int) - Constructor for class org.mvel2.util.FastList
-
- FastList(E[]) - Constructor for class org.mvel2.util.FastList
-
- FastList() - Constructor for class org.mvel2.util.FastList
-
- FASTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- FCMPG - Static variable in interface org.mvel2.asm.Opcodes
-
- FCMPL - Static variable in interface org.mvel2.asm.Opcodes
-
- fconst(float) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- FCONST_0 - Static variable in interface org.mvel2.asm.Opcodes
-
- FCONST_1 - Static variable in interface org.mvel2.asm.Opcodes
-
- FCONST_2 - Static variable in interface org.mvel2.asm.Opcodes
-
- FDIV - Static variable in interface org.mvel2.asm.Opcodes
-
- FIELD - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the type of a field.
- FIELD_DESCRIPTOR - Static variable in class org.mvel2.asm.util.Textifier
-
Constant used in
appendDescriptor for field
descriptors, formatted in bytecode notation
- FIELD_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- FIELD_SIGNATURE - Static variable in class org.mvel2.asm.util.Textifier
-
Constant used in
appendDescriptor for field
signatures, formatted in bytecode notation
- FieldAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- FieldAccessor() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.FieldAccessor
-
- FieldAccessor(Field) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.FieldAccessor
-
- FieldAccessorNH - Class in org.mvel2.optimizers.impl.refl.nodes
-
- FieldAccessorNH(Field, PropertyHandler) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.FieldAccessorNH
-
- FieldInsnNode - Class in org.mvel2.asm.tree
-
A node that represents a field instruction.
- FieldInsnNode(int, String, String, String) - Constructor for class org.mvel2.asm.tree.FieldInsnNode
-
- FieldNode - Class in org.mvel2.asm.tree
-
A node that represents a field.
- FieldNode(int, String, String, String, Object) - Constructor for class org.mvel2.asm.tree.FieldNode
-
- FieldNode(int, int, String, String, String, Object) - Constructor for class org.mvel2.asm.tree.FieldNode
-
- fields - Variable in class org.mvel2.asm.tree.ClassNode
-
The fields of this class.
- fields - Variable in class org.mvel2.ast.ASTNode
-
- fields - Variable in class org.mvel2.compiler.AbstractParser
-
- FieldVisitor - Class in org.mvel2.asm
-
A visitor to visit a Java field.
- FieldVisitor(int) - Constructor for class org.mvel2.asm.FieldVisitor
-
- FieldVisitor(int, FieldVisitor) - Constructor for class org.mvel2.asm.FieldVisitor
-
- FileCommandSet - Class in org.mvel2.sh.command.file
-
- FileCommandSet() - Constructor for class org.mvel2.sh.command.file.FileCommandSet
-
- finalizePayload(ASTLinkedList, boolean, ParserContext) - Static method in class org.mvel2.util.CompilerTools
-
Finalize the payload, by reducing any stack-based-operations to dedicated nodes where possible.
- find(char[], int, int, char) - Static method in class org.mvel2.util.ParseTools
-
- findAbsoluteLast(char[]) - Static method in class org.mvel2.util.ParseTools
-
- findClass(VariableResolverFactory, String, ParserContext) - Static method in class org.mvel2.util.ParseTools
-
- findClassImportResolverFactory(VariableResolverFactory, ParserContext) - Static method in class org.mvel2.util.ParseTools
-
- findFirst(char, int, int, char[]) - Static method in class org.mvel2.util.ArrayTools
-
- findInnerClass(String, ClassLoader, ClassNotFoundException) - Static method in class org.mvel2.util.ParseTools
-
- findLast(char, int, int, char[]) - Static method in class org.mvel2.util.ArrayTools
-
- findLast(char[], int, int, char) - Static method in class org.mvel2.util.ParseTools
-
- findLastUnion() - Method in class org.mvel2.optimizers.AbstractOptimizer
-
- finish() - Method in interface org.mvel2.util.ASTIterator
-
- finish() - Method in class org.mvel2.util.ASTLinkedList
-
- finish() - Method in class org.mvel2.util.Make.List
-
- finish() - Method in class org.mvel2.util.Make.Map
-
- finish() - Method in class org.mvel2.util.Make.Set
-
- finish() - Method in class org.mvel2.util.Make.String
-
- firstLocal - Variable in class org.mvel2.asm.commons.LocalVariablesSorter
-
Index of the first local variable, after formal parameters.
- firstNode() - Method in interface org.mvel2.util.ASTIterator
-
- firstNode() - Method in class org.mvel2.util.ASTLinkedList
-
- firstNonSymbol() - Method in class org.mvel2.util.ASTLinkedList
-
- firstUnion - Variable in class org.mvel2.ast.ASTNode
-
- FLOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- FLOAT - Static variable in interface org.mvel2.asm.Opcodes
-
- FLOAT - Static variable in class org.mvel2.asm.Type
-
The sort of the float type.
- FLOAT - Static variable in interface org.mvel2.DataTypes
-
- FLOAT_TYPE - Static variable in class org.mvel2.asm.Type
-
The float type.
- FLOAT_VALUE - Static variable in class org.mvel2.asm.tree.analysis.BasicValue
-
- FloatCH - Class in org.mvel2.conversion
-
- FloatCH() - Constructor for class org.mvel2.conversion.FloatCH
-
- flushCaches() - Method in class org.mvel2.ParserConfiguration
-
- FMUL - Static variable in interface org.mvel2.asm.Opcodes
-
- FNEG - Static variable in interface org.mvel2.asm.Opcodes
-
- Fold - Class in org.mvel2.ast
-
- Fold(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.Fold
-
- FOR - Static variable in interface org.mvel2.Operator
-
- FOREACH - Static variable in interface org.mvel2.Operator
-
- FOREACH - Static variable in interface org.mvel2.templates.res.Opcodes
-
- ForEachNode - Class in org.mvel2.ast
-
- ForEachNode(char[], int, int, int, int, int, ParserContext) - Constructor for class org.mvel2.ast.ForEachNode
-
- ForEachNode - Class in org.mvel2.templates.res
-
- ForEachNode(int, String, char[], int, int) - Constructor for class org.mvel2.templates.res.ForEachNode
-
- forNameWithInner(String, ClassLoader) - Static method in class org.mvel2.util.ParseTools
-
- ForNode - Class in org.mvel2.ast
-
- ForNode(char[], int, int, int, int, int, ParserContext) - Constructor for class org.mvel2.ast.ForNode
-
- FQCN - Static variable in class org.mvel2.ast.ASTNode
-
- FRAME - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- Frame<V extends Value> - Class in org.mvel2.asm.tree.analysis
-
A symbolic execution stack frame.
- Frame(int, int) - Constructor for class org.mvel2.asm.tree.analysis.Frame
-
Constructs a new frame with the given size.
- Frame(Frame<? extends V>) - Constructor for class org.mvel2.asm.tree.analysis.Frame
-
Constructs a new frame that is identical to the given frame.
- Frame - Class in org.mvel2.debug
-
- Frame(LineLabel, VariableResolverFactory) - Constructor for class org.mvel2.debug.Frame
-
- FrameNode - Class in org.mvel2.asm.tree
-
A node that represents a stack map frame.
- FrameNode(int, int, Object[], int, Object[]) - Constructor for class org.mvel2.asm.tree.FrameNode
-
- FREM - Static variable in interface org.mvel2.asm.Opcodes
-
- FRETURN - Static variable in interface org.mvel2.asm.Opcodes
-
- fromString(String) - Static method in class org.mvel2.asm.TypePath
-
Converts a type path in string form, in the format used by
TypePath.toString(), into a TypePath object.
- FSTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- FSUB - Static variable in interface org.mvel2.asm.Opcodes
-
- Function - Class in org.mvel2.ast
-
- Function(String, char[], int, int, int, int, int, ParserContext) - Constructor for class org.mvel2.ast.Function
-
- function - Variable in class org.mvel2.ast.FunctionInstance
-
- FUNCTION - Static variable in interface org.mvel2.Operator
-
- FunctionAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- FunctionAccessor(FunctionInstance, Accessor[]) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.FunctionAccessor
-
- FunctionInstance - Class in org.mvel2.ast
-
- FunctionInstance(Function) - Constructor for class org.mvel2.ast.FunctionInstance
-
- FunctionParser - Class in org.mvel2.util
-
- FunctionParser(String, int, int, char[], int, ParserContext, ExecutionStack) - Constructor for class org.mvel2.util.FunctionParser
-
- FunctionVariableResolverFactory - Class in org.mvel2.integration.impl
-
- FunctionVariableResolverFactory(Function, VariableResolverFactory, String[], Object[]) - Constructor for class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- fv - Variable in class org.mvel2.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
- GE - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
ifCmp method.
- generateAccessor(AccessorOptimizer) - Method in interface org.mvel2.optimizers.OptimizerHook
-
The optimizer should delegate back to the hook through this method, passing an instance of itself
in the current state.
- generateCase(int, Label) - Method in interface org.mvel2.asm.commons.TableSwitchGenerator
-
Generates the code for a switch case.
- generateDefault() - Method in interface org.mvel2.asm.commons.TableSwitchGenerator
-
Generates the code for the default switch case.
- GeneratorAdapter - Class in org.mvel2.asm.commons
-
- GeneratorAdapter(MethodVisitor, int, String, String) - Constructor for class org.mvel2.asm.commons.GeneratorAdapter
-
- GeneratorAdapter(int, MethodVisitor, int, String, String) - Constructor for class org.mvel2.asm.commons.GeneratorAdapter
-
- GeneratorAdapter(int, Method, MethodVisitor) - Constructor for class org.mvel2.asm.commons.GeneratorAdapter
-
- GeneratorAdapter(int, Method, String, Type[], ClassVisitor) - Constructor for class org.mvel2.asm.commons.GeneratorAdapter
-
- get(int) - Method in class org.mvel2.asm.tree.InsnList
-
Returns the instruction whose index is given.
- get(Object) - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- GET - Static variable in class org.mvel2.compiler.AbstractParser
-
- get(String, Object) - Static method in class org.mvel2.PropertyAccessor
-
- get(char[], int, int, Object, VariableResolverFactory, Object, ParserContext) - Static method in class org.mvel2.PropertyAccessor
-
- get(String, Object, VariableResolverFactory, Object, ParserContext) - Static method in class org.mvel2.PropertyAccessor
-
- get(int) - Method in class org.mvel2.util.FastList
-
- get(Object) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- GET_OR_CREATE - Static variable in class org.mvel2.compiler.AbstractParser
-
- getAbsoluteName() - Method in class org.mvel2.ast.ASTNode
-
- getAbsoluteName() - Method in class org.mvel2.ast.DeepAssignmentNode
-
- getAbsoluteName() - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- getAbsoluteRootElement() - Method in class org.mvel2.ast.ASTNode
-
- getAccess() - Method in class org.mvel2.asm.ClassReader
-
Returns the class's access flags (see
Opcodes).
- getAccess(String) - Method in class org.mvel2.asm.xml.ASMContentHandler.Rule
-
- getAccessor() - Method in class org.mvel2.ast.ASTNode
-
- getAccessor() - Method in class org.mvel2.ast.Union
-
- getAccessor() - Method in class org.mvel2.compiler.CompiledAccExpression
-
- getAccessor() - Method in class org.mvel2.optimizers.dynamic.DynamicGetAccessor
-
- getAccessorCompiler(String) - Static method in class org.mvel2.optimizers.OptimizerFactory
-
- getAccessorOptimizer() - Method in class org.mvel2.compiler.CompiledExpression
-
- getAllVariableResolvers(VariableResolverFactory) - Static method in class org.mvel2.debug.DebugTools
-
- getArgumentsAndReturnSizes(String) - Static method in class org.mvel2.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentsAndReturnSizes() - Method in class org.mvel2.asm.Type
-
Returns the size of the arguments and of the return value of methods of
this type.
- getArgumentTypes() - Method in class org.mvel2.asm.commons.Method
-
Returns the argument types of the method described by this object.
- getArgumentTypes(String) - Static method in class org.mvel2.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method descriptor.
- getArgumentTypes(Method) - Static method in class org.mvel2.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method.
- getArgumentTypes() - Method in class org.mvel2.asm.Type
-
Returns the argument types of methods of this type.
- getArrayLength() - Method in class org.mvel2.ast.TypeDescriptor
-
- getArraySize() - Method in class org.mvel2.ast.TypeDescriptor
-
- getAssignmentVar() - Method in interface org.mvel2.ast.Assignment
-
- getAssignmentVar() - Method in class org.mvel2.ast.AssignmentNode
-
- getAssignmentVar() - Method in class org.mvel2.ast.DeclProtoVarNode
-
- getAssignmentVar() - Method in class org.mvel2.ast.DeclTypedVarNode
-
- getAssignmentVar() - Method in class org.mvel2.ast.DeepAssignmentNode
-
- getAssignmentVar() - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- getAssignmentVar() - Method in class org.mvel2.ast.IndexedDeclTypedVarNode
-
- getAssignmentVar() - Method in class org.mvel2.ast.ProtoVarNode
-
- getAssignmentVar() - Method in class org.mvel2.ast.TypedVarNode
-
- getBaseComponentType(Class) - Static method in class org.mvel2.util.ParseTools
-
- getBegin() - Method in class org.mvel2.templates.res.Node
-
- getBestCandidate(Object[], String, Class, Method[], boolean) - Static method in class org.mvel2.util.ParseTools
-
- getBestCandidate(Class[], String, Class, Method[], boolean) - Static method in class org.mvel2.util.ParseTools
-
- getBestCandidate(Class[], String, Class, Method[], boolean, boolean) - Static method in class org.mvel2.util.ParseTools
-
- getBestConstructorCandidate(Object[], Class, boolean) - Static method in class org.mvel2.util.ParseTools
-
- getBestConstructorCandidate(Class[], Class, boolean) - Static method in class org.mvel2.util.ParseTools
-
- getBlockOffset() - Method in class org.mvel2.ast.BlockNode
-
- getBlockStart() - Method in class org.mvel2.ast.BlockNode
-
- getBreakpoints() - Method in class org.mvel2.debug.DebuggerContext
-
- getByIndex(int) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- getCEnd() - Method in class org.mvel2.templates.res.Node
-
- getChars(int, int) - Method in class org.mvel2.util.StringAppender
-
- getChars(int, int, char[], int) - Method in class org.mvel2.util.StringAppender
-
- getClass(Type) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- getClassLoader() - Method in class org.mvel2.ast.ASTNode
-
- getClassLoader() - Method in class org.mvel2.ParserConfiguration
-
- getClassLoader() - Method in class org.mvel2.ParserContext
-
- getClassName() - Method in class org.mvel2.asm.ClassReader
-
- getClassName() - Method in class org.mvel2.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getClassName() - Method in class org.mvel2.ast.TypeDescriptor
-
- getClassReference() - Method in class org.mvel2.ast.TypeDescriptor
-
- getClassReference(ParserContext) - Method in class org.mvel2.ast.TypeDescriptor
-
- getClassReference(Class, TypeDescriptor, VariableResolverFactory, ParserContext) - Static method in class org.mvel2.ast.TypeDescriptor
-
- getClassReference(ParserContext, Class, TypeDescriptor) - Static method in class org.mvel2.ast.TypeDescriptor
-
- getClassReference(ParserContext, TypeDescriptor) - Static method in class org.mvel2.ast.TypeDescriptor
-
- getClassReference() - Method in class org.mvel2.util.MethodStub
-
- getClassStatement() - Method in class org.mvel2.ast.Instance
-
- getCodeNearError() - Method in exception org.mvel2.CompileException
-
- getCodeVisitor() - Method in class org.mvel2.asm.xml.ASMContentHandler.Rule
-
- getColumn() - Method in exception org.mvel2.CompileException
-
- getColumn() - Method in class org.mvel2.ErrorDetail
-
- getCommandBuffer() - Method in class org.mvel2.sh.ShellSession
-
- getCommands() - Method in class org.mvel2.sh.ShellSession
-
- getCommonSuperClass(String, String) - Method in class org.mvel2.asm.ClassWriter
-
Returns the common super type of the two given types.
- getCompiledArraySize() - Method in class org.mvel2.ast.TypeDescriptor
-
- getCompiledBlock() - Method in class org.mvel2.ast.BlockNode
-
- getCompiledBlock() - Method in class org.mvel2.ast.Function
-
- getCompiledExpressionCache() - Method in class org.mvel2.ParserContext
-
- getConstructor() - Method in class org.mvel2.optimizers.impl.refl.nodes.ConstructorAccessor
-
- getConstructorDescriptor(Constructor<?>) - Static method in class org.mvel2.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getConstructors(Class) - Static method in class org.mvel2.util.ParseTools
-
- getContentHandler() - Method in class org.mvel2.asm.xml.SAXAdapter
-
- getContents() - Method in class org.mvel2.templates.res.Node
-
- getContextFreeImport(String) - Static method in class org.mvel2.ast.TypeDescriptor
-
- getCStart() - Method in class org.mvel2.templates.res.Node
-
- getCtx() - Method in class org.mvel2.compiler.PropertyVerifier
-
- getCtxObject() - Method in class org.mvel2.sh.ShellSession
-
- getCursor() - Method in exception org.mvel2.CompileException
-
- getCursor() - Method in class org.mvel2.compiler.AbstractParser
-
- getCursor() - Method in interface org.mvel2.compiler.Parser
-
- getCursor() - Method in class org.mvel2.ErrorDetail
-
- getCursor() - Method in class org.mvel2.util.CollectionParser
-
- getCursor() - Method in class org.mvel2.util.FunctionParser
-
- getCursor() - Method in class org.mvel2.util.ProtoParser
-
- getCursorEnd() - Method in class org.mvel2.ast.Proto
-
- getCursorOffet() - Method in exception org.mvel2.CompileException
-
- getCursorPosition() - Method in class org.mvel2.ast.ASTNode
-
- getCursorStart() - Method in class org.mvel2.ast.Proto
-
- getDebugFileWriter() - Static method in class org.mvel2.util.ParseTools
-
- getDebugger() - Method in class org.mvel2.debug.DebuggerContext
-
- getDebuggerState() - Method in class org.mvel2.debug.DebuggerContext
-
- getDebuggingOutputFileName() - Static method in class org.mvel2.MVEL
-
- getDeclaration() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- getDefaultAccessorCompiler() - Static method in class org.mvel2.optimizers.OptimizerFactory
-
- getDelegate() - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- getDelegate() - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- getDesc() - Method in class org.mvel2.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescription() - Method in class org.mvel2.optimizers.dynamic.DynamicSetAccessor
-
- getDescription() - Method in class org.mvel2.sh.command.basic.Exit
-
- getDescription() - Method in class org.mvel2.sh.command.basic.Help
-
- getDescription() - Method in class org.mvel2.sh.command.basic.ObjectInspector
-
- getDescription() - Method in class org.mvel2.sh.command.basic.PushContext
-
- getDescription() - Method in class org.mvel2.sh.command.basic.Set
-
- getDescription() - Method in class org.mvel2.sh.command.basic.ShowVars
-
- getDescription() - Method in class org.mvel2.sh.command.file.ChangeWorkingDir
-
- getDescription() - Method in class org.mvel2.sh.command.file.DirList
-
- getDescription() - Method in class org.mvel2.sh.command.file.PrintWorkingDirectory
-
- getDescription() - Method in interface org.mvel2.sh.Command
-
- getDescriptor() - Method in class org.mvel2.asm.commons.Method
-
Returns the descriptor of the method described by this object.
- getDescriptor() - Method in class org.mvel2.asm.Type
-
Returns the descriptor corresponding to this Java type.
- getDescriptor(Class<?>) - Static method in class org.mvel2.asm.Type
-
Returns the descriptor corresponding to the given Java type.
- getDimensions() - Method in class org.mvel2.asm.Type
-
Returns the number of dimensions of this array type.
- getDirectValue(Object, VariableResolverFactory) - Method in class org.mvel2.compiler.CompiledExpression
-
- getEgressType() - Method in class org.mvel2.ast.And
-
- getEgressType() - Method in class org.mvel2.ast.ASTNode
-
- getEgressType() - Method in class org.mvel2.ast.Contains
-
- getEgressType() - Method in class org.mvel2.ast.Convertable
-
- getEgressType() - Method in class org.mvel2.ast.Fold
-
- getEgressType() - Method in class org.mvel2.ast.Instance
-
- getEgressType() - Method in class org.mvel2.ast.IntAdd
-
- getEgressType() - Method in class org.mvel2.ast.IntDiv
-
- getEgressType() - Method in class org.mvel2.ast.IntMult
-
- getEgressType() - Method in class org.mvel2.ast.IntSub
-
- getEgressType() - Method in class org.mvel2.ast.IsDef
-
- getEgressType() - Method in class org.mvel2.ast.Negation
-
- getEgressType() - Method in class org.mvel2.ast.Or
-
- getEgressType() - Method in class org.mvel2.ast.RegExMatch
-
- getEgressType() - Method in class org.mvel2.ast.RegExMatchNode
-
- getEgressType() - Method in class org.mvel2.ast.Soundslike
-
- getEgressType() - Method in class org.mvel2.ast.Strsim
-
- getEgressType() - Method in interface org.mvel2.optimizers.AccessorOptimizer
-
- getEgressType() - Method in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- getEgressType() - Method in class org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer
-
- getEgressType() - Method in class org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer
-
- getElementType() - Method in class org.mvel2.asm.Type
-
Returns the type of the elements of this array type.
- getElementValue(BasicValue) - Method in class org.mvel2.asm.tree.analysis.BasicVerifier
-
- getElementValue(BasicValue) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- getElseBlock() - Method in class org.mvel2.ast.IfNode
-
- getElseNode() - Method in class org.mvel2.templates.res.IfNode
-
- getEnd() - Method in class org.mvel2.templates.res.Node
-
- getEndRange() - Method in class org.mvel2.ast.TypeDescriptor
-
- getEnv() - Method in class org.mvel2.sh.ShellSession
-
- getErrorList() - Method in class org.mvel2.ParserContext
-
- getErrors() - Method in exception org.mvel2.CompileException
-
- getEvaluationContext() - Method in class org.mvel2.ParserContext
-
- getExactMatch(String, Class[], Class, Class) - Static method in class org.mvel2.util.ParseTools
-
- getExceptionIndex() - Method in class org.mvel2.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method,
whose type is referenced by this type reference.
- getExceptions() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- getExpr() - Method in class org.mvel2.ast.ASTNode
-
- getExpr() - Method in class org.mvel2.ast.TypeDescriptor
-
- getExpr() - Method in exception org.mvel2.CompileException
-
- getExpr() - Method in class org.mvel2.ErrorDetail
-
- getExpression() - Method in interface org.mvel2.ast.Assignment
-
- getExpression() - Method in class org.mvel2.ast.AssignmentNode
-
- getExpression() - Method in class org.mvel2.ast.DeclProtoVarNode
-
- getExpression() - Method in class org.mvel2.ast.DeclTypedVarNode
-
- getExpression() - Method in class org.mvel2.ast.DeepAssignmentNode
-
- getExpression() - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- getExpression() - Method in class org.mvel2.ast.IndexedDeclTypedVarNode
-
- getExpression() - Method in class org.mvel2.ast.ProtoVarNode
-
- getExpression() - Method in class org.mvel2.ast.TypedVarNode
-
- getExpression() - Method in class org.mvel2.compiler.AbstractParser
-
- getExpression() - Method in interface org.mvel2.compiler.Parser
-
- getFactory() - Method in class org.mvel2.debug.Frame
-
- getField(Type, String, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a non static field on the
stack.
- getfield(String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- GETFIELD - Static variable in interface org.mvel2.asm.Opcodes
-
- GETFIELD - Static variable in interface org.mvel2.Operator
-
- getField() - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFieldAccessor
-
- getField() - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessor
-
- getField() - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessorNH
-
- getField() - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessor
-
- getFieldOrAccessor(Class, String) - Static method in class org.mvel2.util.PropertyTools
-
- getFieldOrWriteAccessor(Class, String) - Static method in class org.mvel2.util.PropertyTools
-
- getFieldOrWriteAccessor(Class, String, Class) - Static method in class org.mvel2.util.PropertyTools
-
- getFields() - Method in class org.mvel2.ast.ASTNode
-
- getFirst() - Method in class org.mvel2.asm.tree.InsnList
-
Returns the first instruction in this list.
- getFirstNode() - Method in class org.mvel2.compiler.CompiledExpression
-
- getFirstStatement() - Method in class org.mvel2.ast.Contains
-
- getFlags() - Method in class org.mvel2.ast.Proto.ProtoResolver
-
- getFlags() - Method in class org.mvel2.integration.impl.IndexVariableResolver
-
- getFlags() - Method in class org.mvel2.integration.impl.ItemResolverFactory.ItemResolver
-
- getFlags() - Method in class org.mvel2.integration.impl.MapVariableResolver
-
- getFlags() - Method in class org.mvel2.integration.impl.PrecachedMapVariableResolver
-
- getFlags() - Method in class org.mvel2.integration.impl.SimpleSTValueResolver
-
- getFlags() - Method in class org.mvel2.integration.impl.SimpleValueResolver
-
- getFlags() - Method in class org.mvel2.integration.impl.StaticMethodImportResolver
-
- getFlags() - Method in interface org.mvel2.integration.VariableResolver
-
Returns the bitset of special variable flags.
- getFormalParameterIndex() - Method in class org.mvel2.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by
this type reference.
- getFrames() - Method in class org.mvel2.asm.tree.analysis.Analyzer
-
Returns the symbolic stack frame for each instruction of the last
recently analyzed method.
- getFunction() - Method in class org.mvel2.ast.FunctionInstance
-
- getFunction() - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- getFunction(String) - Method in class org.mvel2.ParserContext
-
- getFunctions() - Method in class org.mvel2.ParserContext
-
- getGetter(Class, String) - Static method in class org.mvel2.util.PropertyTools
-
- getGetter(String) - Static method in class org.mvel2.util.ReflectionUtil
-
- GETHAN - Static variable in interface org.mvel2.Operator
-
- getHandlers(int) - Method in class org.mvel2.asm.tree.analysis.Analyzer
-
Returns the exception handlers for the given instruction.
- getHelp() - Method in class org.mvel2.sh.command.basic.Exit
-
- getHelp() - Method in class org.mvel2.sh.command.basic.Help
-
- getHelp() - Method in class org.mvel2.sh.command.basic.ObjectInspector
-
- getHelp() - Method in class org.mvel2.sh.command.basic.PushContext
-
- getHelp() - Method in class org.mvel2.sh.command.basic.Set
-
- getHelp() - Method in class org.mvel2.sh.command.basic.ShowVars
-
- getHelp() - Method in class org.mvel2.sh.command.file.ChangeWorkingDir
-
- getHelp() - Method in class org.mvel2.sh.command.file.DirList
-
- getHelp() - Method in class org.mvel2.sh.command.file.PrintWorkingDirectory
-
- getHelp() - Method in interface org.mvel2.sh.Command
-
- getImport(String) - Method in class org.mvel2.ParserConfiguration
-
- getImport(String) - Method in class org.mvel2.ParserContext
-
Get an import that has been declared, either in the parsed script or programatically
- getImportClass() - Method in class org.mvel2.ast.ImportNode
-
- getImportedClasses() - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- getImportedMethods() - Method in class org.mvel2.integration.impl.StaticMethodImportResolverFactory
-
- getImports() - Method in class org.mvel2.ParserConfiguration
-
- getImports() - Method in class org.mvel2.ParserContext
-
- getIndex() - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- getIndex() - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- getIndex() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- getIndex() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- getIndex() - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- getIndex() - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- getIndexedInputs() - Method in class org.mvel2.ParserContext
-
- getIndexedVariableNames() - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- getIndexedVariableNames() - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- getIndexedVariableResolver(int) - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- getIndexedVariableResolver(int) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- getIndexedVariableResolver(int) - Method in class org.mvel2.integration.impl.DefaultLocalVariableResolverFactory
-
- getIndexedVariableResolver(int) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- getIndexedVariableResolver(int) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- getIndexedVariableResolver(int) - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- getIndexedVariableResolver(int) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- getIndexedVariableResolver(int) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- getIndexedVariableResolver(int) - Method in interface org.mvel2.integration.VariableResolverFactory
-
- getIndexedVariableResolvers() - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- getIndexedVarNames() - Method in class org.mvel2.ParserContext
-
- getInjectedImports(VariableResolverFactory) - Static method in class org.mvel2.util.CompilerTools
-
- getInputs() - Method in class org.mvel2.compiler.PropertyVerifier
-
- getInputs() - Method in class org.mvel2.ParserContext
-
- getInteger32() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- getInterceptors() - Method in class org.mvel2.ParserConfiguration
-
- getInterceptors() - Method in class org.mvel2.ParserContext
-
- getInterfaces() - Method in class org.mvel2.asm.ClassReader
-
Returns the internal names of the class's interfaces (see
getInternalName).
- getInternalName() - Method in class org.mvel2.asm.Type
-
Returns the internal name of the class corresponding to this object or
array type.
- getInternalName(Class<?>) - Static method in class org.mvel2.asm.Type
-
Returns the internal name of the given class.
- getIsGetter(String) - Static method in class org.mvel2.util.ReflectionUtil
-
- getItem(int) - Method in class org.mvel2.asm.ClassReader
-
Returns the start index of the constant pool item in
b, plus
one.
- getItemCount() - Method in class org.mvel2.asm.ClassReader
-
Returns the number of constant pool items in
b.
- getJavaVersion() - Static method in class org.mvel2.util.PropertyTools
-
Get the JVM version
- getKeyAtIndex(int) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- getKnownEgressType() - Method in class org.mvel2.ast.NewObjectNode.NewObjectArray
-
- getKnownEgressType() - Method in interface org.mvel2.compiler.Accessor
-
- getKnownEgressType() - Method in class org.mvel2.compiler.CompiledAccExpression
-
- getKnownEgressType() - Method in class org.mvel2.compiler.CompiledExpression
-
- getKnownEgressType() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- getKnownEgressType() - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- getKnownEgressType() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- getKnownEgressType() - Method in interface org.mvel2.compiler.ExecutableStatement
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.dynamic.DynamicCollectionAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.dynamic.DynamicGetAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.dynamic.DynamicSetAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.collection.ArrayCreator
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.collection.ExprValueAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.collection.ListCreator
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.collection.MapCreator
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.collection.MDArrayCreator
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayLength
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.ConstructorAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFieldAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFunctionAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicSetterAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessorNH
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.FunctionAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessorNH
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedVariableAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.Notify
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.NullSafe
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.PropertyHandlerAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.SetterAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticReferenceAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessorNH
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.ThisValueAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.Union
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.VariableAccessor
-
- getKnownEgressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor
-
- getKnownIngressType() - Method in class org.mvel2.compiler.CompiledAccExpression
-
- getKnownIngressType() - Method in class org.mvel2.compiler.CompiledExpression
-
- getKnownIngressType() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- getKnownIngressType() - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- getKnownIngressType() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- getKnownIngressType() - Method in interface org.mvel2.compiler.ExecutableStatement
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.MapVariableResolverFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- getKnownVariables() - Method in class org.mvel2.integration.impl.TypeInjectionResolverFactoryImpl
-
- getKnownVariables() - Method in interface org.mvel2.integration.VariableResolverFactory
-
Return a list of known variables inside the factory.
- getLabel() - Method in class org.mvel2.asm.tree.LabelNode
-
- getLabel(Object) - Method in class org.mvel2.asm.xml.ASMContentHandler.Rule
-
- getLabelNode(Label) - Method in class org.mvel2.asm.tree.MethodNode
-
Returns the LabelNode corresponding to the given Label.
- getLabels() - Method in class org.mvel2.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLast() - Method in class org.mvel2.asm.tree.InsnList
-
Returns the last instruction in this list.
- getLastLineLabel() - Method in class org.mvel2.ParserContext
-
- getLastLineStart() - Method in exception org.mvel2.CompileException
-
- getLastNode(Node) - Static method in class org.mvel2.templates.util.TemplateTools
-
- getLastTypeParameters() - Method in class org.mvel2.ParserContext
-
- getLeft() - Method in class org.mvel2.ast.BooleanNode
-
- getLeftEgressType() - Method in class org.mvel2.ast.Union
-
- getLeftIngressType() - Method in class org.mvel2.optimizers.impl.refl.nodes.Union
-
- getLength() - Method in class org.mvel2.asm.TypePath
-
Returns the length of this path.
- getLength() - Method in class org.mvel2.templates.res.Node
-
- getLineCount() - Method in class org.mvel2.ParserContext
-
Get total number of lines declared in the current context.
- getLineFor(String, int) - Method in class org.mvel2.ParserContext
-
- getLineFromCursor(int) - Method in interface org.mvel2.util.LineMapper.LineLookup
-
- getLineNumber() - Method in class org.mvel2.ast.LineLabel
-
- getLineNumber() - Method in exception org.mvel2.CompileException
-
- getLineNumber() - Method in class org.mvel2.debug.Frame
-
- getLineNumber() - Method in class org.mvel2.ErrorDetail
-
- getLineOffset() - Method in class org.mvel2.ParserContext
-
Get the current line offset.
- getLiteral() - Method in exception org.mvel2.ast.ReduceableCodeException
-
- getLiteral() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- getLiteral() - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticReferenceAccessor
-
- getLiteralValue() - Method in class org.mvel2.ast.ASTNode
-
- getLiteralValue() - Method in class org.mvel2.ast.LiteralNode
-
- getLocal(int) - Method in class org.mvel2.asm.tree.analysis.Frame
-
Returns the value of the given local variable.
- getLocals() - Method in class org.mvel2.asm.tree.analysis.Frame
-
Returns the maximum number of local variables of this frame.
- getLocalType(int) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Returns the type of the given local variable.
- getMacros() - Method in class org.mvel2.MacroProcessor
-
- getMain() - Method in class org.mvel2.ast.Union
-
- getMaxSize() - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- getMaxStackSize() - Method in class org.mvel2.asm.tree.analysis.Frame
-
Returns the maximum stack size of this frame.
- getMaxStringLength() - Method in class org.mvel2.asm.ClassReader
-
Returns the maximum length of the strings contained in the constant pool
of the class.
- getMessage() - Method in exception org.mvel2.CompileException
-
- getMessage() - Method in class org.mvel2.ErrorDetail
-
- getMethod(Method) - Static method in class org.mvel2.asm.commons.Method
-
- getMethod(Constructor<?>) - Static method in class org.mvel2.asm.commons.Method
-
- getMethod(String) - Static method in class org.mvel2.asm.commons.Method
-
Returns a
Method corresponding to the given Java method
declaration.
- getMethod(String, boolean) - Static method in class org.mvel2.asm.commons.Method
-
Returns a
Method corresponding to the given Java method
declaration.
- getMethod() - Method in class org.mvel2.ast.StaticImportNode
-
- getMethod() - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicSetterAccessor
-
- getMethod() - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessor
-
- getMethod() - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessorNH
-
- getMethod() - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
-
- getMethod() - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- getMethod() - Method in class org.mvel2.optimizers.impl.refl.nodes.SetterAccessor
-
- getMethod() - Method in class org.mvel2.util.MethodStub
-
- getMethodDescriptor(Type, Type...) - Static method in class org.mvel2.asm.Type
-
Returns the descriptor corresponding to the given argument and return
types.
- getMethodDescriptor(Method) - Static method in class org.mvel2.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodName() - Method in class org.mvel2.util.MethodStub
-
- getMethodType(String) - Static method in class org.mvel2.asm.Type
-
Returns the Java type corresponding to the given method descriptor.
- getMethodType(Type, Type...) - Static method in class org.mvel2.asm.Type
-
Returns the Java method type corresponding to the given argument and
return types.
- getMinSize() - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- getMVELClassLoader() - Static method in class org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer
-
- getName() - Method in class org.mvel2.asm.commons.Method
-
Returns the name of the method described by this object.
- getName() - Method in class org.mvel2.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getName() - Method in class org.mvel2.ast.ASTNode
-
- getName() - Method in class org.mvel2.ast.DeclProtoVarNode
-
- getName() - Method in class org.mvel2.ast.DeclTypedVarNode
-
- getName() - Method in class org.mvel2.ast.Function
-
- getName() - Method in class org.mvel2.ast.Proto
-
- getName() - Method in class org.mvel2.ast.Proto.ProtoResolver
-
- getName() - Method in class org.mvel2.ast.ProtoVarNode
-
- getName() - Method in class org.mvel2.ast.TypedVarNode
-
- getName() - Method in class org.mvel2.integration.impl.IndexVariableResolver
-
- getName() - Method in class org.mvel2.integration.impl.ItemResolverFactory.ItemResolver
-
- getName() - Method in class org.mvel2.integration.impl.MapVariableResolver
-
- getName() - Method in class org.mvel2.integration.impl.PrecachedMapVariableResolver
-
- getName() - Method in class org.mvel2.integration.impl.SimpleSTValueResolver
-
- getName() - Method in class org.mvel2.integration.impl.SimpleValueResolver
-
- getName() - Method in class org.mvel2.integration.impl.StaticMethodImportResolver
-
- getName() - Method in interface org.mvel2.integration.VariableResolver
-
Returns the name of external variable.
- getName() - Method in class org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer
-
- getName() - Method in class org.mvel2.templates.res.Node
-
- getName() - Method in exception org.mvel2.UnresolveablePropertyException
-
- getName() - Method in class org.mvel2.util.FunctionParser
-
- getNameAsArray() - Method in class org.mvel2.ast.ASTNode
-
- getNamedTemplate(String) - Method in class org.mvel2.templates.SimpleTemplateRegistry
-
- getNamedTemplate(String) - Method in interface org.mvel2.templates.TemplateRegistry
-
- getNamedTemplateRegistry() - Method in class org.mvel2.templates.TemplateRuntime
-
- getNames() - Method in class org.mvel2.templates.SimpleTemplateRegistry
-
- getNames() - Method in interface org.mvel2.templates.TemplateRegistry
-
- getNestedNode() - Method in class org.mvel2.templates.res.CompiledForEachNode
-
- getNestedNode() - Method in class org.mvel2.templates.res.ForEachNode
-
- getNestedStatement() - Method in class org.mvel2.ast.IfNode
-
- getNestedStatement() - Method in interface org.mvel2.ast.NestedStatement
-
- getNestedStatement() - Method in class org.mvel2.ast.WithNode
-
- getNewObjectOptimizer() - Method in class org.mvel2.ast.NewObjectNode
-
- getNext() - Method in class org.mvel2.asm.tree.AbstractInsnNode
-
Returns the next instruction in the list to which this instruction
belongs, if any.
- getNext() - Method in class org.mvel2.templates.res.Node
-
- getNextFactory() - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- getNextFactory() - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- getNextFactory() - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- getNextFactory() - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- getNextFactory() - Method in interface org.mvel2.integration.VariableResolverFactory
-
Returns the next factory in the factory chain.
- getNextNode() - Method in interface org.mvel2.compiler.AccessorNode
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.BaseAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFieldAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicSetterAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessorNH
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessorNH
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedVariableAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.Notify
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.NullSafe
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.SetterAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticReferenceAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessorNH
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.ThisValueAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.VariableAccessor
-
- getNextNode() - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor
-
- getNextUnresolvedWaiting() - Static method in class org.mvel2.util.ProtoParser
-
- getNode() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- getNode() - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- getNullMethodHandler() - Static method in class org.mvel2.integration.PropertyHandlerFactory
-
- getNullPropertyHandler() - Static method in class org.mvel2.integration.PropertyHandlerFactory
-
- getObjectType(String) - Static method in class org.mvel2.asm.Type
-
Returns the Java type corresponding to the given internal name.
- getOffset() - Method in class org.mvel2.asm.Label
-
Returns the offset corresponding to this label.
- getOffset() - Method in class org.mvel2.ast.ASTNode
-
- getOffset() - Method in class org.mvel2.ast.TypeDescriptor
-
- getOpcode() - Method in class org.mvel2.asm.tree.AbstractInsnNode
-
Returns the opcode of this instruction.
- getOpcode(int) - Method in class org.mvel2.asm.Type
-
Returns a JVM instruction opcode adapted to this Java type.
- getOperation() - Method in class org.mvel2.ast.BinaryOperation
-
- getOperator() - Method in class org.mvel2.ast.ASTNode
-
- getOperator() - Method in class org.mvel2.ast.EndOfStatement
-
- getOperator() - Method in class org.mvel2.ast.OperatorNode
-
- getOperator() - Method in class org.mvel2.ast.ReturnNode
-
- getOperatorName(int) - Static method in class org.mvel2.debug.DebugTools
-
- getOperatorSymbol(int) - Static method in class org.mvel2.debug.DebugTools
-
- getOwner() - Method in class org.mvel2.asm.Handle
-
Returns the internal name of the class that owns the field or method
designated by this handle.
- getPackageImport() - Method in class org.mvel2.ast.ImportNode
-
- getPackageImports() - Method in class org.mvel2.ParserConfiguration
-
- getParameters() - Method in class org.mvel2.ast.Function
-
- getParameters() - Method in class org.mvel2.optimizers.impl.refl.nodes.ConstructorAccessor
-
- getParameterTypes() - Method in class org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
-
- getParms() - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
-
- getParms() - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- getParserConfiguration() - Method in class org.mvel2.compiler.CompiledExpression
-
- getParserConfiguration() - Method in class org.mvel2.ParserContext
-
- getParserContext() - Method in class org.mvel2.templates.TemplateCompiler
-
- getParserContextState() - Method in class org.mvel2.compiler.ExpressionCompiler
-
- getPattern() - Method in class org.mvel2.ast.RegExMatch
-
- getPatternStatement() - Method in class org.mvel2.ast.RegExMatch
-
- getPrecedence() - Method in class org.mvel2.ast.BinaryOperation
-
- getPrevious() - Method in class org.mvel2.asm.tree.AbstractInsnNode
-
Returns the previous instruction in the list to which this instruction
belongs, if any.
- getPrimitiveInitialValue(Class) - Static method in class org.mvel2.util.PropertyTools
-
- getProperty(String, Object, VariableResolverFactory) - Method in interface org.mvel2.integration.PropertyHandler
-
Retrieves the value of the property.
- getProperty(String, Object) - Static method in class org.mvel2.MVEL
-
- getProperty() - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- getProperty() - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- getProperty() - Method in class org.mvel2.optimizers.impl.refl.nodes.VariableAccessor
-
- getPropertyFromAccessor(String) - Static method in class org.mvel2.util.ReflectionUtil
-
- getPropertyHandler(Class) - Static method in class org.mvel2.integration.PropertyHandlerFactory
-
- getProtoImport(String) - Method in class org.mvel2.ParserContext
-
- getProtoType() - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.And
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.AssertNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.AssignmentNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ASTNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.BinaryOperation
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Contains
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Convertable
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DeclProtoVarNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DeclTypedVarNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DeepAssignmentNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DoNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DoUntilNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.EndOfStatement
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Fold
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ForEachNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ForNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Function
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IfNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ImportNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedDeclTypedVarNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedOperativeAssign
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedPostFixDecNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedPostFixIncNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedPreFixDecNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedPreFixIncNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.InlineCollectionNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Instance
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IntAdd
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IntDiv
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.InterceptorWrapper
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IntMult
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IntSub
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Invert
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IsDef
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.LineLabel
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.LiteralDeepPropertyNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.LiteralNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Negation
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.NewObjectNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.NewObjectPrototype
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.NewPrototypeNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.OperativeAssign
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.OperatorNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Or
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.PostFixDecNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.PostFixIncNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.PreFixDecNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.PreFixIncNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Proto
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ProtoVarNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.RegExMatch
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.RegExMatchNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ReturnNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Sign
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Soundslike
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Stacklang
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.StaticImportNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Strsim
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Substatement
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ThisWithNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.TypeCast
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.TypedVarNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Union
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.UntilNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.WhileNode
-
- getReducedValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.WithNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.And
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.AssertNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.AssignmentNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ASTNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.BinaryOperation
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Contains
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Convertable
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DeclProtoVarNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DeclTypedVarNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DeepAssignmentNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DoNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.DoUntilNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.EndOfStatement
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Fold
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ForEachNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ForNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Function
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IfNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ImportNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedDeclTypedVarNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedOperativeAssign
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedPostFixDecNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedPostFixIncNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedPreFixDecNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IndexedPreFixIncNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.InlineCollectionNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Instance
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IntAdd
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IntDiv
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.InterceptorWrapper
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IntMult
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IntSub
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Invert
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.IsDef
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.LineLabel
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.LiteralDeepPropertyNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.LiteralNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Negation
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.NewObjectNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.NewObjectPrototype
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.NewPrototypeNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.OperativeAssign
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.OperatorNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Or
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.PostFixDecNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.PostFixIncNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.PreFixDecNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.PreFixIncNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Proto
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ProtoVarNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.RegExMatch
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.RegExMatchNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ReturnNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Sign
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Soundslike
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Stacklang
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.StaticImportNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Strsim
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Substatement
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.ThisWithNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.TypeCast
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.TypedVarNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Union
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.UntilNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.WhileNode
-
- getReducedValueAccelerated(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.WithNode
-
- getRegister() - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- getRelPath() - Method in class org.mvel2.templates.TemplateRuntime
-
- getResolverFactory() - Method in class org.mvel2.ast.PrototypalFunctionInstance
-
- getResultOptPass() - Method in interface org.mvel2.optimizers.AccessorOptimizer
-
- getResultOptPass() - Method in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- getResultOptPass() - Method in class org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer
-
- getResultOptPass() - Method in class org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer
-
- getReturnType() - Method in class org.mvel2.asm.commons.Method
-
Returns the return type of the method described by this object.
- getReturnType(String) - Static method in class org.mvel2.asm.Type
-
Returns the Java type corresponding to the return type of the given
method descriptor.
- getReturnType(Method) - Static method in class org.mvel2.asm.Type
-
Returns the Java type corresponding to the return type of the given
method.
- getReturnType() - Method in class org.mvel2.asm.Type
-
Returns the return type of methods of this type.
- getReturnType() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- getReturnType() - Method in class org.mvel2.compiler.ExpressionCompiler
-
- getReturnType(boolean) - Method in class org.mvel2.util.ASTBinaryTree
-
- getReturnType(ASTIterator, boolean) - Static method in class org.mvel2.util.CompilerTools
-
- getReturnType(Class, String, ParserContext) - Static method in class org.mvel2.util.PropertyTools
-
- getReturnTypeCache() - Method in class org.mvel2.ParserContext
-
- getReturnTypeFromOp(int, Class, Class) - Static method in class org.mvel2.util.CompilerTools
-
- getRight() - Method in class org.mvel2.ast.BooleanNode
-
- getRightBinary() - Method in class org.mvel2.ast.BinaryOperation
-
- getRightMost() - Method in class org.mvel2.ast.And
-
- getRightMost() - Method in class org.mvel2.ast.BinaryOperation
-
- getRightMost() - Method in class org.mvel2.ast.BooleanNode
-
- getRightMost() - Method in class org.mvel2.ast.Or
-
- getRoot() - Method in class org.mvel2.templates.CompiledTemplate
-
- getRootNode() - Method in class org.mvel2.templates.TemplateRuntime
-
- getRootParser() - Method in class org.mvel2.ParserContext
-
- getRuncount() - Method in class org.mvel2.optimizers.dynamic.DynamicCollectionAccessor
-
- getRuncount() - Method in class org.mvel2.optimizers.dynamic.DynamicGetAccessor
-
- getSafeAccessor() - Method in class org.mvel2.optimizers.dynamic.DynamicGetAccessor
-
- getSecondStatement() - Method in class org.mvel2.ast.Contains
-
- getSession() - Method in class org.mvel2.sh.ShellSession.RunState
-
- getSetExpression() - Method in class org.mvel2.ast.WithNode.ParmValuePair
-
- getSetExpression() - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor.ExecutablePairs
-
- getSetter(Class, String) - Static method in class org.mvel2.util.PropertyTools
-
- getSetter(Class, String, Class) - Static method in class org.mvel2.util.PropertyTools
-
- getSetter(String) - Static method in class org.mvel2.util.ReflectionUtil
-
This new method 'slightly' outperforms the old method, it was
essentially a perfect example of me wasting my time and a
premature optimization.
- getSize() - Method in class org.mvel2.asm.tree.analysis.BasicValue
-
- getSize() - Method in class org.mvel2.asm.tree.analysis.SourceValue
-
- getSize() - Method in interface org.mvel2.asm.tree.analysis.Value
-
Returns the size of this value in words.
- getSize() - Method in class org.mvel2.asm.Type
-
Returns the size of values of this type.
- getSort() - Method in class org.mvel2.asm.Type
-
Returns the sort of this Java type.
- getSort() - Method in class org.mvel2.asm.TypeReference
-
Returns the sort of this type reference.
- getSoundslike() - Method in class org.mvel2.ast.Soundslike
-
- getSourceFile() - Method in class org.mvel2.ast.LineLabel
-
- getSourceFile() - Method in class org.mvel2.ParserContext
-
- getSourceName() - Method in class org.mvel2.compiler.CompiledExpression
-
- getSourceName() - Method in class org.mvel2.debug.Frame
-
- getStack(int) - Method in class org.mvel2.asm.tree.analysis.Frame
-
Returns the value of the given operand stack slot.
- getStackSize() - Method in class org.mvel2.asm.tree.analysis.Frame
-
Returns the number of values in the operand stack of this frame.
- getStamp() - Method in class org.mvel2.optimizers.dynamic.DynamicCollectionAccessor
-
- getStamp() - Method in class org.mvel2.optimizers.dynamic.DynamicGetAccessor
-
- getStart() - Method in class org.mvel2.ast.ASTNode
-
- getStart() - Method in class org.mvel2.ast.TypeDescriptor
-
- getStatement() - Method in class org.mvel2.ast.Instance
-
- getStatement() - Method in class org.mvel2.ast.Negation
-
- getStatement() - Method in class org.mvel2.ast.RegExMatch
-
- getStatement() - Method in class org.mvel2.ast.Sign
-
- getStatement() - Method in class org.mvel2.ast.Soundslike
-
- getStatement() - Method in class org.mvel2.ast.Substatement
-
- getStatement() - Method in class org.mvel2.ast.TypeCast
-
- getStatement() - Method in class org.mvel2.ast.WithNode.ParmValuePair
-
- getStatement() - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor.ExecutablePairs
-
- getStatic(Type, String, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a static field on the
stack.
- getstatic(String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- GETSTATIC - Static variable in interface org.mvel2.asm.Opcodes
-
- getStaticImport(String) - Method in class org.mvel2.ParserConfiguration
-
- getStaticImport(String) - Method in class org.mvel2.ParserContext
-
Get a
MethodStub which wraps a static method import.
- getStaticMethod(Class, String, Class[]) - Static method in class org.mvel2.MVEL
-
A simple utility method to get a static method from a class with no checked exception.
- getStaticOrClassImport(String) - Method in class org.mvel2.ParserConfiguration
-
- getStaticOrClassImport(String) - Method in class org.mvel2.ParserContext
-
Returns either an instance of
Class or
MethodStub (whichever matches).
- getStep(int) - Method in class org.mvel2.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class org.mvel2.asm.TypePath
-
Returns the index of the type argument that the given step is stepping
into.
- getStmt() - Method in class org.mvel2.optimizers.impl.refl.collection.ExprValueAccessor
-
- getSubComponentType(Class) - Static method in class org.mvel2.util.ParseTools
-
- getSuperClass(Type) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- getSuperName() - Method in class org.mvel2.asm.ClassReader
-
- getSuperTypeIndex() - Method in class org.mvel2.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by
this type reference.
- getTag() - Method in class org.mvel2.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTemplate() - Method in class org.mvel2.optimizers.impl.refl.collection.ArrayCreator
-
- getTemplate() - Method in class org.mvel2.templates.CompiledTemplate
-
- getTemplate() - Method in class org.mvel2.templates.TemplateRuntime
-
- GetterAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- GetterAccessor(Method) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.GetterAccessor
-
- GetterAccessorNH - Class in org.mvel2.optimizers.impl.refl.nodes
-
- GetterAccessorNH(Method, PropertyHandler) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.GetterAccessorNH
-
- getTerminus() - Method in class org.mvel2.templates.res.Node
-
- getText() - Method in class org.mvel2.asm.util.Printer
-
Returns the text constructed by this visitor.
- getThreadAccessorOptimizer() - Static method in class org.mvel2.optimizers.OptimizerFactory
-
- getTotalClasses() - Method in class org.mvel2.optimizers.dynamic.DynamicClassLoader
-
- getTrueNode() - Method in class org.mvel2.templates.res.IfNode
-
- getTryCatchBlockIndex() - Method in class org.mvel2.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they
are visited with visitTryCatchBlock), whose 'catch' type is referenced by
this type reference.
- getType() - Method in class org.mvel2.asm.tree.AbstractInsnNode
-
Returns the type of this instruction.
- getType() - Method in class org.mvel2.asm.tree.analysis.BasicValue
-
- getType() - Method in class org.mvel2.asm.tree.FieldInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.FrameNode
-
- getType() - Method in class org.mvel2.asm.tree.IincInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.InsnNode
-
- getType() - Method in class org.mvel2.asm.tree.IntInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.InvokeDynamicInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.JumpInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.LabelNode
-
- getType() - Method in class org.mvel2.asm.tree.LdcInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.LineNumberNode
-
- getType() - Method in class org.mvel2.asm.tree.LookupSwitchInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.MethodInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.MultiANewArrayInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.TableSwitchInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.TypeInsnNode
-
- getType() - Method in class org.mvel2.asm.tree.VarInsnNode
-
- getType(String) - Static method in class org.mvel2.asm.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(Class<?>) - Static method in class org.mvel2.asm.Type
-
Returns the Java type corresponding to the given class.
- getType(Constructor<?>) - Static method in class org.mvel2.asm.Type
-
Returns the Java method type corresponding to the given constructor.
- getType(Method) - Static method in class org.mvel2.asm.Type
-
Returns the Java method type corresponding to the given method.
- getType() - Method in class org.mvel2.ast.Proto.ProtoResolver
-
- getType() - Method in class org.mvel2.integration.impl.IndexVariableResolver
-
- getType() - Method in class org.mvel2.integration.impl.ItemResolverFactory.ItemResolver
-
- getType() - Method in class org.mvel2.integration.impl.MapVariableResolver
-
- getType() - Method in class org.mvel2.integration.impl.PrecachedMapVariableResolver
-
- getType() - Method in class org.mvel2.integration.impl.SimpleSTValueResolver
-
- getType() - Method in class org.mvel2.integration.impl.SimpleValueResolver
-
- getType() - Method in class org.mvel2.integration.impl.StaticMethodImportResolver
-
- getType() - Method in interface org.mvel2.integration.VariableResolver
-
This should return the type of the variable.
- getTypeArgumentIndex() - Method in class org.mvel2.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeDescr() - Method in class org.mvel2.ast.NewObjectNode
-
- getTypeParameterBoundIndex() - Method in class org.mvel2.asm.TypeReference
-
- getTypeParameterIndex() - Method in class org.mvel2.asm.TypeReference
-
Returns the index of the type parameter referenced by this type
reference.
- getTypeParameters(String) - Method in class org.mvel2.ParserContext
-
- getTypeParametersAsArray(String) - Method in class org.mvel2.ParserContext
-
- getValue() - Method in class org.mvel2.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in
visit methods related to type annotations, like visitTypeAnnotation.
- getValue(String, String) - Method in class org.mvel2.asm.xml.ASMContentHandler.Rule
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.NewObjectNode.NewObjectArray
-
- getValue() - Method in class org.mvel2.ast.Proto.ProtoResolver
-
- getValue(Object, Object, VariableResolverFactory) - Method in interface org.mvel2.compiler.Accessor
-
- getValue(Object, VariableResolverFactory) - Method in class org.mvel2.compiler.CompiledAccExpression
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.compiler.CompiledAccExpression
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.compiler.CompiledExpression
-
- getValue(Object, VariableResolverFactory) - Method in class org.mvel2.compiler.CompiledExpression
-
- getValue() - Method in exception org.mvel2.compiler.EndWithValue
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.compiler.ExecutableAccessor
-
- getValue(Object, VariableResolverFactory) - Method in class org.mvel2.compiler.ExecutableAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- getValue(Object, VariableResolverFactory) - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- getValue(Object, VariableResolverFactory) - Method in class org.mvel2.compiler.ExecutableLiteral
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.compiler.ExecutableLiteral
-
- getValue(Object, VariableResolverFactory) - Method in interface org.mvel2.compiler.ExecutableStatement
-
- getValue() - Method in class org.mvel2.integration.impl.IndexVariableResolver
-
- getValue() - Method in class org.mvel2.integration.impl.ItemResolverFactory.ItemResolver
-
- getValue() - Method in class org.mvel2.integration.impl.MapVariableResolver
-
- getValue() - Method in class org.mvel2.integration.impl.PrecachedMapVariableResolver
-
- getValue() - Method in class org.mvel2.integration.impl.SimpleSTValueResolver
-
- getValue() - Method in class org.mvel2.integration.impl.SimpleValueResolver
-
- getValue() - Method in class org.mvel2.integration.impl.StaticMethodImportResolver
-
- getValue() - Method in interface org.mvel2.integration.VariableResolver
-
Returns the physical target value of the variable.
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.dynamic.DynamicCollectionAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.dynamic.DynamicGetAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.dynamic.DynamicSetAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.collection.ArrayCreator
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.collection.ExprValueAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.collection.ListCreator
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.collection.MapCreator
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.collection.MDArrayCreator
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayLength
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.ConstructorAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFieldAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFunctionAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicSetterAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessorNH
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.FunctionAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessorNH
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedVariableAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.Notify
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.NullSafe
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.PropertyHandlerAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.SetterAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticReferenceAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessorNH
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.ThisValueAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.Union
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.VariableAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor
-
- getValue(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer
-
- getValue() - Method in interface org.mvel2.Unit
-
- getValues() - Method in class org.mvel2.optimizers.impl.refl.collection.ListCreator
-
- getVariableResolver(String) - Method in class org.mvel2.ast.InvokationContextFactory
-
- getVariableResolver(String) - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.DefaultLocalVariableResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.ItemResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.MapVariableResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- getVariableResolver(String) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- getVariableResolver(String) - Method in interface org.mvel2.integration.VariableResolverFactory
-
Return a variable resolver for the specified variable name.
- getVariableResolvers() - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- getVariables() - Method in class org.mvel2.ParserContext
-
- getVariables() - Method in class org.mvel2.sh.ShellSession
-
- getVariableScope() - Method in class org.mvel2.ParserContext
-
- getVarName() - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- getVarOrInputType(String) - Method in class org.mvel2.ParserContext
-
Return the variable or input type froom the current parser context.
- getVarOrInputTypeOrNull(String) - Method in class org.mvel2.ParserContext
-
- getWidenedTarget(Method) - Static method in class org.mvel2.util.ParseTools
-
- getWidenedTarget(Class, Method) - Static method in class org.mvel2.util.ParseTools
-
- getWithExpressions() - Method in class org.mvel2.ast.WithNode
-
- GlobalListenerFactory - Class in org.mvel2.integration
-
- GlobalListenerFactory() - Constructor for class org.mvel2.integration.GlobalListenerFactory
-
- goTo(Label) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label.
- goTo(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- GOTO - Static variable in interface org.mvel2.asm.Opcodes
-
- greedy - Variable in class org.mvel2.compiler.AbstractParser
-
- GT - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
ifCmp method.
- GTHAN - Static variable in interface org.mvel2.Operator
-
- I2B - Static variable in interface org.mvel2.asm.Opcodes
-
- I2C - Static variable in interface org.mvel2.asm.Opcodes
-
- I2D - Static variable in interface org.mvel2.asm.Opcodes
-
- I2F - Static variable in interface org.mvel2.asm.Opcodes
-
- I2L - Static variable in interface org.mvel2.asm.Opcodes
-
- I2S - Static variable in interface org.mvel2.asm.Opcodes
-
- IADD - Static variable in interface org.mvel2.asm.Opcodes
-
- IALOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- IAND - Static variable in interface org.mvel2.asm.Opcodes
-
- IASTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- iconst(int) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ICONST_0 - Static variable in interface org.mvel2.asm.Opcodes
-
- ICONST_1 - Static variable in interface org.mvel2.asm.Opcodes
-
- ICONST_2 - Static variable in interface org.mvel2.asm.Opcodes
-
- ICONST_3 - Static variable in interface org.mvel2.asm.Opcodes
-
- ICONST_4 - Static variable in interface org.mvel2.asm.Opcodes
-
- ICONST_5 - Static variable in interface org.mvel2.asm.Opcodes
-
- ICONST_M1 - Static variable in interface org.mvel2.asm.Opcodes
-
- id - Variable in class org.mvel2.asm.util.ASMifier
-
Identifier of the annotation visitor variable in the produced code.
- IDENTIFIER - Static variable in class org.mvel2.ast.ASTNode
-
- IDIV - Static variable in interface org.mvel2.asm.Opcodes
-
- idxAlloc - Variable in class org.mvel2.ast.IfNode
-
- IF - Static variable in interface org.mvel2.Operator
-
- IF - Static variable in interface org.mvel2.templates.res.Opcodes
-
- IF_ACMPEQ - Static variable in interface org.mvel2.asm.Opcodes
-
- IF_ACMPNE - Static variable in interface org.mvel2.asm.Opcodes
-
- IF_ICMPEQ - Static variable in interface org.mvel2.asm.Opcodes
-
- IF_ICMPGE - Static variable in interface org.mvel2.asm.Opcodes
-
- IF_ICMPGT - Static variable in interface org.mvel2.asm.Opcodes
-
- IF_ICMPLE - Static variable in interface org.mvel2.asm.Opcodes
-
- IF_ICMPLT - Static variable in interface org.mvel2.asm.Opcodes
-
- IF_ICMPNE - Static variable in interface org.mvel2.asm.Opcodes
-
- ifacmpeq(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ifacmpne(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ifCmp(Type, int, Label) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of
the top two stack values.
- ifeq(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- IFEQ - Static variable in interface org.mvel2.asm.Opcodes
-
- ifge(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- IFGE - Static variable in interface org.mvel2.asm.Opcodes
-
- ifgt(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- IFGT - Static variable in interface org.mvel2.asm.Opcodes
-
- ifICmp(int, Label) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of
the top two integer stack values.
- ificmpeq(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ificmpge(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ificmpgt(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ificmple(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ificmplt(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ificmpne(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- ifle(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- IFLE - Static variable in interface org.mvel2.asm.Opcodes
-
- iflt(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- IFLT - Static variable in interface org.mvel2.asm.Opcodes
-
- ifne(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- IFNE - Static variable in interface org.mvel2.asm.Opcodes
-
- IfNode - Class in org.mvel2.ast
-
- IfNode(char[], int, int, int, int, int, ParserContext) - Constructor for class org.mvel2.ast.IfNode
-
- IfNode - Class in org.mvel2.templates.res
-
- IfNode(int, String, char[], int, int) - Constructor for class org.mvel2.templates.res.IfNode
-
- ifNonNull(Label) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack
value is not null.
- ifnonnull(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- IFNONNULL - Static variable in interface org.mvel2.asm.Opcodes
-
- ifNull(Label) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack
value is null.
- ifnull(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- IFNULL - Static variable in interface org.mvel2.asm.Opcodes
-
- ifThenElseBlockContinues() - Method in class org.mvel2.compiler.AbstractParser
-
Checking from the current cursor position, check to see if the if-then-else block continues.
- ifZCmp(int, Label) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of
the top integer stack value with zero.
- iinc(int, int) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to increment the given local variable.
- iinc(int, int) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- IINC - Static variable in interface org.mvel2.asm.Opcodes
-
- IINC_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- IincInsnNode - Class in org.mvel2.asm.tree
-
A node that represents an IINC instruction.
- IincInsnNode(int, int) - Constructor for class org.mvel2.asm.tree.IincInsnNode
-
- ILOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- ImmutableDefaultFactory - Class in org.mvel2.integration.impl
-
- ImmutableDefaultFactory() - Constructor for class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- ImmutableElementException - Exception in org.mvel2
-
Exception thrown by internal immutable structures if any modifications are attempted.
- ImmutableElementException() - Constructor for exception org.mvel2.ImmutableElementException
-
- ImmutableElementException(String) - Constructor for exception org.mvel2.ImmutableElementException
-
- ImmutableElementException(String, Throwable) - Constructor for exception org.mvel2.ImmutableElementException
-
- ImmutableElementException(Throwable) - Constructor for exception org.mvel2.ImmutableElementException
-
- IMPORT - Static variable in interface org.mvel2.Operator
-
- IMPORT_STATIC - Static variable in interface org.mvel2.Operator
-
- ImportNode - Class in org.mvel2.ast
-
- ImportNode(char[], int, int, ParserContext) - Constructor for class org.mvel2.ast.ImportNode
-
- imports - Variable in class org.mvel2.ParserConfiguration
-
- IMUL - Static variable in interface org.mvel2.asm.Opcodes
-
- INC - Static variable in interface org.mvel2.Operator
-
- INC_ASSIGN - Static variable in interface org.mvel2.Operator
-
- INCLUDE_FILE - Static variable in interface org.mvel2.templates.res.Opcodes
-
- INCLUDE_NAMED - Static variable in interface org.mvel2.templates.res.Opcodes
-
- IncludeNode - Class in org.mvel2.templates.res
-
- IncludeNode(int, String, char[], int, int) - Constructor for class org.mvel2.templates.res.IncludeNode
-
- incNextNonBlank() - Method in class org.mvel2.compiler.AbstractParser
-
Increment one cursor position, and move cursor to next non-blank part.
- incr - Variable in class org.mvel2.asm.tree.IincInsnNode
-
Amount to increment the local variable by.
- incrementLineCount(int) - Method in class org.mvel2.ParserContext
-
Increments the current line count by the specified amount
- indent(int) - Method in class org.mvel2.sh.ShellSession
-
- index - Variable in class org.mvel2.asm.tree.LocalVariableAnnotationNode
-
The local variable's index in each range.
- index - Variable in class org.mvel2.asm.tree.LocalVariableNode
-
The local variable's index.
- index() - Method in interface org.mvel2.util.ASTIterator
-
- index() - Method in class org.mvel2.util.ASTLinkedList
-
- indexAlloc - Variable in class org.mvel2.ast.ForNode
-
- IndexedAssignmentNode - Class in org.mvel2.ast
-
- IndexedAssignmentNode(char[], int, int, int, int, String, int, ParserContext) - Constructor for class org.mvel2.ast.IndexedAssignmentNode
-
- IndexedAssignmentNode(char[], int, int, int, int, ParserContext) - Constructor for class org.mvel2.ast.IndexedAssignmentNode
-
- IndexedCharSeqAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- IndexedCharSeqAccessor() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- IndexedCharSeqAccessor(int) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- IndexedCharSeqAccessorNest - Class in org.mvel2.optimizers.impl.refl.nodes
-
- IndexedCharSeqAccessorNest() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- IndexedCharSeqAccessorNest(ExecutableStatement) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- IndexedDeclTypedVarNode - Class in org.mvel2.ast
-
- IndexedDeclTypedVarNode(int, int, int, Class, ParserContext) - Constructor for class org.mvel2.ast.IndexedDeclTypedVarNode
-
- IndexedOperativeAssign - Class in org.mvel2.ast
-
- IndexedOperativeAssign(char[], int, int, int, int, int, ParserContext) - Constructor for class org.mvel2.ast.IndexedOperativeAssign
-
- IndexedPostFixDecNode - Class in org.mvel2.ast
-
- IndexedPostFixDecNode(int, ParserContext) - Constructor for class org.mvel2.ast.IndexedPostFixDecNode
-
- IndexedPostFixIncNode - Class in org.mvel2.ast
-
- IndexedPostFixIncNode(int, ParserContext) - Constructor for class org.mvel2.ast.IndexedPostFixIncNode
-
- IndexedPreFixDecNode - Class in org.mvel2.ast
-
- IndexedPreFixDecNode(int, ParserContext) - Constructor for class org.mvel2.ast.IndexedPreFixDecNode
-
- IndexedPreFixIncNode - Class in org.mvel2.ast
-
- IndexedPreFixIncNode(int, ParserContext) - Constructor for class org.mvel2.ast.IndexedPreFixIncNode
-
- IndexedVariableAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- IndexedVariableAccessor(int) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.IndexedVariableAccessor
-
- indexedVariableNames - Variable in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- IndexedVariableResolverFactory - Class in org.mvel2.integration.impl
-
- IndexedVariableResolverFactory(String[], VariableResolver[]) - Constructor for class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- IndexedVariableResolverFactory(String[], Object[]) - Constructor for class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- IndexedVariableResolverFactory(String[], Object[], VariableResolverFactory) - Constructor for class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- indexedVariableResolvers - Variable in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- indexOf(AbstractInsnNode) - Method in class org.mvel2.asm.tree.InsnList
-
Returns the index of the given instruction in this list.
- indexOf(Object) - Method in class org.mvel2.util.FastList
-
- indexOf(K) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- indexOffset - Variable in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- IndexVariableResolver - Class in org.mvel2.integration.impl
-
- IndexVariableResolver(int, Object[]) - Constructor for class org.mvel2.integration.impl.IndexVariableResolver
-
- INEG - Static variable in interface org.mvel2.asm.Opcodes
-
- info - Variable in class org.mvel2.asm.Label
-
Field used to associate user information to a label.
- init(String, MethodNode) - Method in class org.mvel2.asm.tree.analysis.Analyzer
-
Initializes this analyzer.
- init(Frame<? extends V>) - Method in class org.mvel2.asm.tree.analysis.Frame
-
Copies the state of the given frame into this frame.
- init(Proto.ProtoInstance, Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Proto.Receiver
-
- init() - Method in interface org.mvel2.optimizers.AccessorOptimizer
-
- init() - Method in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- init() - Method in class org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer
-
- init() - Method in class org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer
-
- initializer - Variable in class org.mvel2.ast.ForNode
-
- initializeTables() - Method in class org.mvel2.ParserContext
-
Initializes internal Maps.
- initLineMapping(String, char[]) - Method in class org.mvel2.ParserContext
-
- initWithKeys(K[]) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- INLINE_COLLECTION - Static variable in class org.mvel2.ast.ASTNode
-
- InlineCollectionNode - Class in org.mvel2.ast
-
- InlineCollectionNode(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.InlineCollectionNode
-
- InlineCollectionNode(char[], int, int, int, Class, ParserContext) - Constructor for class org.mvel2.ast.InlineCollectionNode
-
- INNER_TYPE - Static variable in class org.mvel2.asm.TypePath
-
A type path step that steps into the nested type of a class type.
- innerClasses - Variable in class org.mvel2.asm.tree.ClassNode
-
Informations about the inner classes of this class.
- InnerClassNode - Class in org.mvel2.asm.tree
-
A node that represents an inner class.
- InnerClassNode(String, String, String, int) - Constructor for class org.mvel2.asm.tree.InnerClassNode
-
- innerName - Variable in class org.mvel2.asm.tree.InnerClassNode
-
The (simple) name of the inner class inside its enclosing class.
- insert(AbstractInsnNode) - Method in class org.mvel2.asm.tree.InsnList
-
Inserts the given instruction at the begining of this list.
- insert(InsnList) - Method in class org.mvel2.asm.tree.InsnList
-
Inserts the given instructions at the begining of this list.
- insert(AbstractInsnNode, AbstractInsnNode) - Method in class org.mvel2.asm.tree.InsnList
-
Inserts the given instruction after the specified instruction.
- insert(AbstractInsnNode, InsnList) - Method in class org.mvel2.asm.tree.InsnList
-
Inserts the given instructions after the specified instruction.
- insertBefore(AbstractInsnNode, AbstractInsnNode) - Method in class org.mvel2.asm.tree.InsnList
-
Inserts the given instruction before the specified instruction.
- insertBefore(AbstractInsnNode, InsnList) - Method in class org.mvel2.asm.tree.InsnList
-
Inserts the given instructions before the specified instruction.
- insertFactory(VariableResolverFactory) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- insertFactory(VariableResolverFactory, T) - Static method in class org.mvel2.integration.ResolverTools
-
Based on the root factory, insert the new factory right after the root, and before any other in the chain.
- INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- InsnList - Class in org.mvel2.asm.tree
-
- InsnList() - Constructor for class org.mvel2.asm.tree.InsnList
-
- InsnNode - Class in org.mvel2.asm.tree
-
A node that represents a zero operand instruction.
- InsnNode(int) - Constructor for class org.mvel2.asm.tree.InsnNode
-
- insns - Variable in class org.mvel2.asm.tree.analysis.SourceValue
-
The instructions that can produce this value.
- Instance - Class in org.mvel2.ast
-
- Instance(ASTNode, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.Instance
-
- INSTANCE - Static variable in class org.mvel2.compiler.BlankLiteral
-
- instanceOf(Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to test if the top stack value is of the given
type.
- instanceOf(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- INSTANCEOF - Static variable in interface org.mvel2.asm.Opcodes
-
- INSTANCEOF - Static variable in class org.mvel2.asm.signature.SignatureVisitor
-
Wildcard for a normal type argument.
- INSTANCEOF - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the type declared in an
'instanceof' instruction.
- INSTANCEOF - Static variable in interface org.mvel2.Operator
-
- InstructionAdapter - Class in org.mvel2.asm.commons
-
A
MethodVisitor providing a more detailed API to generate and
transform instructions.
- InstructionAdapter(MethodVisitor) - Constructor for class org.mvel2.asm.commons.InstructionAdapter
-
- InstructionAdapter(int, MethodVisitor) - Constructor for class org.mvel2.asm.commons.InstructionAdapter
-
- instructions - Variable in class org.mvel2.asm.tree.MethodNode
-
The instructions of this method.
- INT - Static variable in class org.mvel2.asm.Type
-
The sort of the int type.
- INT_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- INT_TYPE - Static variable in class org.mvel2.asm.Type
-
The int type.
- INT_VALUE - Static variable in class org.mvel2.asm.tree.analysis.BasicValue
-
- IntAdd - Class in org.mvel2.ast
-
- IntAdd(ASTNode, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.IntAdd
-
- IntArrayCH - Class in org.mvel2.conversion
-
- IntArrayCH() - Constructor for class org.mvel2.conversion.IntArrayCH
-
- IntDiv - Class in org.mvel2.ast
-
- IntDiv(ASTNode, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.IntDiv
-
- INTEGER - Static variable in interface org.mvel2.asm.Opcodes
-
- INTEGER - Static variable in interface org.mvel2.DataTypes
-
- IntegerCH - Class in org.mvel2.conversion
-
- IntegerCH() - Constructor for class org.mvel2.conversion.IntegerCH
-
- Interceptor - Interface in org.mvel2.integration
-
An interceptor can be used to decorate functionality into an expression or to hook into external functionality, such
as to log an event or fire some other event.
- interceptors - Variable in class org.mvel2.ParserConfiguration
-
- InterceptorWrapper - Class in org.mvel2.ast
-
- InterceptorWrapper(Interceptor, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.InterceptorWrapper
-
- interfaces - Variable in class org.mvel2.asm.tree.ClassNode
-
- INTERNAL_NAME - Static variable in class org.mvel2.asm.util.Textifier
-
- InternalNumber - Class in org.mvel2.util
-
- InternalNumber(char[], int, int) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(char[], int, int, MathContext) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(char[]) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(char[], MathContext) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(String) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(String, MathContext) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(double) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(double, MathContext) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(BigInteger) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(BigInteger, MathContext) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(BigInteger, int) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(BigInteger, int, MathContext) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(int) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(int, MathContext) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(long) - Constructor for class org.mvel2.util.InternalNumber
-
- InternalNumber(long, MathContext) - Constructor for class org.mvel2.util.InternalNumber
-
- Interpreter<V extends Value> - Class in org.mvel2.asm.tree.analysis
-
A semantic bytecode interpreter.
- Interpreter(int) - Constructor for class org.mvel2.asm.tree.analysis.Interpreter
-
- IntInsnNode - Class in org.mvel2.asm.tree
-
A node that represents an instruction with a single int operand.
- IntInsnNode(int, int) - Constructor for class org.mvel2.asm.tree.IntInsnNode
-
- IntMult - Class in org.mvel2.ast
-
- IntMult(ASTNode, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.IntMult
-
- IntOptimized - Interface in org.mvel2.ast
-
- intOptimized() - Method in class org.mvel2.compiler.CompiledAccExpression
-
- intOptimized() - Method in class org.mvel2.compiler.CompiledExpression
-
- intOptimized() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- intOptimized() - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- intOptimized() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- intOptimized() - Method in interface org.mvel2.compiler.ExecutableStatement
-
- IntSub - Class in org.mvel2.ast
-
- IntSub(ASTNode, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.IntSub
-
- INVERT - Static variable in class org.mvel2.ast.ASTNode
-
- Invert - Class in org.mvel2.ast
-
- Invert(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.Invert
-
- invisibleAnnotations - Variable in class org.mvel2.asm.tree.ClassNode
-
The runtime invisible annotations of this class.
- invisibleAnnotations - Variable in class org.mvel2.asm.tree.FieldNode
-
The runtime invisible annotations of this field.
- invisibleAnnotations - Variable in class org.mvel2.asm.tree.MethodNode
-
The runtime invisible annotations of this method.
- invisibleLocalVariableAnnotations - Variable in class org.mvel2.asm.tree.MethodNode
-
The invisible local variable annotations of this method.
- invisibleParameterAnnotations - Variable in class org.mvel2.asm.tree.MethodNode
-
The runtime invisible parameter annotations of this method.
- invisibleTypeAnnotations - Variable in class org.mvel2.asm.tree.AbstractInsnNode
-
The runtime invisible type annotations of this instruction.
- invisibleTypeAnnotations - Variable in class org.mvel2.asm.tree.ClassNode
-
The runtime invisible type annotations of this class.
- invisibleTypeAnnotations - Variable in class org.mvel2.asm.tree.FieldNode
-
The runtime invisible type annotations of this field.
- invisibleTypeAnnotations - Variable in class org.mvel2.asm.tree.MethodNode
-
The runtime invisible type annotations of this method.
- invisibleTypeAnnotations - Variable in class org.mvel2.asm.tree.TryCatchBlockNode
-
The runtime invisible type annotations on the exception handler type.
- InvokableAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- InvokableAccessor() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
-
- InvokationContextFactory - Class in org.mvel2.ast
-
- InvokationContextFactory(VariableResolverFactory, VariableResolverFactory) - Constructor for class org.mvel2.ast.InvokationContextFactory
-
- INVOKE - Static variable in interface org.mvel2.Operator
-
- INVOKE_DYNAMIC_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- invokeConstructor(Type, Method) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a constructor.
- INVOKED_METHOD_EXCEPTIONS_BUBBLE - Static variable in class org.mvel2.MVEL
-
- invokeDynamic(String, String, Handle, Object...) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates an invokedynamic instruction.
- invokedynamic(String, String, Handle, Object[]) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- INVOKEDYNAMIC - Static variable in interface org.mvel2.asm.Opcodes
-
- InvokeDynamicInsnNode - Class in org.mvel2.asm.tree
-
A node that represents an invokedynamic instruction.
- InvokeDynamicInsnNode(String, String, Handle, Object...) - Constructor for class org.mvel2.asm.tree.InvokeDynamicInsnNode
-
- invokeInterface(Type, Method) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke an interface method.
- invokeinterface(String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- INVOKEINTERFACE - Static variable in interface org.mvel2.asm.Opcodes
-
- invokespecial(String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
Deprecated.
- invokespecial(String, String, String, boolean) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- INVOKESPECIAL - Static variable in interface org.mvel2.asm.Opcodes
-
- invokeStatic(Type, Method) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a static method.
- invokestatic(String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
Deprecated.
- invokestatic(String, String, String, boolean) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- INVOKESTATIC - Static variable in interface org.mvel2.asm.Opcodes
-
- invokeVirtual(Type, Method) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a normal method.
- invokevirtual(String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
Deprecated.
- invokevirtual(String, String, String, boolean) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- INVOKEVIRTUAL - Static variable in interface org.mvel2.asm.Opcodes
-
- IOR - Static variable in interface org.mvel2.asm.Opcodes
-
- IREM - Static variable in interface org.mvel2.asm.Opcodes
-
- IRETURN - Static variable in interface org.mvel2.asm.Opcodes
-
- isAdvancedDebugging() - Static method in class org.mvel2.MVEL
-
- isAllowBootstrapBypass() - Method in class org.mvel2.ParserConfiguration
-
- isAllowBootstrapBypass() - Method in class org.mvel2.ParserContext
-
- isAllowNakedMethCall() - Method in class org.mvel2.ParserConfiguration
-
- isArithmeticOperator(int) - Static method in class org.mvel2.compiler.AbstractParser
-
- isArray() - Method in class org.mvel2.ast.TypeDescriptor
-
- isArrayType(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- isArrayValue(BasicValue) - Method in class org.mvel2.asm.tree.analysis.BasicVerifier
-
- isArrayValue(BasicValue) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- isAssignable(Class, Class) - Static method in class org.mvel2.util.PropertyTools
-
- isAssignableFrom(Type, Type) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- isAssignableFrom(Class<?>, Class<?>) - Static method in class org.mvel2.util.ReflectionUtil
-
- isAssignment() - Method in class org.mvel2.ast.ASTNode
-
- isAssignment() - Method in class org.mvel2.ast.DeclProtoVarNode
-
- isAssignment() - Method in class org.mvel2.ast.DeclTypedVarNode
-
- isAssignment() - Method in class org.mvel2.ast.DeepAssignmentNode
-
- isAssignment() - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- isAssignment() - Method in class org.mvel2.ast.IndexedDeclTypedVarNode
-
- isBlockSymbols() - Method in class org.mvel2.ParserContext
-
- isClass() - Method in class org.mvel2.ast.TypeDescriptor
-
- isClassLiteral() - Method in class org.mvel2.compiler.PropertyVerifier
-
- isCodeAttribute() - Method in class org.mvel2.asm.Attribute
-
Returns true if this type of attribute is a code attribute.
- isCollection() - Method in class org.mvel2.ast.ASTNode
-
- isCompiled() - Method in class org.mvel2.ParserContext
-
- isConvertableIngressEgress() - Method in class org.mvel2.compiler.CompiledAccExpression
-
- isConvertableIngressEgress() - Method in class org.mvel2.compiler.CompiledExpression
-
- isConvertableIngressEgress() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- isConvertableIngressEgress() - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- isConvertableIngressEgress() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- isConvertableIngressEgress() - Method in interface org.mvel2.compiler.ExecutableStatement
-
- isCritical() - Method in class org.mvel2.ErrorDetail
-
- isDebuggingSymbol() - Method in class org.mvel2.ast.ASTNode
-
- isDebugSymbols() - Method in class org.mvel2.ParserContext
-
- isDeepProperty() - Method in class org.mvel2.ast.ASTNode
-
- isDeepProperty() - Method in class org.mvel2.compiler.PropertyVerifier
-
- IsDef - Class in org.mvel2.ast
-
- IsDef(char[], int, int, ParserContext) - Constructor for class org.mvel2.ast.IsDef
-
- ISDEF - Static variable in interface org.mvel2.Operator
-
- isDigit(int) - Static method in class org.mvel2.util.ParseTools
-
- isDiscard() - Method in class org.mvel2.ast.ASTNode
-
- isEmpty() - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- isEmpty() - Method in class org.mvel2.util.ExecutionStack
-
- isEmpty() - Method in class org.mvel2.util.FastList
-
- isEmpty(Object) - Static method in class org.mvel2.util.PropertyTools
-
- isEmpty() - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- isEmpty() - Method in interface org.mvel2.util.Stack
-
- isEmptyStatement() - Method in class org.mvel2.compiler.CompiledAccExpression
-
- isEmptyStatement() - Method in class org.mvel2.compiler.CompiledExpression
-
- isEmptyStatement() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- isEmptyStatement() - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- isEmptyStatement() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- isEmptyStatement() - Method in interface org.mvel2.compiler.ExecutableStatement
-
- isExecutableCodeReached() - Method in class org.mvel2.ParserContext
-
- isExplicitCast() - Method in class org.mvel2.compiler.CompiledAccExpression
-
- isExplicitCast() - Method in class org.mvel2.compiler.CompiledExpression
-
- isExplicitCast() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- isExplicitCast() - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- isExplicitCast() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- isExplicitCast() - Method in interface org.mvel2.compiler.ExecutableStatement
-
- isFatalError() - Method in class org.mvel2.ParserContext
-
- isFileDebugging() - Static method in class org.mvel2.MVEL
-
- isFQCN() - Method in class org.mvel2.ast.ASTNode
-
- isFqcn() - Method in class org.mvel2.compiler.PropertyVerifier
-
- isFunctionContext() - Method in class org.mvel2.ParserContext
-
- isGreaterPrecedence(BinaryOperation) - Method in class org.mvel2.ast.BinaryOperation
-
- ISHL - Static variable in interface org.mvel2.asm.Opcodes
-
- ISHR - Static variable in interface org.mvel2.asm.Opcodes
-
- isIdentifier() - Method in class org.mvel2.ast.ASTNode
-
- isIdentifier() - Method in class org.mvel2.ast.Sign
-
- isIdentifierPart(int) - Static method in class org.mvel2.util.ParseTools
-
- isImportInjectionRequired() - Method in class org.mvel2.compiler.CompiledExpression
-
- isIndexAllocation() - Method in class org.mvel2.ParserContext
-
- isIndexedFactory() - Method in class org.mvel2.ast.InvokationContextFactory
-
- isIndexedFactory() - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- isIndexedFactory() - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- isIndexedFactory() - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- isIndexedFactory() - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- isIndexedFactory() - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- isIndexedFactory() - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- isIndexedFactory() - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- isIndexedFactory() - Method in interface org.mvel2.integration.VariableResolverFactory
-
- isInput() - Method in class org.mvel2.compiler.PropertyVerifier
-
- isInterface(Type) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- isJunct(char) - Static method in class org.mvel2.util.ParseTools
-
- isLineMapped(String) - Method in class org.mvel2.ParserContext
-
- isLiteral() - Method in class org.mvel2.ast.ASTNode
-
- isLiteral() - Method in class org.mvel2.ast.BinaryOperation
-
- isLiteral() - Method in class org.mvel2.ast.LiteralNode
-
- isLiteralOnly() - Method in class org.mvel2.compiler.CompiledAccExpression
-
- isLiteralOnly() - Method in class org.mvel2.compiler.CompiledExpression
-
- isLiteralOnly() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- isLiteralOnly() - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- isLiteralOnly() - Method in class org.mvel2.compiler.ExecutableLiteral
-
- isLiteralOnly() - Method in interface org.mvel2.compiler.ExecutableStatement
-
- isLiteralOnly() - Method in class org.mvel2.compiler.ExpressionCompiler
-
- isLiteralOnly() - Method in interface org.mvel2.optimizers.AccessorOptimizer
-
- isLiteralOnly() - Method in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- isLiteralOnly() - Method in class org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer
-
- isLiteralOnly() - Method in class org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer
-
- isMethodCall() - Method in class org.mvel2.compiler.PropertyVerifier
-
- isNewDeclaration() - Method in interface org.mvel2.ast.Assignment
-
- isNewDeclaration() - Method in class org.mvel2.ast.AssignmentNode
-
- isNewDeclaration() - Method in class org.mvel2.ast.DeclProtoVarNode
-
- isNewDeclaration() - Method in class org.mvel2.ast.DeclTypedVarNode
-
- isNewDeclaration() - Method in class org.mvel2.ast.DeepAssignmentNode
-
- isNewDeclaration() - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- isNewDeclaration() - Method in class org.mvel2.ast.IndexedDeclTypedVarNode
-
- isNewDeclaration() - Method in class org.mvel2.ast.ProtoVarNode
-
- isNewDeclaration() - Method in class org.mvel2.ast.TypedVarNode
-
- isNextIdentifier() - Method in class org.mvel2.compiler.AbstractParser
-
Checks to see if the next part of the statement is an identifier part.
- isNextIdentifierOrLiteral() - Method in class org.mvel2.compiler.AbstractParser
-
Returns true if the next is an identifier or literal.
- isNextResolveable(String) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- isNotValidNameorLabel(String) - Static method in class org.mvel2.util.ParseTools
-
Check if the specfied string represents a valid name of label.
- isNumber(Object) - Static method in class org.mvel2.util.ParseTools
-
- isNumber(String) - Static method in class org.mvel2.util.ParseTools
-
- isNumber(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- isNumeric(Object) - Static method in class org.mvel2.util.ParseTools
-
- isNumericallyCoercible(Class, Class) - Static method in class org.mvel2.util.ParseTools
-
- isOpenNode() - Method in class org.mvel2.templates.res.Node
-
- isOperator() - Method in class org.mvel2.ast.ASTNode
-
- isOperator(Integer) - Method in class org.mvel2.ast.ASTNode
-
- isOperator() - Method in class org.mvel2.ast.EndOfStatement
-
- isOperator(Integer) - Method in class org.mvel2.ast.EndOfStatement
-
- isOperator() - Method in class org.mvel2.ast.OperatorNode
-
- isOperator(Integer) - Method in class org.mvel2.ast.OperatorNode
-
- isOperator() - Method in class org.mvel2.ast.ReturnNode
-
- isOperator(Integer) - Method in class org.mvel2.ast.ReturnNode
-
- isOptimized() - Method in class org.mvel2.compiler.CompiledExpression
-
- isOptimizerNotified() - Method in class org.mvel2.ParserContext
-
- isOptimizerSupported(Class<? extends AccessorOptimizer>) - Method in interface org.mvel2.optimizers.OptimizerHook
-
Should answer back whether or not this hook understands how to work with the current
optimizer.
- isOverloaded() - Method in class org.mvel2.optimizers.dynamic.DynamicClassLoader
-
- isOverloaded() - Static method in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- isPackageImport() - Method in class org.mvel2.ast.ImportNode
-
- isPrimitiveWrapper(Class) - Static method in class org.mvel2.util.ParseTools
-
- isPropertyOnly(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- isReduceable() - Method in class org.mvel2.util.ExecutionStack
-
- isReference() - Method in class org.mvel2.asm.tree.analysis.BasicValue
-
- isReservedWord(String) - Static method in class org.mvel2.util.ParseTools
-
Check if the specified string is a reserved word in the parser.
- isResolveable(String) - Method in class org.mvel2.ast.InvokationContextFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.ItemResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.MapVariableResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- isResolveable(String) - Method in class org.mvel2.integration.impl.StaticMethodImportResolverFactory
-
- isResolveable(String) - Method in interface org.mvel2.integration.VariableResolverFactory
-
Determines whether or not the variable is resolver in the chain of factories.
- isResolvedExternally() - Method in class org.mvel2.compiler.PropertyVerifier
-
- isRetainParserState() - Method in class org.mvel2.ParserContext
-
- isRunning() - Method in class org.mvel2.sh.ShellSession.RunState
-
- isSingleNode() - Method in class org.mvel2.compiler.CompiledExpression
-
- isSingleNode() - Method in class org.mvel2.util.ASTLinkedList
-
- isStatementNotManuallyTerminated() - Method in class org.mvel2.compiler.AbstractParser
-
NOTE: This method assumes that the current position of the cursor is at the end of a logical statement, to
begin with.
- isStatementNotManuallyTerminated(char[], int) - Static method in class org.mvel2.util.ParseTools
-
- isStrictTypeEnforcement() - Method in class org.mvel2.ParserContext
-
- isStrongTyping() - Method in class org.mvel2.ParserContext
-
- isSubTypeOf(BasicValue, BasicValue) - Method in class org.mvel2.asm.tree.analysis.BasicVerifier
-
- isSubTypeOf(BasicValue, BasicValue) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- isTarget(String) - Method in class org.mvel2.ast.InvokationContextFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.ClassImportResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.IndexedVariableResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.ItemResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.MapVariableResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- isTarget(String) - Method in class org.mvel2.integration.impl.StaticMethodImportResolverFactory
-
- isTarget(String) - Method in interface org.mvel2.integration.VariableResolverFactory
-
Deterimines whether or not the current VariableResolverFactory is the physical target for the actual
variable.
- isThisVal() - Method in class org.mvel2.ast.ASTNode
-
- isThreadAccessorOptimizerInitialized() - Static method in class org.mvel2.optimizers.OptimizerFactory
-
- ISTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- ISUB - Static variable in interface org.mvel2.asm.Opcodes
-
- isUndimensionedArray() - Method in class org.mvel2.ast.TypeDescriptor
-
- isUnknown() - Method in class org.mvel2.asm.Attribute
-
Returns true if this type of attribute is unknown.
- isUnresolvedWaiting() - Static method in class org.mvel2.util.ProtoParser
-
- isVariablesEscape() - Method in class org.mvel2.ParserContext
-
- isVariableVisible(String) - Method in class org.mvel2.ParserContext
-
- isVerifying() - Method in class org.mvel2.compiler.ExpressionCompiler
-
- isVerifyOnly() - Method in class org.mvel2.compiler.ExpressionCompiler
-
- isVisitedLine(String, int) - Method in class org.mvel2.ParserContext
-
- isWhitespace(char) - Static method in class org.mvel2.util.ParseTools
-
- item - Variable in class org.mvel2.ast.DoNode
-
- item - Variable in class org.mvel2.ast.DoUntilNode
-
- item - Variable in class org.mvel2.ast.ForEachNode
-
- item - Variable in class org.mvel2.ast.ForNode
-
- item - Variable in class org.mvel2.ast.UntilNode
-
- item - Variable in class org.mvel2.ast.WhileNode
-
- ItemResolverFactory - Class in org.mvel2.integration.impl
-
- ItemResolverFactory(ItemResolverFactory.ItemResolver, VariableResolverFactory) - Constructor for class org.mvel2.integration.impl.ItemResolverFactory
-
- ItemResolverFactory.ItemResolver - Class in org.mvel2.integration.impl
-
- ItemResolverFactory.ItemResolver(String, Class) - Constructor for class org.mvel2.integration.impl.ItemResolverFactory.ItemResolver
-
- ItemResolverFactory.ItemResolver(String) - Constructor for class org.mvel2.integration.impl.ItemResolverFactory.ItemResolver
-
- itemType - Variable in class org.mvel2.ast.ForEachNode
-
- iterator() - Method in class org.mvel2.asm.tree.InsnList
-
Returns an iterator over the instructions in this list.
- iterator(int) - Method in class org.mvel2.asm.tree.InsnList
-
Returns an iterator over the instructions in this list.
- iterator() - Method in class org.mvel2.templates.SimpleTemplateRegistry
-
- iterator() - Method in interface org.mvel2.templates.TemplateRegistry
-
- iterator() - Method in class org.mvel2.util.FastList
-
- itf - Variable in class org.mvel2.asm.tree.MethodInsnNode
-
If the method's owner class if an interface.
- IUSHR - Static variable in interface org.mvel2.asm.Opcodes
-
- IXOR - Static variable in interface org.mvel2.asm.Opcodes
-
- L2D - Static variable in interface org.mvel2.asm.Opcodes
-
- L2F - Static variable in interface org.mvel2.asm.Opcodes
-
- L2I - Static variable in interface org.mvel2.asm.Opcodes
-
- Label - Class in org.mvel2.asm
-
A label represents a position in the bytecode of a method.
- Label() - Constructor for class org.mvel2.asm.Label
-
Constructs a new label.
- LABEL - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- label - Variable in class org.mvel2.asm.tree.JumpInsnNode
-
The operand of this instruction.
- LABEL - Static variable in interface org.mvel2.Operator
-
- labelNames - Variable in class org.mvel2.asm.util.ASMifier
-
The label names.
- labelNames - Variable in class org.mvel2.asm.util.Textifier
-
The label names.
- LabelNode - Class in org.mvel2.asm.tree
-
- LabelNode() - Constructor for class org.mvel2.asm.tree.LabelNode
-
- LabelNode(Label) - Constructor for class org.mvel2.asm.tree.LabelNode
-
- labels - Variable in class org.mvel2.asm.tree.LookupSwitchInsnNode
-
Beginnings of the handler blocks.
- labels - Variable in class org.mvel2.asm.tree.TableSwitchInsnNode
-
Beginnings of the handler blocks.
- labels - Variable in class org.mvel2.asm.xml.ASMContentHandler
-
Map of the active
Label instances for current method.
- LADD - Static variable in interface org.mvel2.asm.Opcodes
-
- LALOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- LAND - Static variable in interface org.mvel2.asm.Opcodes
-
- lastIndexOf(Object) - Method in class org.mvel2.util.FastList
-
- lastLineStart - Variable in class org.mvel2.compiler.AbstractParser
-
- lastNode - Variable in class org.mvel2.compiler.AbstractParser
-
- lastNonWhite(char) - Method in class org.mvel2.compiler.AbstractParser
-
- LASTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- lastWasComment - Variable in class org.mvel2.compiler.AbstractParser
-
- lastWasIdentifier - Variable in class org.mvel2.compiler.AbstractParser
-
- lastWasLineLabel - Variable in class org.mvel2.compiler.AbstractParser
-
- lcmp() - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- LCMP - Static variable in interface org.mvel2.asm.Opcodes
-
- lconst(long) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- LCONST_0 - Static variable in interface org.mvel2.asm.Opcodes
-
- LCONST_1 - Static variable in interface org.mvel2.asm.Opcodes
-
- LDC - Static variable in interface org.mvel2.asm.Opcodes
-
- LDC_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- LdcInsnNode - Class in org.mvel2.asm.tree
-
A node that represents an LDC instruction.
- LdcInsnNode(Object) - Constructor for class org.mvel2.asm.tree.LdcInsnNode
-
- LDIV - Static variable in interface org.mvel2.asm.Opcodes
-
- LDTYPE - Static variable in interface org.mvel2.Operator
-
- LE - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
ifCmp method.
- left - Variable in class org.mvel2.ast.BooleanNode
-
- length - Variable in class org.mvel2.compiler.AbstractParser
-
- length - Variable in class org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
-
- length() - Method in class org.mvel2.util.StringAppender
-
- LETHAN - Static variable in interface org.mvel2.Operator
-
- LEVEL_0_PROPERTY_ONLY - Static variable in class org.mvel2.compiler.AbstractParser
-
- LEVEL_1_BASIC_LANG - Static variable in class org.mvel2.compiler.AbstractParser
-
- LEVEL_2_MULTI_STATEMENT - Static variable in class org.mvel2.compiler.AbstractParser
-
- LEVEL_3_ITERATION - Static variable in class org.mvel2.compiler.AbstractParser
-
- LEVEL_4_ASSIGNMENT - Static variable in class org.mvel2.compiler.AbstractParser
-
- LEVEL_5_CONTROL_FLOW - Static variable in class org.mvel2.compiler.AbstractParser
-
- LINE - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- line - Variable in class org.mvel2.asm.tree.LineNumberNode
-
A line number.
- line - Variable in class org.mvel2.compiler.AbstractParser
-
- LineLabel - Class in org.mvel2.ast
-
- LineLabel(String, int, ParserContext) - Constructor for class org.mvel2.ast.LineLabel
-
- LineMapper - Class in org.mvel2.util
-
- LineMapper(char[]) - Constructor for class org.mvel2.util.LineMapper
-
- LineMapper.LineLookup - Interface in org.mvel2.util
-
- LineNumberNode - Class in org.mvel2.asm.tree
-
A node that represents a line number declaration.
- LineNumberNode(int, LabelNode) - Constructor for class org.mvel2.asm.tree.LineNumberNode
-
- LIST - Static variable in class org.mvel2.util.CollectionParser
-
- ListAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- ListAccessor() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- ListAccessor(int) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- ListAccessorNest - Class in org.mvel2.optimizers.impl.refl.nodes
-
- ListAccessorNest() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- ListAccessorNest(String, Class) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- ListAccessorNest(ExecutableStatement, Class) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- ListCH - Class in org.mvel2.conversion
-
- ListCH() - Constructor for class org.mvel2.conversion.ListCH
-
- ListCreator - Class in org.mvel2.optimizers.impl.refl.collection
-
- ListCreator(Accessor[]) - Constructor for class org.mvel2.optimizers.impl.refl.collection.ListCreator
-
- Listener - Interface in org.mvel2.integration
-
- listIterator() - Method in class org.mvel2.util.FastList
-
- listIterator(int) - Method in class org.mvel2.util.FastList
-
- LITERAL - Static variable in class org.mvel2.ast.ASTNode
-
- literal - Variable in class org.mvel2.ast.ASTNode
-
- LiteralDeepPropertyNode - Class in org.mvel2.ast
-
- LiteralDeepPropertyNode(char[], int, int, int, Object, ParserContext) - Constructor for class org.mvel2.ast.LiteralDeepPropertyNode
-
- LiteralNode - Class in org.mvel2.ast
-
- LiteralNode(Object, Class, ParserContext) - Constructor for class org.mvel2.ast.LiteralNode
-
- LiteralNode(Object, ParserContext) - Constructor for class org.mvel2.ast.LiteralNode
-
- literalOnly - Variable in class org.mvel2.compiler.AbstractParser
-
- LITERALS - Static variable in class org.mvel2.compiler.AbstractParser
-
- LLOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- LMUL - Static variable in interface org.mvel2.asm.Opcodes
-
- LNEG - Static variable in interface org.mvel2.asm.Opcodes
-
- load(int, Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- LOAD - Static variable in interface org.mvel2.Operator
-
- load() - Method in class org.mvel2.sh.command.basic.BasicCommandSet
-
- load() - Method in class org.mvel2.sh.command.file.FileCommandSet
-
- load() - Method in interface org.mvel2.sh.CommandSet
-
- loadArg(int) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to load the given method argument on the stack.
- loadArgArray() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to load all the method arguments on the stack,
as a single object array.
- loadArgs(int, int) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to load the given method arguments on the
stack.
- loadArgs() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to load all the method arguments on the stack.
- loadFromFile(File) - Static method in class org.mvel2.util.ParseTools
-
- loadFromFile(File, String) - Static method in class org.mvel2.util.ParseTools
-
- loadLanguageFeaturesByLevel(int) - Static method in class org.mvel2.compiler.AbstractParser
-
- loadLocal(int) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to load the given local variable on the stack.
- loadLocal(int, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to load the given local variable on the stack.
- loadThis() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to load 'this' on the stack.
- local - Variable in class org.mvel2.asm.tree.FrameNode
-
The types of the local variables of this stack map frame.
- LOCAL_VARIABLE - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the type of a local variable in a
method.
- locals - Variable in class org.mvel2.asm.commons.AnalyzerAdapter
-
List of the local variable slots for current execution
frame.
- LocalVariableAnnotationNode - Class in org.mvel2.asm.tree
-
A node that represents a type annotation on a local or resource variable.
- LocalVariableAnnotationNode(int, TypePath, LabelNode[], LabelNode[], int[], String) - Constructor for class org.mvel2.asm.tree.LocalVariableAnnotationNode
-
- LocalVariableAnnotationNode(int, int, TypePath, LabelNode[], LabelNode[], int[], String) - Constructor for class org.mvel2.asm.tree.LocalVariableAnnotationNode
-
- LocalVariableNode - Class in org.mvel2.asm.tree
-
A node that represents a local variable declaration.
- LocalVariableNode(String, String, String, LabelNode, LabelNode, int) - Constructor for class org.mvel2.asm.tree.LocalVariableNode
-
- LocalVariableResolverFactory - Interface in org.mvel2.integration.impl
-
- localVariables - Variable in class org.mvel2.asm.tree.MethodNode
-
The local variables of this method.
- LocalVariablesSorter - Class in org.mvel2.asm.commons
-
A
MethodVisitor that renumbers local variables in their order of
appearance.
- LocalVariablesSorter(int, String, MethodVisitor) - Constructor for class org.mvel2.asm.commons.LocalVariablesSorter
-
- LocalVariablesSorter(int, int, String, MethodVisitor) - Constructor for class org.mvel2.asm.commons.LocalVariablesSorter
-
- LONG - Static variable in interface org.mvel2.asm.Opcodes
-
- LONG - Static variable in class org.mvel2.asm.Type
-
The sort of the long type.
- LONG - Static variable in interface org.mvel2.DataTypes
-
- LONG_TYPE - Static variable in class org.mvel2.asm.Type
-
The long type.
- LONG_VALUE - Static variable in class org.mvel2.asm.tree.analysis.BasicValue
-
- LongCH - Class in org.mvel2.conversion
-
- LongCH() - Constructor for class org.mvel2.conversion.LongCH
-
- lookAhead() - Method in class org.mvel2.compiler.AbstractParser
-
Return the next character (delta 1 of cursor position).
- lookAhead(int) - Method in class org.mvel2.compiler.AbstractParser
-
Return the character, forward of the currrent cursor position based on the specified range delta.
- lookBehind() - Method in class org.mvel2.compiler.AbstractParser
-
Return the last character (delta -1 of cursor position).
- lookToLast() - Method in class org.mvel2.compiler.AbstractParser
-
Return the previous non-whitespace character.
- lookupswitch(Label, int[], Label[]) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- LOOKUPSWITCH - Static variable in interface org.mvel2.asm.Opcodes
-
- LOOKUPSWITCH_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- LookupSwitchInsnNode - Class in org.mvel2.asm.tree
-
A node that represents a LOOKUPSWITCH instruction.
- LookupSwitchInsnNode(LabelNode, int[], LabelNode[]) - Constructor for class org.mvel2.asm.tree.LookupSwitchInsnNode
-
- LOR - Static variable in interface org.mvel2.asm.Opcodes
-
- LREM - Static variable in interface org.mvel2.asm.Opcodes
-
- LRETURN - Static variable in interface org.mvel2.asm.Opcodes
-
- LSHL - Static variable in interface org.mvel2.asm.Opcodes
-
- LSHR - Static variable in interface org.mvel2.asm.Opcodes
-
- LSTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- LSUB - Static variable in interface org.mvel2.asm.Opcodes
-
- LT - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
ifCmp method.
- ltab - Variable in class org.mvel2.asm.util.Textifier
-
Tab for labels.
- LTHAN - Static variable in interface org.mvel2.Operator
-
- LUSHR - Static variable in interface org.mvel2.asm.Opcodes
-
- LXOR - Static variable in interface org.mvel2.asm.Opcodes
-
- Macro - Interface in org.mvel2
-
- MacroProcessor - Class in org.mvel2
-
A simple, fast, macro processor.
- MacroProcessor() - Constructor for class org.mvel2.MacroProcessor
-
- MacroProcessor(Map<String, Macro>) - Constructor for class org.mvel2.MacroProcessor
-
- main(String[]) - Static method in class org.mvel2.asm.util.ASMifier
-
Prints the ASM source code to generate the given class to the standard
output.
- main(String[]) - Static method in class org.mvel2.asm.util.CheckClassAdapter
-
Checks a given class.
- main(String[]) - Static method in class org.mvel2.asm.util.Textifier
-
Prints a disassembled view of the given class to the standard output.
- main(String[]) - Static method in class org.mvel2.asm.xml.Processor
-
- main(String[]) - Static method in class org.mvel2.DataConversion
-
- Main - Class in org.mvel2.sh
-
- Main() - Constructor for class org.mvel2.sh.Main
-
- main(String[]) - Static method in class org.mvel2.sh.Main
-
- Make - Class in org.mvel2.util
-
- Make() - Constructor for class org.mvel2.util.Make
-
- Make.List<V> - Class in org.mvel2.util
-
- Make.Map<K,V> - Class in org.mvel2.util
-
- Make.Set<V> - Class in org.mvel2.util
-
- Make.String - Class in org.mvel2.util
-
- makeVisible(String) - Method in class org.mvel2.ParserContext
-
- map(String) - Method in class org.mvel2.asm.commons.Remapper
-
Map type name to the new name.
- map(String) - Method in class org.mvel2.asm.commons.SimpleRemapper
-
- MAP - Static variable in class org.mvel2.util.CollectionParser
-
- map() - Method in class org.mvel2.util.LineMapper
-
- MAP - Static variable in class org.mvel2.util.Soundex
-
- MapAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- MapAccessor() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- MapAccessor(Object) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- MapAccessorNest - Class in org.mvel2.optimizers.impl.refl.nodes
-
- MapAccessorNest() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- MapAccessorNest(ExecutableStatement, Class) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- MapAccessorNest(String, Class) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- MapCreator - Class in org.mvel2.optimizers.impl.refl.collection
-
- MapCreator(Accessor[], Accessor[]) - Constructor for class org.mvel2.optimizers.impl.refl.collection.MapCreator
-
- mapDesc(String) - Method in class org.mvel2.asm.commons.Remapper
-
- mapFieldName(String, String, String) - Method in class org.mvel2.asm.commons.Remapper
-
Map field name to the new name.
- mapFieldName(String, String, String) - Method in class org.mvel2.asm.commons.SimpleRemapper
-
- mapInvokeDynamicMethodName(String, String) - Method in class org.mvel2.asm.commons.Remapper
-
Map invokedynamic method name to the new name.
- mapMethodDesc(String) - Method in class org.mvel2.asm.commons.Remapper
-
- mapMethodName(String, String, String) - Method in class org.mvel2.asm.commons.Remapper
-
Map method name to the new name.
- mapMethodName(String, String, String) - Method in class org.mvel2.asm.commons.SimpleRemapper
-
- mapSignature(String, boolean) - Method in class org.mvel2.asm.commons.Remapper
-
- mapType(String) - Method in class org.mvel2.asm.commons.Remapper
-
- mapTypes(String[]) - Method in class org.mvel2.asm.commons.Remapper
-
- mapValue(Object) - Method in class org.mvel2.asm.commons.Remapper
-
- MapVariableResolver - Class in org.mvel2.integration.impl
-
- MapVariableResolver(Map<String, Object>, String) - Constructor for class org.mvel2.integration.impl.MapVariableResolver
-
- MapVariableResolver(Map<String, Object>, String, Class) - Constructor for class org.mvel2.integration.impl.MapVariableResolver
-
- MapVariableResolverFactory - Class in org.mvel2.integration.impl
-
- MapVariableResolverFactory() - Constructor for class org.mvel2.integration.impl.MapVariableResolverFactory
-
- MapVariableResolverFactory(Map) - Constructor for class org.mvel2.integration.impl.MapVariableResolverFactory
-
- MapVariableResolverFactory(Map<String, Object>, VariableResolverFactory) - Constructor for class org.mvel2.integration.impl.MapVariableResolverFactory
-
- MapVariableResolverFactory(Map<String, Object>, boolean) - Constructor for class org.mvel2.integration.impl.MapVariableResolverFactory
-
- mark(Label) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Marks the current code position with the given label.
- mark() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Marks the current code position with a new label.
- mark(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- math(int, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to do the specified mathematical or logical
operation.
- MathProcessor - Class in org.mvel2.math
-
- MathProcessor() - Constructor for class org.mvel2.math.MathProcessor
-
- max - Variable in class org.mvel2.asm.tree.TableSwitchInsnNode
-
The maximum key value.
- maximumTenure - Static variable in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- maxLocals - Variable in class org.mvel2.asm.tree.MethodNode
-
The maximum number of local variables of this method.
- maxStack - Variable in class org.mvel2.asm.tree.MethodNode
-
The maximum stack size of this method.
- MDArrayCreator - Class in org.mvel2.optimizers.impl.refl.collection
-
- MDArrayCreator(Accessor[], Class, int) - Constructor for class org.mvel2.optimizers.impl.refl.collection.MDArrayCreator
-
- merge(BasicValue, BasicValue) - Method in class org.mvel2.asm.tree.analysis.BasicInterpreter
-
- merge(Frame<? extends V>, Interpreter<V>) - Method in class org.mvel2.asm.tree.analysis.Frame
-
Merges this frame with the given frame.
- merge(Frame<? extends V>, boolean[]) - Method in class org.mvel2.asm.tree.analysis.Frame
-
Merges this frame with the given frame (case of a RET instruction).
- merge(V, V) - Method in class org.mvel2.asm.tree.analysis.Interpreter
-
Merges two values.
- merge(BasicValue, BasicValue) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- merge(SourceValue, SourceValue) - Method in class org.mvel2.asm.tree.analysis.SourceInterpreter
-
- METH - Static variable in class org.mvel2.optimizers.AbstractOptimizer
-
- Method - Class in org.mvel2.asm.commons
-
A named method descriptor.
- Method(String, String) - Constructor for class org.mvel2.asm.commons.Method
-
- Method(String, Type, Type[]) - Constructor for class org.mvel2.asm.commons.Method
-
- METHOD - Static variable in class org.mvel2.asm.Type
-
The sort of method types.
- METHOD_DESCRIPTOR - Static variable in class org.mvel2.asm.util.Textifier
-
Constant used in
appendDescriptor for method
descriptors, formatted in bytecode notation
- METHOD_FORMAL_PARAMETER - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the type of a formal parameter of
a method.
- METHOD_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- METHOD_INVOCATION_TYPE_ARGUMENT - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
method in a method call.
- METHOD_RECEIVER - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the receiver type of a method.
- METHOD_REFERENCE - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the receiver type of a method
reference.
- METHOD_REFERENCE_TYPE_ARGUMENT - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
method in a method reference.
- METHOD_RETURN - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the return type of a method.
- METHOD_SIGNATURE - Static variable in class org.mvel2.asm.util.CheckSignatureAdapter
-
Type to be used to check method signatures.
- METHOD_SIGNATURE - Static variable in class org.mvel2.asm.util.Textifier
-
Constant used in
appendDescriptor for method
signatures, formatted in bytecode notation
- METHOD_TYPE_PARAMETER - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
method.
- METHOD_TYPE_PARAMETER_BOUND - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a
generic method.
- methodAccess - Variable in class org.mvel2.asm.commons.AdviceAdapter
-
- MethodAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- MethodAccessor() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
-
- MethodAccessor(Method, ExecutableStatement[]) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
-
- MethodAccessorNH - Class in org.mvel2.optimizers.impl.refl.nodes
-
- MethodAccessorNH() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- MethodAccessorNH(Method, ExecutableStatement[], PropertyHandler) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- methodDesc - Variable in class org.mvel2.asm.commons.AdviceAdapter
-
- MethodInsnNode - Class in org.mvel2.asm.tree
-
A node that represents a method instruction.
- MethodInsnNode(int, String, String, String) - Constructor for class org.mvel2.asm.tree.MethodInsnNode
-
Deprecated.
- MethodInsnNode(int, String, String, String, boolean) - Constructor for class org.mvel2.asm.tree.MethodInsnNode
-
- MethodNode - Class in org.mvel2.asm.tree
-
A node that represents a method.
- MethodNode() - Constructor for class org.mvel2.asm.tree.MethodNode
-
- MethodNode(int) - Constructor for class org.mvel2.asm.tree.MethodNode
-
- MethodNode(int, String, String, String, String[]) - Constructor for class org.mvel2.asm.tree.MethodNode
-
- MethodNode(int, int, String, String, String, String[]) - Constructor for class org.mvel2.asm.tree.MethodNode
-
- methods - Variable in class org.mvel2.asm.tree.ClassNode
-
The methods of this class.
- MethodStub - Class in org.mvel2.util
-
- MethodStub(Method) - Constructor for class org.mvel2.util.MethodStub
-
- MethodStub(Class, String) - Constructor for class org.mvel2.util.MethodStub
-
- MethodVisitor - Class in org.mvel2.asm
-
A visitor to visit a Java method.
- MethodVisitor(int) - Constructor for class org.mvel2.asm.MethodVisitor
-
- MethodVisitor(int, MethodVisitor) - Constructor for class org.mvel2.asm.MethodVisitor
-
- min - Variable in class org.mvel2.asm.tree.TableSwitchInsnNode
-
The minimum key value.
- MOD - Static variable in interface org.mvel2.Operator
-
- monitorEnter() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to get the monitor of the top stack value.
- monitorenter() - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- MONITORENTER - Static variable in interface org.mvel2.asm.Opcodes
-
- monitorExit() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to release the monitor of the top stack value.
- monitorexit() - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- MONITOREXIT - Static variable in interface org.mvel2.asm.Opcodes
-
- MUL - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
math method.
- mul(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- MULT - Static variable in interface org.mvel2.Operator
-
- MULTI_XML - Static variable in class org.mvel2.asm.xml.Processor
-
- multianewarray(String, int) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- MULTIANEWARRAY - Static variable in interface org.mvel2.asm.Opcodes
-
- MULTIANEWARRAY_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- MultiANewArrayInsnNode - Class in org.mvel2.asm.tree
-
A node that represents a MULTIANEWARRAY instruction.
- MultiANewArrayInsnNode(String, int) - Constructor for class org.mvel2.asm.tree.MultiANewArrayInsnNode
-
- mv - Variable in class org.mvel2.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- MVEL - Class in org.mvel2
-
The MVEL convienence class is a collection of static methods that provides a set of easy integration points for
MVEL.
- MVELClassLoader - Interface in org.mvel2.util
-
- MVELInterpretedRuntime - Class in org.mvel2
-
The MVEL interpreted runtime, used for fast parse and execution of scripts.
- MVELInterpretedRuntime(char[], Object, VariableResolverFactory) - Constructor for class org.mvel2.MVELInterpretedRuntime
-
- MVELInterpretedRuntime(char[], int, int, Object, VariableResolverFactory) - Constructor for class org.mvel2.MVELInterpretedRuntime
-
- MVELInterpretedRuntime(char[], int, int, Object, VariableResolverFactory, ParserContext) - Constructor for class org.mvel2.MVELInterpretedRuntime
-
- MVELInterpretedRuntime(String, Object, VariableResolverFactory) - Constructor for class org.mvel2.MVELInterpretedRuntime
-
- MVELInterpretedRuntime(String, Object, VariableResolverFactory, ParserContext) - Constructor for class org.mvel2.MVELInterpretedRuntime
-
- MVELRuntime - Class in org.mvel2
-
This class contains the runtime for running compiled MVEL expressions.
- MVELRuntime() - Constructor for class org.mvel2.MVELRuntime
-
- name - Variable in class org.mvel2.asm.tree.ClassNode
-
- name - Variable in class org.mvel2.asm.tree.FieldInsnNode
-
The field's name.
- name - Variable in class org.mvel2.asm.tree.FieldNode
-
The field's name.
- name - Variable in class org.mvel2.asm.tree.InnerClassNode
-
- name - Variable in class org.mvel2.asm.tree.InvokeDynamicInsnNode
-
Invokedynamic name.
- name - Variable in class org.mvel2.asm.tree.LocalVariableNode
-
The name of a local variable.
- name - Variable in class org.mvel2.asm.tree.MethodInsnNode
-
The method's name.
- name - Variable in class org.mvel2.asm.tree.MethodNode
-
The method's name.
- name - Variable in class org.mvel2.asm.tree.ParameterNode
-
The parameter's name.
- name - Variable in class org.mvel2.asm.util.ASMifier
-
The name of the visitor variable in the produced code.
- name - Variable in class org.mvel2.ast.Function
-
- NAME - Static variable in class org.mvel2.MVEL
-
- name - Variable in class org.mvel2.templates.res.Node
-
- nameCache - Variable in class org.mvel2.ast.ASTNode
-
- NamedIncludeNode - Class in org.mvel2.templates.res
-
- NamedIncludeNode(int, String, char[], int, int) - Constructor for class org.mvel2.templates.res.NamedIncludeNode
-
- narrowType(BigDecimal, int) - Static method in class org.mvel2.util.ParseTools
-
- naryOperation(AbstractInsnNode, List<? extends BasicValue>) - Method in class org.mvel2.asm.tree.analysis.BasicInterpreter
-
- naryOperation(AbstractInsnNode, List<? extends BasicValue>) - Method in class org.mvel2.asm.tree.analysis.BasicVerifier
-
- naryOperation(AbstractInsnNode, List<? extends V>) - Method in class org.mvel2.asm.tree.analysis.Interpreter
-
Interprets a bytecode instruction with a variable number of arguments.
- naryOperation(AbstractInsnNode, List<? extends SourceValue>) - Method in class org.mvel2.asm.tree.analysis.SourceInterpreter
-
- NE - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
ifCmp method.
- NEG - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
math method.
- neg(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- Negation - Class in org.mvel2.ast
-
- Negation(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.Negation
-
- NEQUAL - Static variable in interface org.mvel2.Operator
-
- nestedNode - Variable in class org.mvel2.templates.res.CompiledForEachNode
-
- nestedNode - Variable in class org.mvel2.templates.res.ForEachNode
-
- nestedStatement - Variable in class org.mvel2.ast.IfNode
-
- NestedStatement - Interface in org.mvel2.ast
-
- nestedStatement - Variable in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor
-
- nestParm - Variable in class org.mvel2.ast.WithNode
-
- nestParm - Variable in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor
-
- NEW - Static variable in interface org.mvel2.asm.Opcodes
-
- NEW - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the type of the object created by
a 'new' instruction.
- NEW - Static variable in interface org.mvel2.Operator
-
- newArray(Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to create a new array.
- newarray(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- NEWARRAY - Static variable in interface org.mvel2.asm.Opcodes
-
- newClass(String) - Method in class org.mvel2.asm.ClassWriter
-
Adds a class reference to the constant pool of the class being build.
- newConst(Object) - Method in class org.mvel2.asm.ClassWriter
-
Adds a number or string constant to the constant pool of the class being
build.
- newControlFlowEdge(int, int) - Method in class org.mvel2.asm.tree.analysis.Analyzer
-
Creates a control flow graph edge.
- newControlFlowExceptionEdge(int, int) - Method in class org.mvel2.asm.tree.analysis.Analyzer
-
Creates a control flow graph edge corresponding to an exception handler.
- newControlFlowExceptionEdge(int, TryCatchBlockNode) - Method in class org.mvel2.asm.tree.analysis.Analyzer
-
Creates a control flow graph edge corresponding to an exception handler.
- newExceptionReference(int) - Static method in class org.mvel2.asm.TypeReference
-
Returns a reference to the type of an exception, in a 'throws' clause of
a method.
- newField(String, String, String) - Method in class org.mvel2.asm.ClassWriter
-
Adds a field reference to the constant pool of the class being build.
- newFormalParameterReference(int) - Static method in class org.mvel2.asm.TypeReference
-
Returns a reference to the type of a formal parameter of a method.
- newFrame(int, int) - Method in class org.mvel2.asm.tree.analysis.Analyzer
-
Constructs a new frame with the given size.
- newFrame(Frame<? extends V>) - Method in class org.mvel2.asm.tree.analysis.Analyzer
-
Constructs a new frame that is identical to the given frame.
- newHandle(int, String, String, String) - Method in class org.mvel2.asm.ClassWriter
-
Adds a handle to the constant pool of the class being build.
- newInstance(Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to create a new object.
- newInstance(Object, Object, VariableResolverFactory) - Method in class org.mvel2.ast.Proto
-
- newInvokeDynamic(String, String, Handle, Object...) - Method in class org.mvel2.asm.ClassWriter
-
Adds an invokedynamic reference to the constant pool of the class being
build.
- newLabel() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
- newLocal(Type) - Method in class org.mvel2.asm.commons.LocalVariablesSorter
-
Creates a new local variable of the given type.
- newLocalMapping(Type) - Method in class org.mvel2.asm.commons.LocalVariablesSorter
-
- newMethod(String, String, String, boolean) - Method in class org.mvel2.asm.ClassWriter
-
Adds a method reference to the constant pool of the class being build.
- newMethodType(String) - Method in class org.mvel2.asm.ClassWriter
-
Adds a method type reference to the constant pool of the class being
build.
- newNameType(String, String) - Method in class org.mvel2.asm.ClassWriter
-
Adds a name and type to the constant pool of the class being build.
- NewObjectNode - Class in org.mvel2.ast
-
- NewObjectNode(TypeDescriptor, int, ParserContext) - Constructor for class org.mvel2.ast.NewObjectNode
-
- NewObjectNode.NewObjectArray - Class in org.mvel2.ast
-
- NewObjectNode.NewObjectArray(Class, ExecutableStatement[]) - Constructor for class org.mvel2.ast.NewObjectNode.NewObjectArray
-
- NewObjectPrototype - Class in org.mvel2.ast
-
- NewObjectPrototype(ParserContext, Function) - Constructor for class org.mvel2.ast.NewObjectPrototype
-
- newOperation(AbstractInsnNode) - Method in class org.mvel2.asm.tree.analysis.BasicInterpreter
-
- newOperation(AbstractInsnNode) - Method in class org.mvel2.asm.tree.analysis.Interpreter
-
Interprets a bytecode instruction without arguments.
- newOperation(AbstractInsnNode) - Method in class org.mvel2.asm.tree.analysis.SourceInterpreter
-
- NewPrototypeNode - Class in org.mvel2.ast
-
- NewPrototypeNode(TypeDescriptor, ParserContext) - Constructor for class org.mvel2.ast.NewPrototypeNode
-
- newSuperTypeReference(int) - Static method in class org.mvel2.asm.TypeReference
-
Returns a reference to the super class or to an interface of the
'implements' clause of a class.
- newTryCatchReference(int) - Static method in class org.mvel2.asm.TypeReference
-
Returns a reference to the type of the exception declared in a 'catch'
clause of a method.
- newTypeArgumentReference(int, int) - Static method in class org.mvel2.asm.TypeReference
-
Returns a reference to the type of a type argument in a constructor or
method call or reference.
- newTypeParameterBoundReference(int, int, int) - Static method in class org.mvel2.asm.TypeReference
-
Returns a reference to a type parameter bound of a generic class or
method.
- newTypeParameterReference(int, int) - Static method in class org.mvel2.asm.TypeReference
-
Returns a reference to a type parameter of a generic class or method.
- newTypeReference(int) - Static method in class org.mvel2.asm.TypeReference
-
Returns a type reference of the given sort.
- newUTF8(String) - Method in class org.mvel2.asm.ClassWriter
-
Adds an UTF8 string to the constant pool of the class being build.
- newValue(Type) - Method in class org.mvel2.asm.tree.analysis.BasicInterpreter
-
- newValue(Type) - Method in class org.mvel2.asm.tree.analysis.Interpreter
-
Creates a new value that represents the given type.
- newValue(Type) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- newValue(Type) - Method in class org.mvel2.asm.tree.analysis.SourceInterpreter
-
- next - Variable in class org.mvel2.templates.res.Node
-
- next() - Method in class org.mvel2.templates.util.ArrayIterator
-
- next() - Method in class org.mvel2.templates.util.CountIterator
-
- next - Variable in class org.mvel2.util.StackElement
-
- nextASTNode - Variable in class org.mvel2.ast.ASTNode
-
- nextFactory - Variable in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- nextLocal - Variable in class org.mvel2.asm.commons.LocalVariablesSorter
-
- nextNode - Variable in class org.mvel2.optimizers.impl.refl.nodes.BaseAccessor
-
- nextNode() - Method in interface org.mvel2.util.ASTIterator
-
- nextNode() - Method in class org.mvel2.util.ASTLinkedList
-
- nextNonBlank() - Method in class org.mvel2.compiler.AbstractParser
-
Move to next cursor position from current cursor position.
- nextNonBlank(char[], int) - Static method in class org.mvel2.util.ParseTools
-
- nextSubToken() - Method in class org.mvel2.optimizers.AbstractOptimizer
-
- nextToken() - Method in class org.mvel2.compiler.AbstractParser
-
Retrieve the next token in the expression.
- nextTokenSkipSymbols() - Method in class org.mvel2.compiler.AbstractParser
-
- node - Variable in exception org.mvel2.asm.tree.analysis.AnalyzerException
-
- Node - Class in org.mvel2.templates.res
-
- Node() - Constructor for class org.mvel2.templates.res.Node
-
- Node(int, String, char[], int, int) - Constructor for class org.mvel2.templates.res.Node
-
- Node(int, String, char[], int, int, Node) - Constructor for class org.mvel2.templates.res.Node
-
- nodesAhead(int) - Method in interface org.mvel2.util.ASTIterator
-
- nodesAhead(int) - Method in class org.mvel2.util.ASTLinkedList
-
- nodesBack(int) - Method in interface org.mvel2.util.ASTIterator
-
- nodesBack(int) - Method in class org.mvel2.util.ASTLinkedList
-
- NOJIT - Static variable in class org.mvel2.ast.ASTNode
-
- NOOP - Static variable in interface org.mvel2.Operator
-
- nop() - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- NOP - Static variable in interface org.mvel2.asm.Opcodes
-
- NORMAL_FLOW - Static variable in interface org.mvel2.integration.Interceptor
-
- normalizeArgsForVarArgs(Class<?>[], Object[], boolean) - Static method in class org.mvel2.util.Varargs
-
- not() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to compute the bitwise negation of the top
stack value.
- Notify - Class in org.mvel2.optimizers.impl.refl.nodes
-
- Notify(String) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.Notify
-
- notifyForLateResolution(Proto) - Static method in class org.mvel2.util.ProtoParser
-
- notifyGetListeners(Object, String, VariableResolverFactory) - Static method in class org.mvel2.integration.GlobalListenerFactory
-
- notifySetListeners(Object, String, VariableResolverFactory, Object) - Static method in class org.mvel2.integration.GlobalListenerFactory
-
- NULL - Static variable in interface org.mvel2.asm.Opcodes
-
- NULL - Static variable in interface org.mvel2.DataTypes
-
- nullMethodHandler - Static variable in class org.mvel2.integration.PropertyHandlerFactory
-
- nullPropertyHandler - Static variable in class org.mvel2.integration.PropertyHandlerFactory
-
- nullSafe - Variable in class org.mvel2.optimizers.AbstractOptimizer
-
- NullSafe - Class in org.mvel2.optimizers.impl.refl.nodes
-
- NullSafe(char[], int, int, ParserContext) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.NullSafe
-
- NullType - Class in org.mvel2.util
-
- NullType() - Constructor for class org.mvel2.util.NullType
-
- NUMERIC - Static variable in class org.mvel2.ast.ASTNode
-
- numericTest(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- p - Variable in class org.mvel2.asm.util.TraceClassVisitor
-
The object that actually converts visit events into text.
- p - Variable in class org.mvel2.asm.util.TraceFieldVisitor
-
- p - Variable in class org.mvel2.asm.util.TraceMethodVisitor
-
- packageImports - Variable in class org.mvel2.ParserConfiguration
-
- pad(int, int) - Static method in class org.mvel2.sh.text.TextUtil
-
- padTwo(Object, Object, int) - Static method in class org.mvel2.sh.text.TextUtil
-
- paint(char, int) - Static method in class org.mvel2.sh.text.TextUtil
-
- ParameterNode - Class in org.mvel2.asm.tree
-
A node that represents a parameter access and name.
- ParameterNode(String, int) - Constructor for class org.mvel2.asm.tree.ParameterNode
-
- parameters - Variable in class org.mvel2.asm.tree.MethodNode
-
The method parameter info (access flags and name)
- parameters - Variable in class org.mvel2.ast.Function
-
- PARAMETERS_DECLARATION - Static variable in class org.mvel2.asm.util.Textifier
-
Constant used in
appendDescriptor for method
parameter signatures, formatted in default Java notation (non-bytecode)
- parameterTypes - Variable in class org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
-
- paramTypeVarArgsSafe(Class<?>[], int, boolean) - Static method in class org.mvel2.util.Varargs
-
- parmNum - Variable in class org.mvel2.ast.Function
-
- parms - Variable in class org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
-
- parse(char[]) - Method in class org.mvel2.MacroProcessor
-
- parse(String) - Method in class org.mvel2.MacroProcessor
-
- parse() - Method in class org.mvel2.MVELInterpretedRuntime
-
- parse(char[]) - Method in interface org.mvel2.PreProcessor
-
- parse(String) - Method in interface org.mvel2.PreProcessor
-
- parse() - Method in class org.mvel2.util.FunctionParser
-
- parse() - Method in class org.mvel2.util.ProtoParser
-
- parseCollection(char[], int, int, boolean, ParserContext) - Method in class org.mvel2.util.CollectionParser
-
- parseCollection(char[], int, int, boolean, Class, ParserContext) - Method in class org.mvel2.util.CollectionParser
-
- parseMacros(String, Map<String, Macro>) - Static method in class org.mvel2.MVEL
-
- parseMethodOrConstructor(char[]) - Static method in class org.mvel2.util.ParseTools
-
- parseParameterDefList(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- parseParameterList(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- Parser - Interface in org.mvel2.compiler
-
- ParserConfiguration - Class in org.mvel2
-
The resusable parser configuration object.
- ParserConfiguration() - Constructor for class org.mvel2.ParserConfiguration
-
- ParserConfiguration(Map<String, Object>, Map<String, Interceptor>) - Constructor for class org.mvel2.ParserConfiguration
-
- ParserConfiguration(Map<String, Object>, HashSet<String>, Map<String, Interceptor>) - Constructor for class org.mvel2.ParserConfiguration
-
- ParserContext - Class in org.mvel2
-
The ParserContext is the main environment object used for sharing state throughout the entire
parser/compileShared process.
The ParserContext is used to configure the parser/compiler.
- ParserContext() - Constructor for class org.mvel2.ParserContext
-
- ParserContext(boolean) - Constructor for class org.mvel2.ParserContext
-
- ParserContext(Parser) - Constructor for class org.mvel2.ParserContext
-
- ParserContext(ParserConfiguration) - Constructor for class org.mvel2.ParserContext
-
- ParserContext(ParserConfiguration, Object) - Constructor for class org.mvel2.ParserContext
-
- ParserContext(ParserConfiguration, ParserContext, boolean) - Constructor for class org.mvel2.ParserContext
-
- ParserContext(Map<String, Object>, Map<String, Interceptor>, String) - Constructor for class org.mvel2.ParserContext
-
- ParseTools - Class in org.mvel2.util
-
- ParseTools() - Constructor for class org.mvel2.util.ParseTools
-
- parseWithExpressions(String, char[], int, int, Object, VariableResolverFactory) - Static method in class org.mvel2.util.ParseTools
-
- pCtx - Variable in class org.mvel2.ast.ASTNode
-
- pCtx - Variable in class org.mvel2.compiler.AbstractParser
-
- PCTX_STORED - Static variable in class org.mvel2.ast.ASTNode
-
- peek() - Method in class org.mvel2.util.ExecutionStack
-
- peek() - Method in interface org.mvel2.util.Stack
-
- peek2() - Method in class org.mvel2.util.ExecutionStack
-
- peek2() - Method in interface org.mvel2.util.Stack
-
- peekBoolean() - Method in class org.mvel2.util.ExecutionStack
-
- peekLast() - Method in interface org.mvel2.util.ASTIterator
-
- peekLast() - Method in class org.mvel2.util.ASTLinkedList
-
- peekNext() - Method in interface org.mvel2.util.ASTIterator
-
- peekNext() - Method in class org.mvel2.util.ASTLinkedList
-
- peekNode() - Method in interface org.mvel2.util.ASTIterator
-
- peekNode() - Method in class org.mvel2.util.ASTLinkedList
-
- pop() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates a POP instruction.
- pop() - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- POP - Static variable in interface org.mvel2.asm.Opcodes
-
- pop() - Method in class org.mvel2.asm.tree.analysis.Frame
-
Pops a value from the operand stack of this frame.
- POP - Static variable in interface org.mvel2.Operator
-
- pop() - Method in class org.mvel2.util.ExecutionStack
-
- pop() - Method in interface org.mvel2.util.Stack
-
- pop2() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates a POP2 instruction.
- pop2() - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- POP2 - Static variable in interface org.mvel2.asm.Opcodes
-
- pop2() - Method in class org.mvel2.util.ExecutionStack
-
- pop2() - Method in interface org.mvel2.util.Stack
-
- popBoolean() - Method in class org.mvel2.util.ExecutionStack
-
- popVariableScope() - Method in class org.mvel2.ParserContext
-
- PostFixDecNode - Class in org.mvel2.ast
-
- PostFixDecNode(String, ParserContext) - Constructor for class org.mvel2.ast.PostFixDecNode
-
- PostFixIncNode - Class in org.mvel2.ast
-
- PostFixIncNode(String, ParserContext) - Constructor for class org.mvel2.ast.PostFixIncNode
-
- POWER - Static variable in interface org.mvel2.Operator
-
- PrecachedMapVariableResolver - Class in org.mvel2.integration.impl
-
- PrecachedMapVariableResolver(Map.Entry, String) - Constructor for class org.mvel2.integration.impl.PrecachedMapVariableResolver
-
- PrecachedMapVariableResolver(Map.Entry, String, Class) - Constructor for class org.mvel2.integration.impl.PrecachedMapVariableResolver
-
- PreFixDecNode - Class in org.mvel2.ast
-
- PreFixDecNode(String, ParserContext) - Constructor for class org.mvel2.ast.PreFixDecNode
-
- PreFixIncNode - Class in org.mvel2.ast
-
- PreFixIncNode(String, ParserContext) - Constructor for class org.mvel2.ast.PreFixIncNode
-
- preprocess(char[], PreProcessor[]) - Static method in class org.mvel2.MVEL
-
- preprocess(String, PreProcessor[]) - Static method in class org.mvel2.MVEL
-
- PreProcessor - Interface in org.mvel2
-
A preprocessor used for pre-processing any expressions before being parsed/compiled.
- PrimIntArrayCH - Class in org.mvel2.conversion
-
- PrimIntArrayCH() - Constructor for class org.mvel2.conversion.PrimIntArrayCH
-
- print(PrintWriter) - Method in class org.mvel2.asm.util.Printer
-
Prints the text constructed by this visitor.
- Printer - Class in org.mvel2.asm.util
-
An abstract converter from visit events to text.
- Printer(int) - Constructor for class org.mvel2.asm.util.Printer
-
- printPrompt() - Method in class org.mvel2.sh.ShellSession
-
- PrintWorkingDirectory - Class in org.mvel2.sh.command.file
-
- PrintWorkingDirectory() - Constructor for class org.mvel2.sh.command.file.PrintWorkingDirectory
-
- process() - Method in class org.mvel2.asm.xml.Processor
-
- Processor - Class in org.mvel2.asm.xml
-
Processor is a command line tool that can be used for bytecode waving
directed by XSL transformation.
- Processor(int, int, InputStream, OutputStream, Source) - Constructor for class org.mvel2.asm.xml.Processor
-
- processTables() - Method in class org.mvel2.ParserContext
-
- processWith(Object, Object, VariableResolverFactory) - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor
-
- produceBytecodeGet(MethodVisitor, String, VariableResolverFactory) - Method in interface org.mvel2.optimizers.impl.asm.ProducesBytecode
-
- produceBytecodePut(MethodVisitor, String, VariableResolverFactory) - Method in interface org.mvel2.optimizers.impl.asm.ProducesBytecode
-
- ProducesBytecode - Interface in org.mvel2.optimizers.impl.asm
-
A
PropertyHandler that implements this class advertises the to the
ASMAccessorOptimizer that it is able to generate bytecode for it's custom resolvers.
The two methods defined by this interface (one for get, and one for set accessors) are passed an
ASM MethodVistor object.
- PROJECTION - Static variable in interface org.mvel2.Operator
-
- PROMPT - Static variable in interface org.mvel2.sh.DefaultEnvironment
-
- PROMPT_VAR - Static variable in class org.mvel2.sh.ShellSession
-
- PropertyAccessException - Exception in org.mvel2
-
- PropertyAccessException(String, char[], int, Throwable, ParserContext) - Constructor for exception org.mvel2.PropertyAccessException
-
- PropertyAccessException(String, char[], int, ParserContext) - Constructor for exception org.mvel2.PropertyAccessException
-
- PropertyAccessor - Class in org.mvel2
-
- PropertyAccessor(String, Object) - Constructor for class org.mvel2.PropertyAccessor
-
- PropertyAccessor(char[], Object, VariableResolverFactory, Object, ParserContext) - Constructor for class org.mvel2.PropertyAccessor
-
- PropertyAccessor(char[], int, int, Object, VariableResolverFactory, Object, ParserContext) - Constructor for class org.mvel2.PropertyAccessor
-
- PropertyHandler - Interface in org.mvel2.integration
-
This interface allows an external property handler to resolve a property against the provided context.
- PropertyHandlerAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- PropertyHandlerAccessor(String, Class, PropertyHandler) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.PropertyHandlerAccessor
-
- propertyHandlerClass - Static variable in class org.mvel2.integration.PropertyHandlerFactory
-
- PropertyHandlerFactory - Class in org.mvel2.integration
-
- PropertyHandlerFactory() - Constructor for class org.mvel2.integration.PropertyHandlerFactory
-
- PropertyTools - Class in org.mvel2.util
-
- PropertyTools() - Constructor for class org.mvel2.util.PropertyTools
-
- PropertyVerifier - Class in org.mvel2.compiler
-
This verifier is used by the compiler to enforce rules such as type strictness.
- PropertyVerifier(char[], ParserContext) - Constructor for class org.mvel2.compiler.PropertyVerifier
-
- PropertyVerifier(char[], int, int, ParserContext) - Constructor for class org.mvel2.compiler.PropertyVerifier
-
- PropertyVerifier(String, ParserContext) - Constructor for class org.mvel2.compiler.PropertyVerifier
-
- PropertyVerifier(String, ParserContext, Class) - Constructor for class org.mvel2.compiler.PropertyVerifier
-
- propHandlerSet(String, Object, Class, Object) - Method in class org.mvel2.optimizers.impl.refl.ReflectiveAccessorOptimizer
-
- Proto - Class in org.mvel2.ast
-
- Proto(String, ParserContext) - Constructor for class org.mvel2.ast.Proto
-
- PROTO - Static variable in interface org.mvel2.Operator
-
- Proto.ProtoContextFactory - Class in org.mvel2.ast
-
- Proto.ProtoContextFactory(SimpleIndexHashMapWrapper) - Constructor for class org.mvel2.ast.Proto.ProtoContextFactory
-
- Proto.ProtoInstance - Class in org.mvel2.ast
-
- Proto.ProtoInstance(Proto, Object, Object, VariableResolverFactory) - Constructor for class org.mvel2.ast.Proto.ProtoInstance
-
- Proto.ProtoResolver - Class in org.mvel2.ast
-
- Proto.ProtoResolver(Map<String, Object>, String) - Constructor for class org.mvel2.ast.Proto.ProtoResolver
-
- Proto.ProtoResolver(Map<String, Object>, String, Class) - Constructor for class org.mvel2.ast.Proto.ProtoResolver
-
- Proto.Receiver - Class in org.mvel2.ast
-
- Proto.Receiver(Proto.ProtoInstance, Proto.ReceiverType, Object) - Constructor for class org.mvel2.ast.Proto.Receiver
-
- Proto.Receiver(Proto.ProtoInstance, Proto.ReceiverType, ExecutableStatement) - Constructor for class org.mvel2.ast.Proto.Receiver
-
- Proto.ReceiverType - Enum in org.mvel2.ast
-
- ProtoParser - Class in org.mvel2.util
-
- ProtoParser(char[], int, int, String, ParserContext, int, ExecutionStack) - Constructor for class org.mvel2.util.ProtoParser
-
- PrototypalFunctionInstance - Class in org.mvel2.ast
-
- PrototypalFunctionInstance(Function, VariableResolverFactory) - Constructor for class org.mvel2.ast.PrototypalFunctionInstance
-
- ProtoVarNode - Class in org.mvel2.ast
-
- ProtoVarNode(char[], int, int, int, Proto, ParserContext) - Constructor for class org.mvel2.ast.ProtoVarNode
-
- PTABLE - Static variable in interface org.mvel2.Operator
-
The index positions of the operator precedence values
correspond to the actual operator itself.
- push(boolean) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(int) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(long) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(float) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(double) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(String) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(Handle) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to push a handle on the stack.
- push(V) - Method in class org.mvel2.asm.tree.analysis.Frame
-
Pushes a value into the operand stack of this frame.
- PUSH - Static variable in interface org.mvel2.Operator
-
- push(Object) - Method in class org.mvel2.util.ExecutionStack
-
- push(Object, Object) - Method in class org.mvel2.util.ExecutionStack
-
- push(Object, Object, Object) - Method in class org.mvel2.util.ExecutionStack
-
- push(Object) - Method in interface org.mvel2.util.Stack
-
- push(Object, Object) - Method in interface org.mvel2.util.Stack
-
- push(Object, Object, Object) - Method in interface org.mvel2.util.Stack
-
- pushAndPeek(Object) - Method in interface org.mvel2.util.Stack
-
- PushContext - Class in org.mvel2.sh.command.basic
-
- PushContext() - Constructor for class org.mvel2.sh.command.basic.PushContext
-
- pushVariableScope() - Method in class org.mvel2.ParserContext
-
- put(String, Proto.Receiver) - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- put(K, V) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- putAll(Map) - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- putAtIndex(int, V) - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- putByte(int) - Method in class org.mvel2.asm.ByteVector
-
Puts a byte into this byte vector.
- putByteArray(byte[], int, int) - Method in class org.mvel2.asm.ByteVector
-
Puts an array of bytes into this byte vector.
- putField(Type, String, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a non static
field.
- putfield(String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- PUTFIELD - Static variable in interface org.mvel2.asm.Opcodes
-
- putInt(int) - Method in class org.mvel2.asm.ByteVector
-
Puts an int into this byte vector.
- putLong(long) - Method in class org.mvel2.asm.ByteVector
-
Puts a long into this byte vector.
- putShort(int) - Method in class org.mvel2.asm.ByteVector
-
Puts a short into this byte vector.
- putStatic(Type, String, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a static field.
- putstatic(String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- PUTSTATIC - Static variable in interface org.mvel2.asm.Opcodes
-
- putUTF8(String) - Method in class org.mvel2.asm.ByteVector
-
Puts an UTF8 string into this byte vector.
- Safe - Interface in org.mvel2.ast
-
Marker interface to tell MVEL it can safely hard-reference.
- SAFE_REFLECTIVE - Static variable in class org.mvel2.optimizers.OptimizerFactory
-
- safeAccessor - Variable in class org.mvel2.ast.ASTNode
-
- SALOAD - Static variable in interface org.mvel2.asm.Opcodes
-
- SASTORE - Static variable in interface org.mvel2.asm.Opcodes
-
- SAXAdapter - Class in org.mvel2.asm.xml
-
SAXAdapter
- SAXAdapter(ContentHandler) - Constructor for class org.mvel2.asm.xml.SAXAdapter
-
- SAXAnnotationAdapter - Class in org.mvel2.asm.xml
-
SAXAnnotationAdapter
- SAXAnnotationAdapter(SAXAdapter, String, int, String, String) - Constructor for class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- SAXAnnotationAdapter(SAXAdapter, String, int, int, String) - Constructor for class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- SAXAnnotationAdapter(SAXAdapter, String, int, String, String, int, TypePath) - Constructor for class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- SAXAnnotationAdapter(SAXAdapter, String, int, String, String, int, TypePath, String[], String[], int[]) - Constructor for class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- SAXAnnotationAdapter(int, SAXAdapter, String, int, String, String, int) - Constructor for class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- SAXAnnotationAdapter(int, SAXAdapter, String, int, String, String, int, int, TypePath, String[], String[], int[]) - Constructor for class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- SAXClassAdapter - Class in org.mvel2.asm.xml
-
A
ClassVisitor that generates SAX 2.0
events from the visited class.
- SAXClassAdapter(ContentHandler, boolean) - Constructor for class org.mvel2.asm.xml.SAXClassAdapter
-
- SAXCodeAdapter - Class in org.mvel2.asm.xml
-
A
MethodVisitor that generates SAX 2.0 events from the visited
method.
- SAXCodeAdapter(SAXAdapter, int) - Constructor for class org.mvel2.asm.xml.SAXCodeAdapter
-
- SAXFieldAdapter - Class in org.mvel2.asm.xml
-
SAXFieldAdapter
- SAXFieldAdapter(SAXAdapter, Attributes) - Constructor for class org.mvel2.asm.xml.SAXFieldAdapter
-
- scanTo(char) - Method in class org.mvel2.optimizers.AbstractOptimizer
-
- scoreInterface(Class<?>, Class<?>) - Static method in class org.mvel2.util.ParseTools
-
- ScriptRuntimeException - Exception in org.mvel2
-
- ScriptRuntimeException() - Constructor for exception org.mvel2.ScriptRuntimeException
-
- ScriptRuntimeException(String) - Constructor for exception org.mvel2.ScriptRuntimeException
-
- ScriptRuntimeException(String, Throwable) - Constructor for exception org.mvel2.ScriptRuntimeException
-
- ScriptRuntimeException(Throwable) - Constructor for exception org.mvel2.ScriptRuntimeException
-
- SerialVersionUIDAdder - Class in org.mvel2.asm.commons
-
A
ClassVisitor that adds a serial version unique identifier to a
class if missing.
- SerialVersionUIDAdder(ClassVisitor) - Constructor for class org.mvel2.asm.commons.SerialVersionUIDAdder
-
- SerialVersionUIDAdder(int, ClassVisitor) - Constructor for class org.mvel2.asm.commons.SerialVersionUIDAdder
-
- set(AbstractInsnNode, AbstractInsnNode) - Method in class org.mvel2.asm.tree.InsnList
-
Replaces an instruction of this list with another instruction.
- SET - Static variable in class org.mvel2.compiler.AbstractParser
-
- set(Object, String, Object) - Static method in class org.mvel2.PropertyAccessor
-
- set(Object, VariableResolverFactory, String, Object, ParserContext) - Static method in class org.mvel2.PropertyAccessor
-
- Set - Class in org.mvel2.sh.command.basic
-
- Set() - Constructor for class org.mvel2.sh.command.basic.Set
-
- set(int, E) - Method in class org.mvel2.util.FastList
-
- SET_ACCESSOR - Static variable in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- setAccessor(Accessor) - Method in class org.mvel2.ast.ASTNode
-
- setAllImports(Map<String, Object>) - Method in class org.mvel2.ParserConfiguration
-
- setAllowBootstrapBypass(boolean) - Method in class org.mvel2.ParserConfiguration
-
- setAllowBootstrapBypass(boolean) - Method in class org.mvel2.ParserContext
-
- setAllowNakedMethCall(boolean) - Method in class org.mvel2.ParserConfiguration
-
- setAsFQCNReference() - Method in class org.mvel2.ast.ASTNode
-
- setAsLiteral() - Method in class org.mvel2.ast.ASTNode
-
- setBegin(int) - Method in class org.mvel2.templates.res.Node
-
- setBlockSymbols(boolean) - Method in class org.mvel2.ParserContext
-
- setBreakpoints(Map<String, Set<Integer>>) - Method in class org.mvel2.debug.DebuggerContext
-
- setCEnd(int) - Method in class org.mvel2.templates.res.Node
-
- SetCH - Class in org.mvel2.conversion
-
- SetCH() - Constructor for class org.mvel2.conversion.SetCH
-
- setClassLoader(ClassLoader) - Method in class org.mvel2.asm.tree.analysis.SimpleVerifier
-
Set the ClassLoader which will be used to load referenced
classes.
- setClassLoader(ClassLoader) - Method in class org.mvel2.ParserConfiguration
-
- setClassName(String) - Method in class org.mvel2.ast.TypeDescriptor
-
- setClassReference(Class) - Method in class org.mvel2.util.MethodStub
-
- setColumn(int) - Method in exception org.mvel2.CompileException
-
- setColumn(int) - Method in class org.mvel2.ErrorDetail
-
- setCommandBuffer(String) - Method in class org.mvel2.sh.ShellSession
-
- setCompatibilityEvaluator(CompatibilityStrategy.CompatibilityEvaluator) - Static method in class org.mvel2.util.CompatibilityStrategy
-
- setCompiled(boolean) - Method in class org.mvel2.ParserContext
-
- setContents(char[]) - Method in class org.mvel2.templates.res.Node
-
- setCritical(boolean) - Method in class org.mvel2.ErrorDetail
-
- setCStart(int) - Method in class org.mvel2.templates.res.Node
-
- setCtx(Class) - Method in class org.mvel2.compiler.PropertyVerifier
-
- setCtxObject(Object) - Method in class org.mvel2.sh.ShellSession
-
- setCurrentNode(ASTNode) - Method in class org.mvel2.util.ASTLinkedList
-
- setCursor(int) - Method in exception org.mvel2.CompileException
-
- setCursor(int) - Method in class org.mvel2.ErrorDetail
-
- setCursorPosition(int) - Method in class org.mvel2.ast.ASTNode
-
- setCursorPosition(int, int) - Method in class org.mvel2.ast.Proto
-
- setDebugger(Debugger) - Method in class org.mvel2.debug.DebuggerContext
-
- setDebuggerState(int) - Method in class org.mvel2.debug.DebuggerContext
-
- setDebugSymbols(boolean) - Method in class org.mvel2.ParserContext
-
- setDefaultOptimizer(String) - Static method in class org.mvel2.optimizers.OptimizerFactory
-
- setDescription(String) - Method in class org.mvel2.optimizers.dynamic.DynamicSetAccessor
-
- setEgressType(Class) - Method in class org.mvel2.ast.ASTNode
-
- setElseBlock(char[], int, int, ParserContext) - Method in class org.mvel2.ast.IfNode
-
- setElseIf(IfNode) - Method in class org.mvel2.ast.IfNode
-
- setElseNode(ExpressionNode) - Method in class org.mvel2.templates.res.IfNode
-
- setEnd(int) - Method in class org.mvel2.templates.res.Node
-
- setEndRange(int) - Method in class org.mvel2.ast.TypeDescriptor
-
- setErrorList(List<ErrorDetail>) - Method in class org.mvel2.ParserContext
-
- setErrors(List<ErrorDetail>) - Method in exception org.mvel2.CompileException
-
- setEvaluationContext(Object) - Method in exception org.mvel2.CompileException
-
- setExecutableCodeReached(boolean) - Method in class org.mvel2.ParserContext
-
- setExpr(char[]) - Method in exception org.mvel2.CompileException
-
- setExpr(char[]) - Method in class org.mvel2.ErrorDetail
-
- setExpression(String) - Method in class org.mvel2.compiler.AbstractParser
-
Set and finesse the expression, trimming an leading or proceeding whitespace.
- setExpression(char[]) - Method in class org.mvel2.compiler.AbstractParser
-
Set and finesse the expression, trimming an leading or proceeding whitespace.
- setFactory(VariableResolverFactory) - Method in class org.mvel2.debug.Frame
-
- setFatalError(boolean) - Method in class org.mvel2.ParserContext
-
- setField(Field) - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFieldAccessor
-
- setField(Field) - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessor
-
- setField(Field) - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessorNH
-
- setImports(Map<String, Object>) - Method in class org.mvel2.ParserConfiguration
-
- setImports(HashMap<String, Object>) - Method in class org.mvel2.ParserConfiguration
-
- setImports(Map<String, Object>) - Method in class org.mvel2.ParserContext
-
- setIndex(int) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- setIndex(ExecutableStatement) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- setIndex(int) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- setIndex(ExecutableStatement) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- setIndex(int) - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- setIndex(ExecutableStatement) - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- setIndexAllocation(boolean) - Method in class org.mvel2.ParserContext
-
- setIndexedVariableNames(String[]) - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- setIndexedVariableNames(String[]) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- setIndexedVariableResolver(int, VariableResolver) - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- setIndexedVariableResolver(int, VariableResolver) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- setIndexedVariableResolver(int, VariableResolver) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- setIndexedVariableResolver(int, VariableResolver) - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- setIndexedVariableResolver(int, VariableResolver) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- setIndexedVariableResolver(int, VariableResolver) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- setIndexedVariableResolver(int, VariableResolver) - Method in interface org.mvel2.integration.VariableResolverFactory
-
- setIndexedVariableResolvers(VariableResolver[]) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- setIndexOffset(int) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- setInitValue(ExecutableStatement) - Method in class org.mvel2.ast.Proto.Receiver
-
- setInputs(List<String>) - Method in class org.mvel2.compiler.PropertyVerifier
-
- setInputs(Map<String, Class>) - Method in class org.mvel2.ParserContext
-
- setInteger32(int) - Method in class org.mvel2.compiler.ExecutableLiteral
-
- setInterceptors(Map<String, Interceptor>) - Method in class org.mvel2.ParserConfiguration
-
- setInterceptors(Map<String, Interceptor>) - Method in class org.mvel2.ParserContext
-
- setKnownEgressType(Class) - Method in class org.mvel2.compiler.CompiledAccExpression
-
- setKnownEgressType(Class) - Method in class org.mvel2.compiler.CompiledExpression
-
- setKnownEgressType(Class) - Method in class org.mvel2.compiler.ExecutableAccessor
-
- setKnownEgressType(Class) - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- setKnownEgressType(Class) - Method in class org.mvel2.compiler.ExecutableLiteral
-
- setKnownEgressType(Class) - Method in interface org.mvel2.compiler.ExecutableStatement
-
- setKnownIngressType(Class) - Method in class org.mvel2.compiler.CompiledAccExpression
-
- setKnownIngressType(Class) - Method in class org.mvel2.compiler.CompiledExpression
-
- setKnownIngressType(Class) - Method in class org.mvel2.compiler.ExecutableAccessor
-
- setKnownIngressType(Class) - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- setKnownIngressType(Class) - Method in class org.mvel2.compiler.ExecutableLiteral
-
- setKnownIngressType(Class) - Method in interface org.mvel2.compiler.ExecutableStatement
-
- setLanguageLevel(int) - Static method in class org.mvel2.compiler.AbstractParser
-
- setLastLineLabel(LineLabel) - Method in class org.mvel2.ParserContext
-
- setLastLineStart(int) - Method in exception org.mvel2.CompileException
-
- setLastTypeParameters(Type[]) - Method in class org.mvel2.ParserContext
-
- setLeft(ASTNode) - Method in class org.mvel2.ast.BooleanNode
-
- setLineAndOffset(int, int) - Method in class org.mvel2.ParserContext
-
Sets both the current line count and line offset
- setLineCount(int) - Method in class org.mvel2.ParserContext
-
Set the current number of lines in the current context.
- setLineNumber(int) - Method in class org.mvel2.ast.LineLabel
-
- setLineNumber(int) - Method in exception org.mvel2.CompileException
-
- setLineNumber(int) - Method in class org.mvel2.ErrorDetail
-
- setLineOffset(int) - Method in class org.mvel2.ParserContext
-
Sets the current line offset.
- setLiteral(Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticReferenceAccessor
-
- setLiteralValue(Object) - Method in class org.mvel2.ast.ASTNode
-
- setLiteralValue(Object) - Method in class org.mvel2.ast.LiteralNode
-
- setLocal(int, V) - Method in class org.mvel2.asm.tree.analysis.Frame
-
Sets the value of the given local variable.
- setLocalType(int, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
- setLocalType(int, Type) - Method in class org.mvel2.asm.commons.LocalVariablesSorter
-
Notifies subclasses that a local variable has been added or remapped.
- setMacros(Map<String, Macro>) - Method in class org.mvel2.MacroProcessor
-
- setMessage(String) - Method in class org.mvel2.ErrorDetail
-
- setMethod(Method) - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
-
- setMethod(Method) - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- setMethodName(String) - Method in class org.mvel2.util.MethodStub
-
- setMVELClassLoader(MVELClassLoader) - Static method in class org.mvel2.optimizers.impl.asm.ASMAccessorOptimizer
-
- setName(char[]) - Method in class org.mvel2.ast.ASTNode
-
- setName(String) - Method in class org.mvel2.ast.Function
-
- setName(String) - Method in class org.mvel2.ast.Proto.ProtoResolver
-
- setName(String) - Method in class org.mvel2.integration.impl.MapVariableResolver
-
- setName(String) - Method in class org.mvel2.integration.impl.PrecachedMapVariableResolver
-
- setName(String) - Method in class org.mvel2.templates.res.Node
-
- setNamedTemplateRegistry(TemplateRegistry) - Method in class org.mvel2.templates.TemplateRuntime
-
- setNestedNode(Node) - Method in class org.mvel2.templates.res.CompiledForEachNode
-
- setNestedNode(Node) - Method in class org.mvel2.templates.res.ForEachNode
-
- setNext(Node) - Method in class org.mvel2.templates.res.Node
-
- setNextFactory(VariableResolverFactory) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- setNextFactory(VariableResolverFactory) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- setNextFactory(VariableResolverFactory) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- setNextFactory(VariableResolverFactory) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- setNextFactory(VariableResolverFactory) - Method in interface org.mvel2.integration.VariableResolverFactory
-
Sets the next factory in the chain.
- setNextNode(AccessorNode) - Method in interface org.mvel2.compiler.AccessorNode
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.BaseAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFieldAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicSetterAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessorNH
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessorNH
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedVariableAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.Notify
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.NullSafe
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.SetterAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticReferenceAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessorNH
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.ThisValueAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.VariableAccessor
-
- setNextNode(AccessorNode) - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor
-
- setNoTilt(boolean) - Method in class org.mvel2.integration.impl.DefaultLocalVariableResolverFactory
-
- setNoTilt(boolean) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- setNullMethodHandler(PropertyHandler) - Static method in class org.mvel2.integration.PropertyHandlerFactory
-
- setNullPropertyHandler(PropertyHandler) - Static method in class org.mvel2.integration.PropertyHandlerFactory
-
- setOpcode(int) - Method in class org.mvel2.asm.tree.FieldInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.mvel2.asm.tree.IntInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.mvel2.asm.tree.JumpInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.mvel2.asm.tree.MethodInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.mvel2.asm.tree.TypeInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.mvel2.asm.tree.VarInsnNode
-
Sets the opcode of this instruction.
- setPackageImport(boolean) - Method in class org.mvel2.ast.ImportNode
-
- setPackageImports(HashSet<String>) - Method in class org.mvel2.ParserConfiguration
-
- setParms(ExecutableStatement[]) - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
-
- setParms(ExecutableStatement[]) - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- setProperty(String, Object, VariableResolverFactory, Object) - Method in interface org.mvel2.integration.PropertyHandler
-
Sets the value of the property.
- setProperty(Object, String, Object) - Static method in class org.mvel2.MVEL
-
- setProperty(Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- setProperty(ExecutableStatement) - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- setProperty(String) - Method in class org.mvel2.optimizers.impl.refl.nodes.VariableAccessor
-
- setRegister(int) - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- setRetainParserState(boolean) - Method in class org.mvel2.ParserContext
-
- setReturn(V) - Method in class org.mvel2.asm.tree.analysis.Frame
-
Sets the expected return type of the analyzed method.
- setReturnType(Class) - Method in class org.mvel2.compiler.ExpressionCompiler
-
- setRight(ASTNode) - Method in class org.mvel2.ast.BooleanNode
-
- setRight(ASTNode) - Method in class org.mvel2.ast.IntDiv
-
- setRightMost(ASTNode) - Method in class org.mvel2.ast.And
-
- setRightMost(ASTNode) - Method in class org.mvel2.ast.BinaryOperation
-
- setRightMost(ASTNode) - Method in class org.mvel2.ast.BooleanNode
-
- setRightMost(ASTNode) - Method in class org.mvel2.ast.Or
-
- setRoot(Node) - Method in class org.mvel2.templates.CompiledTemplate
-
- setRootNode(Node) - Method in class org.mvel2.templates.TemplateRuntime
-
- setRootParser(Parser) - Method in class org.mvel2.ParserContext
-
- setRunning(boolean) - Method in class org.mvel2.sh.ShellSession.RunState
-
- setSession(ShellSession) - Method in class org.mvel2.sh.ShellSession.RunState
-
- setSetExpression(Serializable) - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor.ExecutablePairs
-
- setSourceFile(String) - Method in class org.mvel2.ast.LineLabel
-
- setSourceFile(String) - Method in class org.mvel2.ParserContext
-
- setStatement(ExecutableStatement) - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor.ExecutablePairs
-
- setStaticType(Class) - Method in class org.mvel2.ast.Proto.ProtoResolver
-
- setStaticType(Class) - Method in class org.mvel2.integration.impl.IndexVariableResolver
-
- setStaticType(Class) - Method in class org.mvel2.integration.impl.ItemResolverFactory.ItemResolver
-
- setStaticType(Class) - Method in class org.mvel2.integration.impl.MapVariableResolver
-
- setStaticType(Class) - Method in class org.mvel2.integration.impl.PrecachedMapVariableResolver
-
- setStaticType(Class) - Method in class org.mvel2.integration.impl.SimpleSTValueResolver
-
- setStaticType(Class) - Method in class org.mvel2.integration.impl.SimpleValueResolver
-
- setStaticType(Class) - Method in class org.mvel2.integration.impl.StaticMethodImportResolver
-
- setStaticType(Class) - Method in interface org.mvel2.integration.VariableResolver
-
- setStmt(ExecutableStatement) - Method in class org.mvel2.optimizers.impl.refl.collection.ExprValueAccessor
-
- setStrictTypeEnforcement(boolean) - Method in class org.mvel2.ParserContext
-
Enables strict type enforcement -
- setStrongTyping(boolean) - Method in class org.mvel2.ParserContext
-
Enables strong type enforcement.
- setTemplate(char[]) - Method in class org.mvel2.templates.CompiledTemplate
-
- setTemplate(char[]) - Method in class org.mvel2.templates.TemplateRuntime
-
- SetterAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- SetterAccessor(Method) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.SetterAccessor
-
- setTerminus(Node) - Method in class org.mvel2.templates.res.Node
-
- setThreadAccessorOptimizer(Class<? extends AccessorOptimizer>) - Static method in class org.mvel2.optimizers.OptimizerFactory
-
- setThreadDebugger(Debugger) - Static method in class org.mvel2.MVELRuntime
-
Sets the Debugger instance to handle breakpoints.
- setTiltFlag(boolean) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- setTiltFlag(boolean) - Method in class org.mvel2.integration.impl.DefaultLocalVariableResolverFactory
-
- setTiltFlag(boolean) - Method in class org.mvel2.integration.impl.FunctionVariableResolverFactory
-
- setTiltFlag(boolean) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- setTiltFlag(boolean) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- setTiltFlag(boolean) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- setTiltFlag(boolean) - Method in interface org.mvel2.integration.VariableResolverFactory
-
- setTrueNode(ExpressionNode) - Method in class org.mvel2.templates.res.IfNode
-
- setType(Proto.ReceiverType) - Method in class org.mvel2.ast.Proto.Receiver
-
- setupParser() - Static method in class org.mvel2.compiler.AbstractParser
-
This method is internally called by the static initializer for AbstractParser in order to setup the parser.
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.ast.NewObjectNode.NewObjectArray
-
- setValue(Object) - Method in class org.mvel2.ast.Proto.ProtoResolver
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in interface org.mvel2.compiler.Accessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.compiler.CompiledAccExpression
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.compiler.CompiledExpression
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.compiler.ExecutableAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.compiler.ExecutableAccessorSafe
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.compiler.ExecutableLiteral
-
- setValue(Object) - Method in class org.mvel2.integration.impl.IndexVariableResolver
-
- setValue(Object) - Method in class org.mvel2.integration.impl.ItemResolverFactory.ItemResolver
-
- setValue(Object) - Method in class org.mvel2.integration.impl.MapVariableResolver
-
- setValue(Object) - Method in class org.mvel2.integration.impl.PrecachedMapVariableResolver
-
- setValue(Object) - Method in class org.mvel2.integration.impl.SimpleSTValueResolver
-
- setValue(Object) - Method in class org.mvel2.integration.impl.SimpleValueResolver
-
- setValue(Object) - Method in class org.mvel2.integration.impl.StaticMethodImportResolver
-
- setValue(Object) - Method in interface org.mvel2.integration.VariableResolver
-
Sets the value of the physical target value.
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.dynamic.DynamicCollectionAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.dynamic.DynamicGetAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.dynamic.DynamicSetAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.collection.ArrayCreator
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.collection.ExprValueAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.collection.ListCreator
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.collection.MapCreator
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.collection.MDArrayCreator
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayLength
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.ConstructorAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFieldAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicFunctionAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicSetterAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.FieldAccessorNH
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.FunctionAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessorNH
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedVariableAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.Notify
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.NullSafe
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.PropertyHandlerAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.SetterAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticReferenceAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessorNH
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.ThisValueAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.Union
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.VariableAccessor
-
- setValue(Object, Object, VariableResolverFactory, Object) - Method in class org.mvel2.optimizers.impl.refl.nodes.WithAccessor
-
- setValue(double) - Method in interface org.mvel2.Unit
-
- setValueStatement(ExecutableStatement) - Method in interface org.mvel2.ast.Assignment
-
- setValueStatement(ExecutableStatement) - Method in class org.mvel2.ast.AssignmentNode
-
- setValueStatement(ExecutableStatement) - Method in class org.mvel2.ast.DeclProtoVarNode
-
- setValueStatement(ExecutableStatement) - Method in class org.mvel2.ast.DeclTypedVarNode
-
- setValueStatement(ExecutableStatement) - Method in class org.mvel2.ast.DeepAssignmentNode
-
- setValueStatement(ExecutableStatement) - Method in class org.mvel2.ast.IndexedAssignmentNode
-
- setValueStatement(ExecutableStatement) - Method in class org.mvel2.ast.IndexedDeclTypedVarNode
-
- setValueStatement(ExecutableStatement) - Method in class org.mvel2.ast.ProtoVarNode
-
- setValueStatement(ExecutableStatement) - Method in class org.mvel2.ast.TypedVarNode
-
- setVariableMap(Map<String, Object>) - Method in class org.mvel2.integration.impl.MapVariableResolver
-
- setVariableResolvers(Map<String, VariableResolver>) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- setVariables(HashMap<String, Class>) - Method in class org.mvel2.ParserContext
-
- setVerifying(boolean) - Method in class org.mvel2.compiler.ExpressionCompiler
-
- setVerifyOnly(boolean) - Method in class org.mvel2.compiler.ExpressionCompiler
-
- SharedVariableSpaceModel - Class in org.mvel2.util
-
- SharedVariableSpaceModel(String[], Object[]) - Constructor for class org.mvel2.util.SharedVariableSpaceModel
-
- ShellSession - Class in org.mvel2.sh
-
A shell session.
- ShellSession() - Constructor for class org.mvel2.sh.ShellSession
-
- ShellSession(String) - Constructor for class org.mvel2.sh.ShellSession
-
- ShellSession.RunState - Class in org.mvel2.sh
-
- ShellSession.RunState(ShellSession) - Constructor for class org.mvel2.sh.ShellSession.RunState
-
- SHL - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
math method.
- shl(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- SHORT - Static variable in class org.mvel2.asm.Type
-
The sort of the short type.
- SHORT - Static variable in interface org.mvel2.DataTypes
-
- SHORT_TYPE - Static variable in class org.mvel2.asm.Type
-
The short type.
- ShortCH - Class in org.mvel2.conversion
-
- ShortCH() - Constructor for class org.mvel2.conversion.ShortCH
-
- shouldDefer(StringAppender) - Method in class org.mvel2.sh.ShellSession
-
- showNodeChain() - Method in interface org.mvel2.util.ASTIterator
-
- showNodeChain() - Method in class org.mvel2.util.ASTLinkedList
-
- showStack() - Method in interface org.mvel2.util.Stack
-
- ShowVars - Class in org.mvel2.sh.command.basic
-
- ShowVars() - Constructor for class org.mvel2.sh.command.basic.ShowVars
-
- SHR - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
math method.
- shr(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- Sign - Class in org.mvel2.ast
-
- Sign(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.Sign
-
- signature - Variable in class org.mvel2.asm.tree.ClassNode
-
The signature of the class.
- signature - Variable in class org.mvel2.asm.tree.FieldNode
-
The field's signature.
- signature - Variable in class org.mvel2.asm.tree.LocalVariableNode
-
The signature of this local variable.
- signature - Variable in class org.mvel2.asm.tree.MethodNode
-
The method's signature.
- SignatureReader - Class in org.mvel2.asm.signature
-
A type signature parser to make a signature visitor visit an existing
signature.
- SignatureReader(String) - Constructor for class org.mvel2.asm.signature.SignatureReader
-
- SignatureVisitor - Class in org.mvel2.asm.signature
-
A visitor to visit a generic signature.
- SignatureVisitor(int) - Constructor for class org.mvel2.asm.signature.SignatureVisitor
-
- SignatureWriter - Class in org.mvel2.asm.signature
-
A signature visitor that generates signatures in string format.
- SignatureWriter() - Constructor for class org.mvel2.asm.signature.SignatureWriter
-
- signNumber(Object) - Static method in class org.mvel2.util.CompilerTools
-
- SIMILARITY - Static variable in interface org.mvel2.Operator
-
- similarity(String, String) - Static method in class org.mvel2.util.ParseTools
-
- SimpleIndexHashMapWrapper<K,V> - Class in org.mvel2.util
-
As most use-cases of the VariableResolverFactory's rely on Maps, this is meant to implement a simple wrapper
which records index positions for use by the optimizing facilities.
- SimpleIndexHashMapWrapper() - Constructor for class org.mvel2.util.SimpleIndexHashMapWrapper
-
- SimpleIndexHashMapWrapper(SimpleIndexHashMapWrapper<K, V>, boolean) - Constructor for class org.mvel2.util.SimpleIndexHashMapWrapper
-
- SimpleIndexHashMapWrapper(K[]) - Constructor for class org.mvel2.util.SimpleIndexHashMapWrapper
-
- SimpleIndexHashMapWrapper(K[], int, float) - Constructor for class org.mvel2.util.SimpleIndexHashMapWrapper
-
- SimpleRemapper - Class in org.mvel2.asm.commons
-
- SimpleRemapper(Map<String, String>) - Constructor for class org.mvel2.asm.commons.SimpleRemapper
-
- SimpleRemapper(String, String) - Constructor for class org.mvel2.asm.commons.SimpleRemapper
-
- SimpleSTValueResolver - Class in org.mvel2.integration.impl
-
- SimpleSTValueResolver(Object, Class) - Constructor for class org.mvel2.integration.impl.SimpleSTValueResolver
-
- SimpleSTValueResolver(Object, Class, boolean) - Constructor for class org.mvel2.integration.impl.SimpleSTValueResolver
-
- SimpleTemplateRegistry - Class in org.mvel2.templates
-
- SimpleTemplateRegistry() - Constructor for class org.mvel2.templates.SimpleTemplateRegistry
-
- SimpleValueResolver - Class in org.mvel2.integration.impl
-
- SimpleValueResolver(Object) - Constructor for class org.mvel2.integration.impl.SimpleValueResolver
-
- SimpleVariableResolverFactory - Class in org.mvel2.integration.impl
-
- SimpleVariableResolverFactory(Map<String, Object>) - Constructor for class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- SimpleVariableSpaceModel - Class in org.mvel2.util
-
- SimpleVariableSpaceModel(String[]) - Constructor for class org.mvel2.util.SimpleVariableSpaceModel
-
- SimpleVerifier - Class in org.mvel2.asm.tree.analysis
-
An extended
BasicVerifier that performs more precise verifications.
- SimpleVerifier() - Constructor for class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- SimpleVerifier(Type, Type, boolean) - Constructor for class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- SimpleVerifier(Type, Type, List<Type>, boolean) - Constructor for class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- SimpleVerifier(int, Type, Type, List<Type>, boolean) - Constructor for class org.mvel2.asm.tree.analysis.SimpleVerifier
-
- SINGLE_XML - Static variable in class org.mvel2.asm.xml.Processor
-
- singleton - Variable in class org.mvel2.ast.Function
-
- SIPUSH - Static variable in interface org.mvel2.asm.Opcodes
-
- size - Variable in class org.mvel2.asm.tree.analysis.SourceValue
-
The size of this value.
- size() - Method in class org.mvel2.asm.tree.InsnList
-
Returns the number of instructions in this list.
- size() - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- size() - Method in interface org.mvel2.util.ASTIterator
-
- size() - Method in class org.mvel2.util.ASTLinkedList
-
- size() - Method in class org.mvel2.util.ExecutionStack
-
- size() - Method in class org.mvel2.util.FastList
-
- size() - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- size() - Method in interface org.mvel2.util.Stack
-
- SKIP - Static variable in interface org.mvel2.integration.Interceptor
-
- SKIP_CODE - Static variable in class org.mvel2.asm.ClassReader
-
Flag to skip method code.
- SKIP_DEBUG - Static variable in class org.mvel2.asm.ClassReader
-
Flag to skip the debug information in the class.
- SKIP_FRAMES - Static variable in class org.mvel2.asm.ClassReader
-
Flag to skip the stack map frames in the class.
- skipNode() - Method in interface org.mvel2.util.ASTIterator
-
- skipNode() - Method in class org.mvel2.util.ASTLinkedList
-
- skipWhitespace() - Method in class org.mvel2.compiler.AbstractParser
-
If the cursor is currently pointing to whitespace, move the cursor forward to the first non-whitespace
character, but account for carriage returns in the script (updates parser field: line).
- skipWhitespace(char[], int) - Static method in class org.mvel2.util.ParseTools
-
- SOUNDEX - Static variable in interface org.mvel2.Operator
-
- Soundex - Class in org.mvel2.util
-
An implementation of Knuth's soundex algorithm.
- Soundex() - Constructor for class org.mvel2.util.Soundex
-
- soundex(String) - Static method in class org.mvel2.util.Soundex
-
Convert the given String to its Soundex code.
- Soundslike - Class in org.mvel2.ast
-
- Soundslike(ASTNode, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.Soundslike
-
- sourceDebug - Variable in class org.mvel2.asm.tree.ClassNode
-
Debug information to compute the correspondence between source and
compiled elements of the class.
- sourceFile - Variable in class org.mvel2.asm.tree.ClassNode
-
The name of the source file from which this class was compiled.
- SourceInterpreter - Class in org.mvel2.asm.tree.analysis
-
- SourceInterpreter() - Constructor for class org.mvel2.asm.tree.analysis.SourceInterpreter
-
- SourceInterpreter(int) - Constructor for class org.mvel2.asm.tree.analysis.SourceInterpreter
-
- SourceValue - Class in org.mvel2.asm.tree.analysis
-
A
Value that is represented by its type in a two types type system.
- SourceValue(int) - Constructor for class org.mvel2.asm.tree.analysis.SourceValue
-
- SourceValue(int, AbstractInsnNode) - Constructor for class org.mvel2.asm.tree.analysis.SourceValue
-
- SourceValue(int, Set<AbstractInsnNode>) - Constructor for class org.mvel2.asm.tree.analysis.SourceValue
-
- splitAccumulator - Variable in class org.mvel2.compiler.AbstractParser
-
- st - Variable in class org.mvel2.compiler.AbstractParser
-
- stack - Variable in class org.mvel2.asm.commons.AnalyzerAdapter
-
List of the operand stack slots for current execution frame.
- stack - Variable in class org.mvel2.asm.tree.FrameNode
-
The types of the operand stack elements of this stack map frame.
- Stack - Interface in org.mvel2.util
-
- StackDelimiterResolverFactory - Class in org.mvel2.integration.impl
-
- StackDelimiterResolverFactory(VariableResolverFactory) - Constructor for class org.mvel2.integration.impl.StackDelimiterResolverFactory
-
- StackDemarcResolverFactory - Class in org.mvel2.integration.impl
-
- StackDemarcResolverFactory(VariableResolverFactory) - Constructor for class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- StackElement - Class in org.mvel2.util
-
- StackElement(StackElement, Object) - Constructor for class org.mvel2.util.StackElement
-
- STACKLANG - Static variable in class org.mvel2.ast.ASTNode
-
- Stacklang - Class in org.mvel2.ast
-
- Stacklang(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.Stacklang
-
- STACKLANG - Static variable in interface org.mvel2.Operator
-
- StackResetResolverFactory - Class in org.mvel2.integration.impl
-
- StackResetResolverFactory(VariableResolverFactory) - Constructor for class org.mvel2.integration.impl.StackResetResolverFactory
-
- StandardOutputStream - Class in org.mvel2.templates.util.io
-
- StandardOutputStream(OutputStream) - Constructor for class org.mvel2.templates.util.io.StandardOutputStream
-
- start - Variable in class org.mvel2.asm.tree.LineNumberNode
-
The first instruction corresponding to this line number.
- start - Variable in class org.mvel2.asm.tree.LocalVariableAnnotationNode
-
The fist instructions corresponding to the continuous ranges that make
the scope of this local variable (inclusive).
- start - Variable in class org.mvel2.asm.tree.LocalVariableNode
-
The first instruction corresponding to the scope of this local variable
(inclusive).
- start - Variable in class org.mvel2.asm.tree.TryCatchBlockNode
-
Beginning of the exception handler's scope (inclusive).
- start - Variable in class org.mvel2.ast.ASTNode
-
- start - Variable in class org.mvel2.compiler.AbstractParser
-
- start() - Static method in class org.mvel2.util.Make.List
-
- start(Class<? extends List>) - Static method in class org.mvel2.util.Make.List
-
- start() - Static method in class org.mvel2.util.Make.Map
-
- start(Class<? extends Map>) - Static method in class org.mvel2.util.Make.Map
-
- start() - Static method in class org.mvel2.util.Make.Set
-
- start(Class<? extends Set>) - Static method in class org.mvel2.util.Make.Set
-
- start() - Static method in class org.mvel2.util.Make.String
-
- startElement(String, String, String, Attributes) - Method in class org.mvel2.asm.xml.ASMContentHandler
-
Process notification of the start of an XML element being reached.
- staticAccess - Variable in class org.mvel2.optimizers.AbstractOptimizer
-
- StaticFieldStub - Class in org.mvel2.util
-
- StaticFieldStub(Field) - Constructor for class org.mvel2.util.StaticFieldStub
-
- StaticImportNode - Class in org.mvel2.ast
-
- StaticImportNode(char[], int, int, ParserContext) - Constructor for class org.mvel2.ast.StaticImportNode
-
- StaticInitMerger - Class in org.mvel2.asm.commons
-
A
ClassVisitor that merges clinit methods into a single one.
- StaticInitMerger(String, ClassVisitor) - Constructor for class org.mvel2.asm.commons.StaticInitMerger
-
- StaticInitMerger(int, String, ClassVisitor) - Constructor for class org.mvel2.asm.commons.StaticInitMerger
-
- StaticMethodImportResolver - Class in org.mvel2.integration.impl
-
- StaticMethodImportResolver(String, MethodStub) - Constructor for class org.mvel2.integration.impl.StaticMethodImportResolver
-
- StaticMethodImportResolverFactory - Class in org.mvel2.integration.impl
-
- StaticMethodImportResolverFactory(ParserContext) - Constructor for class org.mvel2.integration.impl.StaticMethodImportResolverFactory
-
- StaticMethodImportResolverFactory() - Constructor for class org.mvel2.integration.impl.StaticMethodImportResolverFactory
-
- StaticReferenceAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- StaticReferenceAccessor() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.StaticReferenceAccessor
-
- StaticReferenceAccessor(Object) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.StaticReferenceAccessor
-
- StaticStub - Interface in org.mvel2.util
-
- StaticVarAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- StaticVarAccessor(Field) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessor
-
- StaticVarAccessorNH - Class in org.mvel2.optimizers.impl.refl.nodes
-
- StaticVarAccessorNH(Field, PropertyHandler) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.StaticVarAccessorNH
-
- STEP - Static variable in interface org.mvel2.debug.Debugger
-
- STEP_OVER - Static variable in interface org.mvel2.debug.Debugger
-
- stk - Variable in class org.mvel2.compiler.AbstractParser
-
- stmt - Variable in class org.mvel2.optimizers.impl.refl.collection.ExprValueAccessor
-
- STOP - Static variable in interface org.mvel2.templates.res.Opcodes
-
- store(int, Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- STORE - Static variable in interface org.mvel2.Operator
-
- storeArg(int) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given
method argument.
- STOREFIELD - Static variable in interface org.mvel2.Operator
-
- storeInLiteralRegister(Object) - Method in class org.mvel2.ast.ASTNode
-
- storeLocal(int) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local
variable.
- storeLocal(int, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local
variable.
- storePctx() - Method in class org.mvel2.ast.ASTNode
-
- STR_APPEND - Static variable in interface org.mvel2.Operator
-
- STRING - Static variable in interface org.mvel2.DataTypes
-
- StringAppender - Class in org.mvel2.util
-
- StringAppender() - Constructor for class org.mvel2.util.StringAppender
-
- StringAppender(int) - Constructor for class org.mvel2.util.StringAppender
-
- StringAppender(int, String) - Constructor for class org.mvel2.util.StringAppender
-
- StringAppender(char) - Constructor for class org.mvel2.util.StringAppender
-
- StringAppender(char[]) - Constructor for class org.mvel2.util.StringAppender
-
- StringAppender(CharSequence) - Constructor for class org.mvel2.util.StringAppender
-
- StringAppender(String) - Constructor for class org.mvel2.util.StringAppender
-
- StringAppenderStream - Class in org.mvel2.templates.util.io
-
- StringAppenderStream(StringAppender) - Constructor for class org.mvel2.templates.util.io.StringAppenderStream
-
- StringArrayCH - Class in org.mvel2.conversion
-
- StringArrayCH() - Constructor for class org.mvel2.conversion.StringArrayCH
-
- StringBuilderStream - Class in org.mvel2.templates.util.io
-
- StringBuilderStream(StringBuilder) - Constructor for class org.mvel2.templates.util.io.StringBuilderStream
-
- StringCH - Class in org.mvel2.conversion
-
- StringCH() - Constructor for class org.mvel2.conversion.StringCH
-
- STRONG_TYPING - Static variable in class org.mvel2.ast.ASTNode
-
- stronglyTyped() - Method in class org.mvel2.ParserContext
-
- strongTyping() - Method in class org.mvel2.ast.ASTNode
-
- Strsim - Class in org.mvel2.ast
-
- Strsim(ASTNode, ASTNode, ParserContext) - Constructor for class org.mvel2.ast.Strsim
-
- SUB - Static variable in class org.mvel2.asm.commons.GeneratorAdapter
-
Constant for the
math method.
- sub(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- SUB - Static variable in interface org.mvel2.Operator
-
- subArray(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- subCompileExpression(char[]) - Static method in class org.mvel2.util.ParseTools
-
- subCompileExpression(char[], ParserContext) - Static method in class org.mvel2.util.ParseTools
-
- subCompileExpression(char[], int, int, ParserContext) - Static method in class org.mvel2.util.ParseTools
-
- subCompileExpression(String, ParserContext) - Static method in class org.mvel2.util.ParseTools
-
- subList(int, int) - Method in class org.mvel2.util.FastList
-
- subSequence(int, int) - Method in class org.mvel2.util.StringAppender
-
- subset(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- subset(char[], int) - Static method in class org.mvel2.util.ParseTools
-
- subsetTrimmed(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
- Substatement - Class in org.mvel2.ast
-
- Substatement(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.Substatement
-
- substring(int, int) - Method in class org.mvel2.util.StringAppender
-
- SUPER - Static variable in class org.mvel2.asm.signature.SignatureVisitor
-
Wildcard for a "super" type argument.
- superName - Variable in class org.mvel2.asm.tree.ClassNode
-
- swap() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates a SWAP instruction.
- swap(Type, Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to swap the top two stack values.
- swap() - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- SWAP - Static variable in interface org.mvel2.asm.Opcodes
-
- SWAP - Static variable in interface org.mvel2.Operator
-
- SWITCH - Static variable in interface org.mvel2.Operator
-
- T_BOOLEAN - Static variable in interface org.mvel2.asm.Opcodes
-
- T_BYTE - Static variable in interface org.mvel2.asm.Opcodes
-
- T_CHAR - Static variable in interface org.mvel2.asm.Opcodes
-
- T_DOUBLE - Static variable in interface org.mvel2.asm.Opcodes
-
- T_FLOAT - Static variable in interface org.mvel2.asm.Opcodes
-
- T_INT - Static variable in interface org.mvel2.asm.Opcodes
-
- T_LONG - Static variable in interface org.mvel2.asm.Opcodes
-
- T_SHORT - Static variable in interface org.mvel2.asm.Opcodes
-
- tab - Variable in class org.mvel2.asm.util.Textifier
-
Tab for class members.
- tab2 - Variable in class org.mvel2.asm.util.Textifier
-
Tab for bytecode instructions.
- tab3 - Variable in class org.mvel2.asm.util.Textifier
-
Tab for table and lookup switch instructions.
- tableSwitch(int[], TableSwitchGenerator) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions for a switch statement.
- tableSwitch(int[], TableSwitchGenerator, boolean) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions for a switch statement.
- tableswitch(int, int, Label, Label...) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- TABLESWITCH - Static variable in interface org.mvel2.asm.Opcodes
-
- TABLESWITCH_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- TableSwitchGenerator - Interface in org.mvel2.asm.commons
-
A code generator for switch statements.
- TableSwitchInsnNode - Class in org.mvel2.asm.tree
-
A node that represents a TABLESWITCH instruction.
- TableSwitchInsnNode(int, int, LabelNode, LabelNode...) - Constructor for class org.mvel2.asm.tree.TableSwitchInsnNode
-
- tconst(Type) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- template - Variable in class org.mvel2.optimizers.impl.refl.collection.ArrayCreator
-
- template - Variable in class org.mvel2.optimizers.impl.refl.collection.MDArrayCreator
-
- TemplateCompiler - Class in org.mvel2.templates
-
The TemplateCompiler class is used for pre-compiling MVEL Templates.
- TemplateCompiler(String) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(char[]) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(String, boolean) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(char[], boolean) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(char[], boolean, ParserContext) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(CharSequence) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(CharSequence, boolean) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(CharSequence, boolean, ParserContext) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(String, Map<String, Class<? extends Node>>) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(char[], Map<String, Class<? extends Node>>) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(CharSequence, Map<String, Class<? extends Node>>) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(String, Map<String, Class<? extends Node>>, boolean) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(char[], Map<String, Class<? extends Node>>, boolean) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(CharSequence, Map<String, Class<? extends Node>>, boolean) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(String, Map<String, Class<? extends Node>>, boolean, ParserContext) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(char[], Map<String, Class<? extends Node>>, boolean, ParserContext) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateCompiler(CharSequence, Map<String, Class<? extends Node>>, boolean, ParserContext) - Constructor for class org.mvel2.templates.TemplateCompiler
-
- TemplateDebug - Class in org.mvel2.templates
-
- TemplateDebug() - Constructor for class org.mvel2.templates.TemplateDebug
-
- TemplateError - Exception in org.mvel2.templates
-
- TemplateError() - Constructor for exception org.mvel2.templates.TemplateError
-
- TemplateError(String) - Constructor for exception org.mvel2.templates.TemplateError
-
- TemplateError(String, Throwable) - Constructor for exception org.mvel2.templates.TemplateError
-
- TemplateError(Throwable) - Constructor for exception org.mvel2.templates.TemplateError
-
- TemplateOutputStream - Interface in org.mvel2.templates.util
-
- TemplateRegistry - Interface in org.mvel2.templates
-
- TemplateRuntime - Class in org.mvel2.templates
-
This is the root of the template runtime, and contains various utility methods for executing templates.
- TemplateRuntime(char[], TemplateRegistry, Node, String) - Constructor for class org.mvel2.templates.TemplateRuntime
-
- TemplateRuntimeError - Exception in org.mvel2.templates
-
- TemplateRuntimeError() - Constructor for exception org.mvel2.templates.TemplateRuntimeError
-
- TemplateRuntimeError(String) - Constructor for exception org.mvel2.templates.TemplateRuntimeError
-
- TemplateRuntimeError(String, Throwable) - Constructor for exception org.mvel2.templates.TemplateRuntimeError
-
- TemplateRuntimeError(Throwable) - Constructor for exception org.mvel2.templates.TemplateRuntimeError
-
- TemplateSyntaxError - Exception in org.mvel2.templates
-
- TemplateSyntaxError() - Constructor for exception org.mvel2.templates.TemplateSyntaxError
-
- TemplateSyntaxError(String) - Constructor for exception org.mvel2.templates.TemplateSyntaxError
-
- TemplateSyntaxError(String, Throwable) - Constructor for exception org.mvel2.templates.TemplateSyntaxError
-
- TemplateSyntaxError(Throwable) - Constructor for exception org.mvel2.templates.TemplateSyntaxError
-
- TemplateTools - Class in org.mvel2.templates.util
-
- TemplateTools() - Constructor for class org.mvel2.templates.util.TemplateTools
-
- tenuringThreshold - Static variable in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- TerminalExpressionNode - Class in org.mvel2.templates.res
-
- TerminalExpressionNode() - Constructor for class org.mvel2.templates.res.TerminalExpressionNode
-
- TerminalExpressionNode(Node) - Constructor for class org.mvel2.templates.res.TerminalExpressionNode
-
- TerminalNode - Class in org.mvel2.templates.res
-
- TerminalNode() - Constructor for class org.mvel2.templates.res.TerminalNode
-
- TerminalNode(int, int) - Constructor for class org.mvel2.templates.res.TerminalNode
-
- terminus - Variable in class org.mvel2.templates.res.Node
-
- TERNARY - Static variable in interface org.mvel2.Operator
-
- TERNARY_ELSE - Static variable in interface org.mvel2.Operator
-
- ternaryOperation(AbstractInsnNode, BasicValue, BasicValue, BasicValue) - Method in class org.mvel2.asm.tree.analysis.BasicInterpreter
-
- ternaryOperation(AbstractInsnNode, BasicValue, BasicValue, BasicValue) - Method in class org.mvel2.asm.tree.analysis.BasicVerifier
-
- ternaryOperation(AbstractInsnNode, V, V, V) - Method in class org.mvel2.asm.tree.analysis.Interpreter
-
Interprets a bytecode instruction with three arguments.
- ternaryOperation(AbstractInsnNode, SourceValue, SourceValue, SourceValue) - Method in class org.mvel2.asm.tree.analysis.SourceInterpreter
-
- text - Variable in class org.mvel2.asm.util.Printer
-
The text to be printed.
- Textifiable - Interface in org.mvel2.asm.util
-
An
Attribute that can print a readable
representation of itself.
- Textifier - Class in org.mvel2.asm.util
-
A
Printer that prints a disassembled view of the classes it visits.
- Textifier() - Constructor for class org.mvel2.asm.util.Textifier
-
- Textifier(int) - Constructor for class org.mvel2.asm.util.Textifier
-
- textify(StringBuffer, Map<Label, String>) - Method in interface org.mvel2.asm.util.Textifiable
-
Build a human readable representation of this attribute.
- TextNode - Class in org.mvel2.templates.res
-
- TextNode(int, int) - Constructor for class org.mvel2.templates.res.TextNode
-
- TextNode(int, int, ExpressionNode) - Constructor for class org.mvel2.templates.res.TextNode
-
- TextUtil - Class in org.mvel2.sh.text
-
- TextUtil() - Constructor for class org.mvel2.sh.text.TextUtil
-
- ThisLiteral - Class in org.mvel2.util
-
- ThisLiteral() - Constructor for class org.mvel2.util.ThisLiteral
-
- THISREF - Static variable in class org.mvel2.ast.ASTNode
-
- ThisValueAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- ThisValueAccessor() - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ThisValueAccessor
-
- ThisWithNode - Class in org.mvel2.ast
-
- ThisWithNode(char[], int, int, int, int, int, ParserContext) - Constructor for class org.mvel2.ast.ThisWithNode
-
- throwException() - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instruction to throw an exception.
- throwException(Type, String) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to create and throw an exception.
- THROWS - Static variable in class org.mvel2.asm.TypeReference
-
The sort of type references that target the type of an exception declared
in the throws clause of a method.
- tiltFlag() - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- tiltFlag() - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- tiltFlag() - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- tiltFlag() - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- tiltFlag() - Method in interface org.mvel2.integration.VariableResolverFactory
-
- timeSpan - Static variable in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- tkStart - Variable in class org.mvel2.optimizers.AbstractOptimizer
-
- toArray() - Method in class org.mvel2.asm.tree.InsnList
-
Returns an array containing all of the instructions in this list.
- toArray() - Method in class org.mvel2.util.FastList
-
- toArray(Object[]) - Method in class org.mvel2.util.FastList
-
- toByteArray() - Method in class org.mvel2.asm.ClassWriter
-
Returns the bytecode of the class that was build with this class writer.
- toChars() - Method in class org.mvel2.util.StringAppender
-
- tokenContinues() - Method in class org.mvel2.compiler.AbstractParser
-
Checking from the current cursor position, check to see if we're inside a contiguous identifier.
- toNonPrimitiveArray(Class<?>) - Static method in class org.mvel2.util.ReflectionUtil
-
- toNonPrimitiveType(Class<?>) - Static method in class org.mvel2.util.ReflectionUtil
-
- TOP - Static variable in interface org.mvel2.asm.Opcodes
-
- toPrimitiveArrayType(Class<?>) - Static method in class org.mvel2.util.ReflectionUtil
-
- toString() - Method in class org.mvel2.asm.commons.Method
-
- toString() - Method in class org.mvel2.asm.Handle
-
Returns the textual representation of this handle.
- toString() - Method in class org.mvel2.asm.Label
-
Returns a string representation of this label.
- toString() - Method in class org.mvel2.asm.signature.SignatureWriter
-
Returns the signature that was built by this signature writer.
- toString() - Method in class org.mvel2.asm.tree.analysis.BasicValue
-
- toString() - Method in class org.mvel2.asm.tree.analysis.Frame
-
Returns a string representation of this frame.
- toString() - Method in class org.mvel2.asm.Type
-
Returns a string representation of this type.
- toString() - Method in class org.mvel2.asm.TypePath
-
Returns a string representation of this type path.
- toString() - Method in class org.mvel2.ast.And
-
- toString() - Method in class org.mvel2.ast.AssignmentNode
-
- toString() - Method in class org.mvel2.ast.ASTNode
-
- toString() - Method in class org.mvel2.ast.BinaryOperation
-
- toString() - Method in class org.mvel2.ast.DeclProtoVarNode
-
- toString() - Method in class org.mvel2.ast.DeclTypedVarNode
-
- toString() - Method in class org.mvel2.ast.Function
-
- toString() - Method in class org.mvel2.ast.IfNode
-
- toString() - Method in class org.mvel2.ast.LineLabel
-
- toString() - Method in class org.mvel2.ast.LiteralNode
-
- toString() - Method in class org.mvel2.ast.Or
-
- toString() - Method in class org.mvel2.ast.Proto
-
- toString() - Method in class org.mvel2.ast.PrototypalFunctionInstance
-
- toString() - Method in class org.mvel2.ast.Substatement
-
- toString() - Method in class org.mvel2.ast.Union
-
- toString() - Method in exception org.mvel2.CompileException
-
- toString() - Method in class org.mvel2.compiler.BlankLiteral
-
- toString() - Method in class org.mvel2.compiler.CompiledExpression
-
- toString() - Method in class org.mvel2.compiler.ExecutableAccessor
-
- toString() - Method in class org.mvel2.ErrorDetail
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessor
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.ArrayAccessorNest
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.DynamicSetterAccessor
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessor
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.GetterAccessorNH
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessor
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.IndexedCharSeqAccessorNest
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessor
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.ListAccessorNest
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessor
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.MapAccessorNest
-
- toString() - Method in class org.mvel2.optimizers.impl.refl.nodes.SetterAccessor
-
- toString() - Method in class org.mvel2.templates.res.CodeNode
-
- toString() - Method in class org.mvel2.templates.res.CompiledCodeNode
-
- toString() - Method in class org.mvel2.templates.res.CompiledEvalNode
-
- toString() - Method in class org.mvel2.templates.res.CompiledExpressionNode
-
- toString() - Method in class org.mvel2.templates.res.EndNode
-
- toString() - Method in class org.mvel2.templates.res.EvalNode
-
- toString() - Method in class org.mvel2.templates.res.ExpressionNode
-
- toString() - Method in class org.mvel2.templates.res.TextNode
-
- toString() - Method in class org.mvel2.templates.util.io.StandardOutputStream
-
- toString() - Method in class org.mvel2.templates.util.io.StringAppenderStream
-
- toString() - Method in class org.mvel2.templates.util.io.StringBuilderStream
-
- toString() - Method in class org.mvel2.util.ExecutionStack
-
- toString() - Method in class org.mvel2.util.FastList
-
- toString() - Method in class org.mvel2.util.StringAppender
-
- totalRecycled - Static variable in class org.mvel2.optimizers.dynamic.DynamicOptimizer
-
- TraceAnnotationVisitor - Class in org.mvel2.asm.util
-
- TraceAnnotationVisitor(Printer) - Constructor for class org.mvel2.asm.util.TraceAnnotationVisitor
-
- TraceAnnotationVisitor(AnnotationVisitor, Printer) - Constructor for class org.mvel2.asm.util.TraceAnnotationVisitor
-
- TraceClassVisitor - Class in org.mvel2.asm.util
-
- TraceClassVisitor(PrintWriter) - Constructor for class org.mvel2.asm.util.TraceClassVisitor
-
- TraceClassVisitor(ClassVisitor, PrintWriter) - Constructor for class org.mvel2.asm.util.TraceClassVisitor
-
- TraceClassVisitor(ClassVisitor, Printer, PrintWriter) - Constructor for class org.mvel2.asm.util.TraceClassVisitor
-
- TraceFieldVisitor - Class in org.mvel2.asm.util
-
- TraceFieldVisitor(Printer) - Constructor for class org.mvel2.asm.util.TraceFieldVisitor
-
- TraceFieldVisitor(FieldVisitor, Printer) - Constructor for class org.mvel2.asm.util.TraceFieldVisitor
-
- TraceMethodVisitor - Class in org.mvel2.asm.util
-
- TraceMethodVisitor(Printer) - Constructor for class org.mvel2.asm.util.TraceMethodVisitor
-
- TraceMethodVisitor(MethodVisitor, Printer) - Constructor for class org.mvel2.asm.util.TraceMethodVisitor
-
- TraceSignatureVisitor - Class in org.mvel2.asm.util
-
- TraceSignatureVisitor(int) - Constructor for class org.mvel2.asm.util.TraceSignatureVisitor
-
- trimLeft(int) - Method in class org.mvel2.compiler.AbstractParser
-
From the specified cursor position, trim out any whitespace between the current position and the end of the
last non-whitespace character.
- trimLeft(int) - Method in class org.mvel2.PropertyAccessor
-
- trimLeft(char[], int, int) - Static method in class org.mvel2.util.ParseTools
-
From the specified cursor position, trim out any whitespace between the current position and the end of the
last non-whitespace character.
- trimRight(int) - Method in class org.mvel2.compiler.AbstractParser
-
From the specified cursor position, trim out any whitespace between the current position and beginning of the
first non-whitespace character.
- trimRight(char[], int) - Static method in class org.mvel2.util.ParseTools
-
From the specified cursor position, trim out any whitespace between the current position and beginning of the
first non-whitespace character.
- trimWhitespace() - Method in class org.mvel2.compiler.AbstractParser
-
From the current cursor position, trim backward over any whitespace to the first non-whitespace character.
- trueNode - Variable in class org.mvel2.templates.res.IfNode
-
- TryCatchBlockNode - Class in org.mvel2.asm.tree
-
A node that represents a try catch block.
- TryCatchBlockNode(LabelNode, LabelNode, LabelNode, String) - Constructor for class org.mvel2.asm.tree.TryCatchBlockNode
-
- tryCatchBlocks - Variable in class org.mvel2.asm.tree.MethodNode
-
The try catch blocks of this method.
- TryCatchBlockSorter - Class in org.mvel2.asm.commons
-
- TryCatchBlockSorter(MethodVisitor, int, String, String, String, String[]) - Constructor for class org.mvel2.asm.commons.TryCatchBlockSorter
-
- TryCatchBlockSorter(int, MethodVisitor, int, String, String, String, String[]) - Constructor for class org.mvel2.asm.commons.TryCatchBlockSorter
-
- tryStaticAccess() - Method in class org.mvel2.optimizers.AbstractOptimizer
-
Try static access of the property, and return an instance of the Field, Method of Class if successful.
- tryStaticAccess() - Method in class org.mvel2.PropertyAccessor
-
Try static access of the property, and return an instance of the Field, Method of Class if successful.
- type - Variable in class org.mvel2.asm.Attribute
-
The type of this attribute.
- type - Variable in class org.mvel2.asm.tree.FrameNode
-
The type of this frame.
- type - Variable in class org.mvel2.asm.tree.TryCatchBlockNode
-
Internal name of the type of exceptions handled by the handler.
- Type - Class in org.mvel2.asm
-
A Java field or method type.
- TYPE_ARGUMENT - Static variable in class org.mvel2.asm.TypePath
-
A type path step that steps into a type argument of a generic type.
- TYPE_DECLARATION - Static variable in class org.mvel2.asm.util.Textifier
-
Constant used in
appendDescriptor for field or
method return value signatures, formatted in default Java notation
(non-bytecode)
- TYPE_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- TYPE_SIGNATURE - Static variable in class org.mvel2.asm.util.CheckSignatureAdapter
-
- TypeAnnotationNode - Class in org.mvel2.asm.tree
-
A node that represents a type annotationn.
- TypeAnnotationNode(int, TypePath, String) - Constructor for class org.mvel2.asm.tree.TypeAnnotationNode
-
- TypeAnnotationNode(int, int, TypePath, String) - Constructor for class org.mvel2.asm.tree.TypeAnnotationNode
-
- TypeCast - Class in org.mvel2.ast
-
- TypeCast(char[], int, int, Class, int, ParserContext) - Constructor for class org.mvel2.ast.TypeCast
-
- TypeDescriptor - Class in org.mvel2.ast
-
- TypeDescriptor(char[], int, int, int) - Constructor for class org.mvel2.ast.TypeDescriptor
-
- TypedVarNode - Class in org.mvel2.ast
-
- TypedVarNode(char[], int, int, int, Class, ParserContext) - Constructor for class org.mvel2.ast.TypedVarNode
-
- TypeInjectionResolverFactory - Interface in org.mvel2.integration.impl
-
This is a marker interface
- TypeInjectionResolverFactoryImpl - Class in org.mvel2.integration.impl
-
- TypeInjectionResolverFactoryImpl() - Constructor for class org.mvel2.integration.impl.TypeInjectionResolverFactoryImpl
-
- TypeInjectionResolverFactoryImpl(Map<String, Object>) - Constructor for class org.mvel2.integration.impl.TypeInjectionResolverFactoryImpl
-
- TypeInjectionResolverFactoryImpl(ParserContext, VariableResolverFactory) - Constructor for class org.mvel2.integration.impl.TypeInjectionResolverFactoryImpl
-
- TypeInjectionResolverFactoryImpl(Map<String, Object>, VariableResolverFactory) - Constructor for class org.mvel2.integration.impl.TypeInjectionResolverFactoryImpl
-
- TypeInjectionResolverFactoryImpl(Map<String, Object>, boolean) - Constructor for class org.mvel2.integration.impl.TypeInjectionResolverFactoryImpl
-
- TypeInsnNode - Class in org.mvel2.asm.tree
-
A node that represents a type instruction.
- TypeInsnNode(int, String) - Constructor for class org.mvel2.asm.tree.TypeInsnNode
-
- typePath - Variable in class org.mvel2.asm.tree.TypeAnnotationNode
-
The path to the annotated type argument, wildcard bound, array element
type, or static outer type within the referenced type.
- TypePath - Class in org.mvel2.asm
-
The path to a type argument, wildcard bound, array element type, or static
inner type within an enclosing type.
- typeRef - Variable in class org.mvel2.asm.tree.TypeAnnotationNode
-
A reference to the annotated type.
- TypeReference - Class in org.mvel2.asm
-
A reference to a type appearing in a class, field or method declaration, or
on an instruction.
- TypeReference(int) - Constructor for class org.mvel2.asm.TypeReference
-
Creates a new TypeReference.
- TYPES - Static variable in class org.mvel2.asm.util.Printer
-
- V1_1 - Static variable in interface org.mvel2.asm.Opcodes
-
- V1_2 - Static variable in interface org.mvel2.asm.Opcodes
-
- V1_3 - Static variable in interface org.mvel2.asm.Opcodes
-
- V1_4 - Static variable in interface org.mvel2.asm.Opcodes
-
- V1_5 - Static variable in interface org.mvel2.asm.Opcodes
-
- V1_6 - Static variable in interface org.mvel2.asm.Opcodes
-
- V1_7 - Static variable in interface org.mvel2.asm.Opcodes
-
- V1_8 - Static variable in interface org.mvel2.asm.Opcodes
-
- Value - Interface in org.mvel2.asm.tree.analysis
-
An immutable symbolic value for semantic interpretation of bytecode.
- value - Variable in class org.mvel2.asm.tree.FieldNode
-
The field's initial value.
- value - Variable in class org.mvel2.ast.ArraySize
-
- value - Variable in class org.mvel2.integration.impl.ItemResolverFactory.ItemResolver
-
- value - Variable in class org.mvel2.util.StackElement
-
- valueOf(Type) - Method in class org.mvel2.asm.commons.GeneratorAdapter
-
Generates the instructions to box the top stack value using Java 5's
valueOf() method.
- valueOf(String) - Static method in enum org.mvel2.ast.Proto.ReceiverType
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.mvel2.asm.tree.AnnotationNode
-
The name value pairs of this annotation.
- values() - Method in class org.mvel2.ast.Proto.ProtoInstance
-
- values() - Static method in enum org.mvel2.ast.Proto.ReceiverType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.mvel2.util.SimpleIndexHashMapWrapper
-
- var - Variable in class org.mvel2.asm.tree.IincInsnNode
-
Index of the local variable to be incremented.
- var - Variable in class org.mvel2.asm.tree.VarInsnNode
-
The operand of this instruction.
- VAR_INSN - Static variable in class org.mvel2.asm.tree.AbstractInsnNode
-
- Varargs - Class in org.mvel2.util
-
- Varargs() - Constructor for class org.mvel2.util.Varargs
-
- VariableAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- VariableAccessor(String) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.VariableAccessor
-
- variableFactory - Variable in class org.mvel2.compiler.AbstractParser
-
- variableIndexOf(String) - Method in class org.mvel2.ast.Proto.ProtoContextFactory
-
- variableIndexOf(String) - Method in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- variableIndexOf(String) - Method in class org.mvel2.integration.impl.ImmutableDefaultFactory
-
- variableIndexOf(String) - Method in class org.mvel2.integration.impl.SimpleVariableResolverFactory
-
- variableIndexOf(String) - Method in class org.mvel2.integration.impl.StackDemarcResolverFactory
-
- variableIndexOf(String) - Method in class org.mvel2.integration.impl.StackResetResolverFactory
-
- variableIndexOf(String) - Method in interface org.mvel2.integration.VariableResolverFactory
-
- variableIndexOf(String) - Method in class org.mvel2.ParserContext
-
- VariableResolver - Interface in org.mvel2.integration
-
A variable resolver is responsible for physically accessing a variable, for either read or write.
- VariableResolverFactory - Interface in org.mvel2.integration
-
A VariableResolverFactory is the primary integration point for tying in external variables.
- variableResolvers - Variable in class org.mvel2.integration.impl.BaseVariableResolverFactory
-
- variables - Variable in class org.mvel2.integration.impl.CachedMapVariableResolverFactory
-
Holds the instance of the variables.
- variables - Variable in class org.mvel2.integration.impl.CachingMapVariableResolverFactory
-
Holds the instance of the variables.
- variables - Variable in class org.mvel2.integration.impl.MapVariableResolverFactory
-
Holds the instance of the variables.
- variablesEscape - Variable in class org.mvel2.ParserContext
-
- VariableSpaceCompiler - Class in org.mvel2.util
-
- VariableSpaceCompiler() - Constructor for class org.mvel2.util.VariableSpaceCompiler
-
- VariableSpaceModel - Class in org.mvel2.util
-
- VariableSpaceModel() - Constructor for class org.mvel2.util.VariableSpaceModel
-
- VarInsnNode - Class in org.mvel2.asm.tree
-
A node that represents a local variable instruction.
- VarInsnNode(int, int) - Constructor for class org.mvel2.asm.tree.VarInsnNode
-
- verify(ClassReader, ClassLoader, boolean, PrintWriter) - Static method in class org.mvel2.asm.util.CheckClassAdapter
-
Checks a given class.
- verify(ClassReader, boolean, PrintWriter) - Static method in class org.mvel2.asm.util.CheckClassAdapter
-
Checks a given class
- verify(ParserContext, ASTNode) - Method in class org.mvel2.compiler.ExpressionCompiler
-
- version - Variable in class org.mvel2.asm.tree.ClassNode
-
The class version.
- version - Variable in class org.mvel2.asm.util.CheckMethodAdapter
-
The class version number.
- VERSION - Static variable in class org.mvel2.MVEL
-
- VERSION_SUB - Static variable in class org.mvel2.MVEL
-
- visibleAnnotations - Variable in class org.mvel2.asm.tree.ClassNode
-
The runtime visible annotations of this class.
- visibleAnnotations - Variable in class org.mvel2.asm.tree.FieldNode
-
The runtime visible annotations of this field.
- visibleAnnotations - Variable in class org.mvel2.asm.tree.MethodNode
-
The runtime visible annotations of this method.
- visibleLocalVariableAnnotations - Variable in class org.mvel2.asm.tree.MethodNode
-
The visible local variable annotations of this method.
- visibleParameterAnnotations - Variable in class org.mvel2.asm.tree.MethodNode
-
The runtime visible parameter annotations of this method.
- visibleTypeAnnotations - Variable in class org.mvel2.asm.tree.AbstractInsnNode
-
The runtime visible type annotations of this instruction.
- visibleTypeAnnotations - Variable in class org.mvel2.asm.tree.ClassNode
-
The runtime visible type annotations of this class.
- visibleTypeAnnotations - Variable in class org.mvel2.asm.tree.FieldNode
-
The runtime visible type annotations of this field.
- visibleTypeAnnotations - Variable in class org.mvel2.asm.tree.MethodNode
-
The runtime visible type annotations of this method.
- visibleTypeAnnotations - Variable in class org.mvel2.asm.tree.TryCatchBlockNode
-
The runtime visible type annotations on the exception handler type.
- visit(String, Object) - Method in class org.mvel2.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.ClassWriter
-
- visit(String, Object) - Method in class org.mvel2.asm.commons.RemappingAnnotationAdapter
-
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.commons.SerialVersionUIDAdder
-
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.commons.StaticInitMerger
-
- visit(String, Object) - Method in class org.mvel2.asm.tree.AnnotationNode
-
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.tree.ClassNode
-
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.util.ASMifier
-
- visit(String, Object) - Method in class org.mvel2.asm.util.ASMifier
-
- visit(String, Object) - Method in class org.mvel2.asm.util.CheckAnnotationAdapter
-
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.util.Printer
-
Class header.
- visit(String, Object) - Method in class org.mvel2.asm.util.Printer
-
Annotation value.
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.util.Textifier
-
- visit(String, Object) - Method in class org.mvel2.asm.util.Textifier
-
- visit(String, Object) - Method in class org.mvel2.asm.util.TraceAnnotationVisitor
-
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visit(String, Object) - Method in class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- visit(int, int, String, String, String, String[]) - Method in class org.mvel2.asm.xml.SAXClassAdapter
-
- visitAnnotation(String, String) - Method in class org.mvel2.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.ClassWriter
-
- visitAnnotation(String, String) - Method in class org.mvel2.asm.commons.RemappingAnnotationAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.commons.RemappingFieldAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotation(String, String) - Method in class org.mvel2.asm.tree.AnnotationNode
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.tree.ClassNode
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.tree.FieldNode
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitAnnotation(String, String) - Method in class org.mvel2.asm.util.ASMifier
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitAnnotation(String, String) - Method in class org.mvel2.asm.util.CheckAnnotationAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.util.CheckFieldAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitAnnotation(String, String) - Method in class org.mvel2.asm.util.Printer
-
Nested annotation value.
- visitAnnotation(String, String) - Method in class org.mvel2.asm.util.Textifier
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
Prints a disassembled view of the given annotation.
- visitAnnotation(String, String) - Method in class org.mvel2.asm.util.TraceAnnotationVisitor
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.util.TraceFieldVisitor
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitAnnotation(String, String) - Method in class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.xml.SAXClassAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitAnnotation(String, boolean) - Method in class org.mvel2.asm.xml.SAXFieldAdapter
-
- visitAnnotationDefault() - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitAnnotationDefault() - Method in class org.mvel2.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitAnnotationDefault() - Method in class org.mvel2.asm.tree.MethodNode
-
- visitAnnotationDefault() - Method in class org.mvel2.asm.util.ASMifier
-
- visitAnnotationDefault() - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitAnnotationDefault() - Method in class org.mvel2.asm.util.Printer
-
Method default annotation.
- visitAnnotationDefault() - Method in class org.mvel2.asm.util.Textifier
-
- visitAnnotationDefault() - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitAnnotationDefault() - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitAnnotationEnd() - Method in class org.mvel2.asm.util.ASMifier
-
- visitAnnotationEnd() - Method in class org.mvel2.asm.util.Printer
-
Annotation end.
- visitAnnotationEnd() - Method in class org.mvel2.asm.util.Textifier
-
- visitArray(String) - Method in class org.mvel2.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitArray(String) - Method in class org.mvel2.asm.commons.RemappingAnnotationAdapter
-
- visitArray(String) - Method in class org.mvel2.asm.tree.AnnotationNode
-
- visitArray(String) - Method in class org.mvel2.asm.util.ASMifier
-
- visitArray(String) - Method in class org.mvel2.asm.util.CheckAnnotationAdapter
-
- visitArray(String) - Method in class org.mvel2.asm.util.Printer
-
Annotation array value.
- visitArray(String) - Method in class org.mvel2.asm.util.Textifier
-
- visitArray(String) - Method in class org.mvel2.asm.util.TraceAnnotationVisitor
-
- visitArray(String) - Method in class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- visitArrayType() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitArrayType() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits a signature corresponding to an array type.
- visitArrayType() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitArrayType() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitArrayType() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class org.mvel2.asm.ClassWriter
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitAttribute(Attribute) - Method in class org.mvel2.asm.tree.ClassNode
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.tree.FieldNode
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.util.ASMifier
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.util.CheckFieldAdapter
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.util.Textifier
-
Prints a disassembled view of the given attribute.
- visitAttribute(Attribute) - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.util.TraceFieldVisitor
-
- visitAttribute(Attribute) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitBaseType(char) - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitBaseType(char) - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits a signature corresponding to a primitive type.
- visitBaseType(char) - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitBaseType(char) - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitBaseType(char) - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitClassAnnotation(String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitClassAnnotation(String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Class annotation.
- visitClassAnnotation(String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitClassAttribute(Attribute) - Method in class org.mvel2.asm.util.ASMifier
-
- visitClassAttribute(Attribute) - Method in class org.mvel2.asm.util.Printer
-
Class attribute.
- visitClassAttribute(Attribute) - Method in class org.mvel2.asm.util.Textifier
-
- visitClassBound() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitClassBound() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits the class bound of the last visited formal type parameter.
- visitClassBound() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitClassBound() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitClassBound() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitClassEnd() - Method in class org.mvel2.asm.util.ASMifier
-
- visitClassEnd() - Method in class org.mvel2.asm.util.Printer
-
Class end.
- visitClassEnd() - Method in class org.mvel2.asm.util.Textifier
-
- visitClassType(String) - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitClassType(String) - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Starts the visit of a signature corresponding to a class or interface
type.
- visitClassType(String) - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitClassType(String) - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitClassType(String) - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitClassTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitClassTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Class type annotation.
- visitClassTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitCode() - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitCode() - Method in class org.mvel2.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitCode() - Method in class org.mvel2.asm.tree.MethodNode
-
- visitCode() - Method in class org.mvel2.asm.util.ASMifier
-
- visitCode() - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitCode() - Method in class org.mvel2.asm.util.Printer
-
Method start.
- visitCode() - Method in class org.mvel2.asm.util.Textifier
-
- visitCode() - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitCode() - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitEnd() - Method in class org.mvel2.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class org.mvel2.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class org.mvel2.asm.ClassWriter
-
- visitEnd() - Method in class org.mvel2.asm.commons.JSRInlinerAdapter
-
If any JSRs were seen, triggers the inlining process.
- visitEnd() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitEnd() - Method in class org.mvel2.asm.commons.SerialVersionUIDAdder
-
- visitEnd() - Method in class org.mvel2.asm.commons.StaticInitMerger
-
- visitEnd() - Method in class org.mvel2.asm.commons.TryCatchBlockSorter
-
- visitEnd() - Method in class org.mvel2.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class org.mvel2.asm.MethodVisitor
-
Visits the end of the method.
- visitEnd() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Ends the visit of a signature corresponding to a class or interface type.
- visitEnd() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitEnd() - Method in class org.mvel2.asm.tree.AnnotationNode
-
- visitEnd() - Method in class org.mvel2.asm.tree.ClassNode
-
- visitEnd() - Method in class org.mvel2.asm.tree.FieldNode
-
- visitEnd() - Method in class org.mvel2.asm.tree.MethodNode
-
- visitEnd() - Method in class org.mvel2.asm.util.CheckAnnotationAdapter
-
- visitEnd() - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visitEnd() - Method in class org.mvel2.asm.util.CheckFieldAdapter
-
- visitEnd() - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitEnd() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitEnd() - Method in class org.mvel2.asm.util.TraceAnnotationVisitor
-
- visitEnd() - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visitEnd() - Method in class org.mvel2.asm.util.TraceFieldVisitor
-
- visitEnd() - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitEnd() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitEnd() - Method in class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- visitEnd() - Method in class org.mvel2.asm.xml.SAXClassAdapter
-
- visitEnd() - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitEnd() - Method in class org.mvel2.asm.xml.SAXFieldAdapter
-
- visitEnum(String, String, String) - Method in class org.mvel2.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitEnum(String, String, String) - Method in class org.mvel2.asm.commons.RemappingAnnotationAdapter
-
- visitEnum(String, String, String) - Method in class org.mvel2.asm.tree.AnnotationNode
-
- visitEnum(String, String, String) - Method in class org.mvel2.asm.util.ASMifier
-
- visitEnum(String, String, String) - Method in class org.mvel2.asm.util.CheckAnnotationAdapter
-
- visitEnum(String, String, String) - Method in class org.mvel2.asm.util.Printer
-
Annotation enum value.
- visitEnum(String, String, String) - Method in class org.mvel2.asm.util.Textifier
-
- visitEnum(String, String, String) - Method in class org.mvel2.asm.util.TraceAnnotationVisitor
-
- visitEnum(String, String, String) - Method in class org.mvel2.asm.xml.SAXAnnotationAdapter
-
- visitExceptionType() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitExceptionType() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits the type of a method exception.
- visitExceptionType() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitExceptionType() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitExceptionType() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.ClassWriter
-
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.commons.SerialVersionUIDAdder
-
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.tree.ClassNode
-
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.util.ASMifier
-
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.util.Printer
-
Class field.
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.util.Textifier
-
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visitField(int, String, String, String, Object) - Method in class org.mvel2.asm.xml.SAXClassAdapter
-
- visitFieldAnnotation(String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitFieldAnnotation(String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Field annotation.
- visitFieldAnnotation(String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitFieldAttribute(Attribute) - Method in class org.mvel2.asm.util.ASMifier
-
- visitFieldAttribute(Attribute) - Method in class org.mvel2.asm.util.Printer
-
Field attribute.
- visitFieldAttribute(Attribute) - Method in class org.mvel2.asm.util.Textifier
-
- visitFieldEnd() - Method in class org.mvel2.asm.util.ASMifier
-
- visitFieldEnd() - Method in class org.mvel2.asm.util.Printer
-
Field end.
- visitFieldEnd() - Method in class org.mvel2.asm.util.Textifier
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a field instruction.
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.util.ASMifier
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.util.Textifier
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitFieldInsn(int, String, String, String) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitFieldTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitFieldTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Field type annotation.
- visitFieldTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitFormalTypeParameter(String) - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitFormalTypeParameter(String) - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits a formal type parameter.
- visitFormalTypeParameter(String) - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitFormalTypeParameter(String) - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitFormalTypeParameter(String) - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.commons.LocalVariablesSorter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack
elements.
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.util.ASMifier
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.util.Printer
-
Method stack frame.
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.util.Textifier
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.commons.LocalVariablesSorter
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.MethodVisitor
-
Visits an IINC instruction.
- visitIincInsn(int, int) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.util.ASMifier
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitIincInsn(int, int) - Method in class org.mvel2.asm.util.Textifier
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitIincInsn(int, int) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.ClassWriter
-
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.commons.SerialVersionUIDAdder
-
Handle a bizarre special case.
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.tree.ClassNode
-
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.util.ASMifier
-
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.util.Printer
-
Class inner name.
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.util.Textifier
-
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visitInnerClass(String, String, String, int) - Method in class org.mvel2.asm.xml.SAXClassAdapter
-
- visitInnerClassType(String) - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitInnerClassType(String) - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits an inner class.
- visitInnerClassType(String) - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitInnerClassType(String) - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitInnerClassType(String) - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitInsn(int) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitInsn(int) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitInsn(int) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitInsn(int) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitInsn(int) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsn(int) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitInsn(int) - Method in class org.mvel2.asm.util.ASMifier
-
- visitInsn(int) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitInsn(int) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitInsn(int) - Method in class org.mvel2.asm.util.Textifier
-
- visitInsn(int) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitInsn(int) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Instruction type annotation.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitInterface() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitInterface() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits the type of an interface implemented by the class.
- visitInterface() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitInterface() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitInterface() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitInterfaceBound() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitInterfaceBound() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits an interface bound of the last visited formal type parameter.
- visitInterfaceBound() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitInterfaceBound() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitInterfaceBound() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitIntInsn(int, int) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.util.ASMifier
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitIntInsn(int, int) - Method in class org.mvel2.asm.util.Textifier
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitIntInsn(int, int) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.util.ASMifier
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.util.Textifier
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.commons.JSRInlinerAdapter
-
Detects a JSR instruction and sets a flag to indicate we will need to do
inlining.
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a jump instruction.
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.util.ASMifier
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.util.Textifier
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitJumpInsn(int, Label) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitLabel(Label) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitLabel(Label) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitLabel(Label) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitLabel(Label) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a label.
- visitLabel(Label) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitLabel(Label) - Method in class org.mvel2.asm.util.ASMifier
-
- visitLabel(Label) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitLabel(Label) - Method in class org.mvel2.asm.util.Printer
-
Method label.
- visitLabel(Label) - Method in class org.mvel2.asm.util.Textifier
-
- visitLabel(Label) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitLabel(Label) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLdcInsn(Object) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.util.ASMifier
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitLdcInsn(Object) - Method in class org.mvel2.asm.util.Textifier
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitLdcInsn(Object) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitLine(String, int) - Method in class org.mvel2.ParserContext
-
- visitLineNumber(int, Label) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a line number declaration.
- visitLineNumber(int, Label) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitLineNumber(int, Label) - Method in class org.mvel2.asm.util.ASMifier
-
- visitLineNumber(int, Label) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitLineNumber(int, Label) - Method in class org.mvel2.asm.util.Printer
-
Method debug info.
- visitLineNumber(int, Label) - Method in class org.mvel2.asm.util.Textifier
-
- visitLineNumber(int, Label) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitLineNumber(int, Label) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.commons.LocalVariablesSorter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.util.ASMifier
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.util.Printer
-
Method debug info.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.util.Textifier
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.commons.LocalVariablesSorter
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Local variable type annotation.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.util.ASMifier
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.util.Textifier
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitMaxs(int, int) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitMaxs(int, int) - Method in class org.mvel2.asm.commons.LocalVariablesSorter
-
- visitMaxs(int, int) - Method in class org.mvel2.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables
of the method.
- visitMaxs(int, int) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitMaxs(int, int) - Method in class org.mvel2.asm.util.ASMifier
-
- visitMaxs(int, int) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitMaxs(int, int) - Method in class org.mvel2.asm.util.Printer
-
Method max stack and max locals.
- visitMaxs(int, int) - Method in class org.mvel2.asm.util.Textifier
-
- visitMaxs(int, int) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitMaxs(int, int) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.ClassWriter
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.commons.SerialVersionUIDAdder
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.commons.StaticInitMerger
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.tree.ClassNode
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.util.ASMifier
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.util.Printer
-
Class method.
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.util.Textifier
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visitMethod(int, String, String, String, String[]) - Method in class org.mvel2.asm.xml.SAXClassAdapter
-
- visitMethodAnnotation(String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitMethodAnnotation(String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Method annotation.
- visitMethodAnnotation(String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitMethodAttribute(Attribute) - Method in class org.mvel2.asm.util.ASMifier
-
- visitMethodAttribute(Attribute) - Method in class org.mvel2.asm.util.Printer
-
Method attribute.
- visitMethodAttribute(Attribute) - Method in class org.mvel2.asm.util.Textifier
-
- visitMethodEnd() - Method in class org.mvel2.asm.util.ASMifier
-
- visitMethodEnd() - Method in class org.mvel2.asm.util.Printer
-
Method end.
- visitMethodEnd() - Method in class org.mvel2.asm.util.Textifier
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.MethodVisitor
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a method instruction.
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.tree.MethodNode
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.util.ASMifier
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.util.Printer
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.util.Textifier
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitMethodInsn(int, String, String, String) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitMethodTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitMethodTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Method type annotation.
- visitMethodTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.util.ASMifier
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.util.Textifier
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitMultiANewArrayInsn(String, int) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.ClassWriter
-
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.tree.ClassNode
-
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.util.ASMifier
-
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.util.Printer
-
Class outer class.
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.util.Textifier
-
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visitOuterClass(String, String, String) - Method in class org.mvel2.asm.xml.SAXClassAdapter
-
- visitParameter(String, int) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameter(String, int) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitParameter(String, int) - Method in class org.mvel2.asm.util.ASMifier
-
- visitParameter(String, int) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitParameter(String, int) - Method in class org.mvel2.asm.util.Printer
-
Method parameter.
- visitParameter(String, int) - Method in class org.mvel2.asm.util.Textifier
-
- visitParameter(String, int) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitParameter(String, int) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.mvel2.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitParameterAnnotation(int, String, boolean) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Method parameter annotation.
- visitParameterAnnotation(int, String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitParameterType() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitParameterType() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits the type of a method parameter.
- visitParameterType() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitParameterType() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitParameterType() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitReturnType() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitReturnType() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits the return type of the method.
- visitReturnType() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitReturnType() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitReturnType() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitSource(String, String) - Method in class org.mvel2.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class org.mvel2.asm.ClassWriter
-
- visitSource(String, String) - Method in class org.mvel2.asm.tree.ClassNode
-
- visitSource(String, String) - Method in class org.mvel2.asm.util.ASMifier
-
- visitSource(String, String) - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visitSource(String, String) - Method in class org.mvel2.asm.util.Printer
-
Class source.
- visitSource(String, String) - Method in class org.mvel2.asm.util.Textifier
-
- visitSource(String, String) - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visitSource(String, String) - Method in class org.mvel2.asm.xml.SAXClassAdapter
-
- visitSuperclass() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitSuperclass() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits the type of the super class.
- visitSuperclass() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitSuperclass() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitSuperclass() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.util.ASMifier
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.util.Textifier
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Printer
-
Try catch block type annotation.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a try catch block.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.util.ASMifier
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.util.Printer
-
Method exception handler.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.util.Textifier
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.ClassWriter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.commons.RemappingClassAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.commons.RemappingFieldAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.tree.ClassNode
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.tree.FieldNode
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitTypeAnnotation(String, int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.ASMifier
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.CheckClassAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.CheckFieldAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.Textifier
-
Prints a disassembled view of the given type annotation.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.TraceClassVisitor
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.TraceFieldVisitor
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.xml.SAXClassAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.mvel2.asm.xml.SAXFieldAdapter
-
- visitTypeArgument() - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitTypeArgument(char) - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitTypeArgument() - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits an unbounded type argument of the last visited class or inner
class type.
- visitTypeArgument(char) - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits a type argument of the last visited class or inner class type.
- visitTypeArgument() - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitTypeArgument(char) - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitTypeArgument() - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitTypeArgument(char) - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitTypeArgument() - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitTypeArgument(char) - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.commons.RemappingMethodAdapter
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a type instruction.
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.util.ASMifier
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.util.Textifier
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitTypeInsn(int, String) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- visitTypeVariable(String) - Method in class org.mvel2.asm.commons.RemappingSignatureAdapter
-
- visitTypeVariable(String) - Method in class org.mvel2.asm.signature.SignatureVisitor
-
Visits a signature corresponding to a type variable.
- visitTypeVariable(String) - Method in class org.mvel2.asm.signature.SignatureWriter
-
- visitTypeVariable(String) - Method in class org.mvel2.asm.util.CheckSignatureAdapter
-
- visitTypeVariable(String) - Method in class org.mvel2.asm.util.TraceSignatureVisitor
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.commons.AdviceAdapter
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.commons.AnalyzerAdapter
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.commons.CodeSizeEvaluator
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.commons.InstructionAdapter
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.commons.LocalVariablesSorter
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.MethodVisitor
-
Visits a local variable instruction.
- visitVarInsn(int, int) - Method in class org.mvel2.asm.tree.MethodNode
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.util.ASMifier
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.util.CheckMethodAdapter
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.util.Printer
-
Method instruction.
- visitVarInsn(int, int) - Method in class org.mvel2.asm.util.Textifier
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.util.TraceMethodVisitor
-
- visitVarInsn(int, int) - Method in class org.mvel2.asm.xml.SAXCodeAdapter
-
- VOID - Static variable in class org.mvel2.asm.Type
-
The sort of the void type.
- VOID_TYPE - Static variable in class org.mvel2.asm.Type
-
The void type.