| Constructor and Description |
|---|
SequenceNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(INodeVisitor visitor) |
boolean |
equals(Object obj) |
abstract char |
getCloseChar() |
abstract char |
getOpenChar() |
int |
hashCode() |
String |
toString() |
public abstract char getOpenChar()
public abstract char getCloseChar()
public boolean equals(Object obj)
public String toString()
public abstract void accept(INodeVisitor visitor)
Copyright © 2017. All Rights Reserved.