Uses of Class
org.mvel2.ParserConfiguration
-
Packages that use ParserConfiguration Package Description org.mvel2 org.mvel2.compiler org.mvel2.integration.impl -
-
Uses of ParserConfiguration in org.mvel2
Subclasses of ParserConfiguration in org.mvel2 Modifier and Type Class Description classSandboxedParserConfigurationMethods in org.mvel2 that return ParserConfiguration Modifier and Type Method Description ParserConfigurationParserContext. getParserConfiguration()Constructors in org.mvel2 with parameters of type ParserConfiguration Constructor Description ParserContext(ParserConfiguration parserConfiguration)ParserContext(ParserConfiguration parserConfiguration, Object evaluationContext)ParserContext(ParserConfiguration parserConfiguration, ParserContext parent, boolean functionContext) -
Uses of ParserConfiguration in org.mvel2.compiler
Methods in org.mvel2.compiler that return ParserConfiguration Modifier and Type Method Description ParserConfigurationCompiledExpression. getParserConfiguration()Constructors in org.mvel2.compiler with parameters of type ParserConfiguration Constructor Description CompiledExpression(ASTLinkedList astMap, String sourceName, Class egressType, ParserConfiguration parserConfiguration, boolean literalOnly) -
Uses of ParserConfiguration in org.mvel2.integration.impl
Constructors in org.mvel2.integration.impl with parameters of type ParserConfiguration Constructor Description ClassImportResolverFactory(ParserConfiguration pCfg, VariableResolverFactory nextFactory, boolean compiled)
-