Package org.apache.commons.jexl3.parser
Class JexlNode.Info
java.lang.Object
org.apache.commons.jexl3.JexlInfo
org.apache.commons.jexl3.parser.JexlNode.Info
- Enclosing class:
- JexlNode
An info bound to its node.
Used to parse expressions for templates.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.jexl3.JexlInfo
JexlInfo.Detail
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
JexlNode node
-
-
Constructor Details
-
Info
Default ctor.- Parameters:
jnode
- the node
-
Info
Copy ctor.- Parameters:
jnode
- the nodeinfo
- the
-
Info
Full detail ctor.- Parameters:
jnode
- the nodename
- the file namel
- the linec
- the column
-
-
Method Details
-
getNode
- Returns:
- the node this info is bound to
-
at
Description copied from class:JexlInfo
Creates info reusing the name. -
detach
-