public abstract class TokenNode extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
chars |
protected List<TokenNode> |
children |
| Constructor and Description |
|---|
TokenNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(char c) |
void |
add(String string) |
void |
add(StringBuilder stringBuilder) |
void |
addChild(TokenNode o) |
void |
closeCont() |
abstract void |
dump(PrintStream p,
String indent) |
StringBuilder |
getChars() |
List<TokenNode> |
getChildren() |
protected StringBuilder chars
public void add(char c)
public void addChild(TokenNode o)
public void add(StringBuilder stringBuilder)
public void add(String string)
public abstract void dump(PrintStream p, String indent)
public void closeCont()
public StringBuilder getChars()
Copyright © 2020. All rights reserved.