Uses of Class
org.apache.commons.jexl3.parser.JexlNode.Info
-
Packages that use JexlNode.Info Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services.org.apache.commons.jexl3.parser Contains the Parser for JEXL script. -
-
Uses of JexlNode.Info in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type JexlNode.Info Modifier and Type Method Description private static Scope
TemplateScript. scopeOf(JexlNode.Info info)
Gets the scope from an info.Method parameters in org.apache.commons.jexl3.internal with type arguments of type JexlNode.Info Modifier and Type Method Description private static void
TemplateScript. collectPrintScope(JexlNode node, java.util.Map<java.lang.Integer,JexlNode.Info> minfo)
Collects the scope surrounding a call to jexl:print(i). -
Uses of JexlNode.Info in org.apache.commons.jexl3.parser
Methods in org.apache.commons.jexl3.parser with parameters of type JexlNode.Info Modifier and Type Method Description private boolean
JexlParser. isSymbolDeclared(JexlNode.Info info, int symbol)
Checks if a symbol is defined in lexical scopes.
-