Package org.apache.commons.jexl3.parser
Class JexlNode.Info
- java.lang.Object
-
- org.apache.commons.jexl3.JexlInfo
-
- org.apache.commons.jexl3.parser.JexlNode.Info
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.jexl3.JexlInfo
JexlInfo.Detail
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JexlInfoat(int l, int c)Creates info reusing the name.JexlInfodetach()Gets this instance or a copy without any decorationsJexlNodegetNode()
-
-
-
Field Detail
-
node
JexlNode node
-
-
Method Detail
-
at
public JexlInfo at(int l, int c)
Description copied from class:JexlInfoCreates info reusing the name.
-
detach
public JexlInfo detach()
Description copied from class:JexlInfoGets this instance or a copy without any decorations
-
getNode
public JexlNode getNode()
- Returns:
- the node this info is bound to
-
-