Package com.randomnoun.common.jexl.ast
Class NodeList
java.lang.Object
com.randomnoun.common.jexl.ast.NodeList
- All Implemented Interfaces:
Node
,NodeListInterface
,Serializable
Represents a grammar list, e.g. ( A )+
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodes
-
-
Constructor Details
-
NodeList
public NodeList() -
NodeList
-
-
Method Details
-
addNode
- Specified by:
addNode
in interfaceNodeListInterface
-
elements
- Specified by:
elements
in interfaceNodeListInterface
-
elementAt
- Specified by:
elementAt
in interfaceNodeListInterface
-
size
- Specified by:
size
in interfaceNodeListInterface
-
accept
- Specified by:
accept
in interfaceNode
- Specified by:
accept
in interfaceNodeListInterface
-
accept
- Specified by:
accept
in interfaceNode
- Specified by:
accept
in interfaceNodeListInterface
-
accept
- Specified by:
accept
in interfaceNode
- Specified by:
accept
in interfaceNodeListInterface
-
accept
- Specified by:
accept
in interfaceNode
- Specified by:
accept
in interfaceNodeListInterface
-