public class SetNode extends SequenceNode
elements| Constructor and Description |
|---|
SetNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(INodeVisitor visitor) |
Set<INode> |
elementsAsSet() |
boolean |
equals(Object obj) |
char |
getCloseChar() |
char |
getOpenChar() |
hashCode, toStringpublic void accept(INodeVisitor visitor)
accept in interface INodeaccept in class SequenceNodepublic char getOpenChar()
getOpenChar in class SequenceNodepublic char getCloseChar()
getCloseChar in class SequenceNodepublic boolean equals(Object obj)
equals in interface INodeequals in class SequenceNodeCopyright © 2017. All Rights Reserved.