public abstract class AstNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
endpos |
protected int |
startpos |
| Constructor and Description |
|---|
AstNode(int startpos,
int endpos) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndPos() |
int |
getStartPos() |
java.lang.String |
stringify() |
abstract java.lang.String |
stringify(boolean includePositionInfo) |