- 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
-
- 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
-
- 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 interface org.mvel2.DataTypes
-
- 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
-
- checkArgumentCount(int) - Method in class org.mvel2.ast.Function
-
- checkBreak(LineLabel, VariableResolverFactory, CompiledExpression) - Method in class org.mvel2.debug.DebuggerContext
-
- 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.
- checkNameSafety(String) - Static method in class org.mvel2.util.ParseTools
-
- checkParmTypesCache(Method) - Static method in class org.mvel2.PropertyAccessor
-
- CHOR - Static variable in interface org.mvel2.Operator
-
- CLASS_LITERALS - Static variable in class org.mvel2.compiler.AbstractParser
-
- 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
-
- 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
-
- clearThreadAccessorOptimizer() - Static method in class org.mvel2.optimizers.OptimizerFactory
-
- 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
-
- 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
-
- 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
-
- ConstructorAccessor - Class in org.mvel2.optimizers.impl.refl.nodes
-
- ConstructorAccessor(Constructor, ExecutableStatement[]) - Constructor for class org.mvel2.optimizers.impl.refl.nodes.ConstructorAccessor
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.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
-
- 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
-
- EQUAL - Static variable in interface org.mvel2.Operator
-
- 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.
- 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(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
-
- 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
-
- 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.
- IDENTIFIER - Static variable in class org.mvel2.ast.ASTNode
-
- 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
-
- 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
-
- ifThenElseBlockContinues() - Method in class org.mvel2.compiler.AbstractParser
-
Checking from the current cursor position, check to see if the if-then-else block continues.
- 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
-
- 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.
- 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() - 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(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
-
- 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
-
- 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.
- 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 - Static variable in interface org.mvel2.Operator
-
- 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.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
-
- 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
-
- 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
-
- 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
-
- INVOKED_METHOD_EXCEPTIONS_BUBBLE - Static variable in class org.mvel2.MVEL
-
- 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
-
- isAssignable(Class, Class) - Static method in class org.mvel2.util.PropertyTools
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- isUndimensionedArray() - Method in class org.mvel2.ast.TypeDescriptor
-
- 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.templates.SimpleTemplateRegistry
-
- iterator() - Method in interface org.mvel2.templates.TemplateRegistry
-
- iterator() - Method in class org.mvel2.util.FastList
-
- 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
-
- 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
-
- 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.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
-
- 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
-
- 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
-
- 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
-
- SHORT - Static variable in interface org.mvel2.DataTypes
-
- 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
-
- Sign - Class in org.mvel2.ast
-
- Sign(char[], int, int, int, ParserContext) - Constructor for class org.mvel2.ast.Sign
-
- 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
-
- 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
-
- singleton - Variable in class org.mvel2.ast.Function
-
- 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
-
- 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
-
- splitAccumulator - Variable in class org.mvel2.compiler.AbstractParser
-
- st - Variable in class org.mvel2.compiler.AbstractParser
-
- 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.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
-
- 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
-
- 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 - Static variable in interface org.mvel2.Operator
-
- STOREFIELD - Static variable in interface org.mvel2.Operator
-
- storeInLiteralRegister(Object) - Method in class org.mvel2.ast.ASTNode
-
- 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 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
-
- SWAP - Static variable in interface org.mvel2.Operator
-
- SWITCH - Static variable in interface org.mvel2.Operator
-
- 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
-
- 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
-
- 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.util.FastList
-
- toArray(Object[]) - Method in class org.mvel2.util.FastList
-
- 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
-
- toPrimitiveArrayType(Class<?>) - Static method in class org.mvel2.util.ReflectionUtil
-
- 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
-
- 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
-
- 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.
- 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
-