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 TemplateEngine.TemplateExpression[]TemplateScript. calleeScripts(Scope scope, TemplateEngine.Block[] blocks, JexlNode.Info[] callSites)Creates the expression array from the list of blocks.private static voidTemplateScript. collectPrintScope(JexlNode node, JexlNode.Info[] callSites)Collects the call-site surrounding a call to jexl:print(i).private static ScopeTemplateScript. scopeOf(JexlNode.Info info, Scope scope)Gets the scope from a node info. -
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 booleanJexlParser. isSymbolDeclared(JexlNode.Info info, int symbol)Checks if a symbol is defined in lexical scopes.
-