public class ListNode extends SequenceNode
elements| Constructor and Description |
|---|
ListNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(INodeVisitor visitor) |
char |
getCloseChar() |
char |
getOpenChar() |
equals, hashCode, toStringpublic void accept(INodeVisitor visitor)
accept in interface INodeaccept in class SequenceNodepublic char getOpenChar()
getOpenChar in class SequenceNodepublic char getCloseChar()
getCloseChar in class SequenceNodeCopyright © 2017. All Rights Reserved.