Uses of Class
org.apache.commons.jexl3.parser.JexlNode.Info
Packages that use JexlNode.Info
Package
Description
Provides utilities for introspection services.
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.InfoModifier and TypeMethodDescriptionprivate static ScopeTemplateScript.scopeOf(JexlNode.Info info) Gets the scope from an info.Method parameters in org.apache.commons.jexl3.internal with type arguments of type JexlNode.InfoModifier and TypeMethodDescriptionprivate static voidTemplateScript.collectPrintScope(JexlNode node, Map<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.InfoModifier and TypeMethodDescriptionprivate booleanJexlParser.isSymbolDeclared(JexlNode.Info info, int symbol) Checks if a symbol is defined in lexical scopes.