Package com.randomnoun.common.jexl.ast
Class NodeListOptional
java.lang.Object
com.randomnoun.common.jexl.ast.NodeListOptional
- All Implemented Interfaces:
Node
,NodeListInterface
,Serializable
Represents an optional grammar list, e.g. ( A )*
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodes
-
-
Constructor Details
-
NodeListOptional
public NodeListOptional() -
NodeListOptional
-
-
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
-
present
-
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
-