public abstract class AstNode extends Object implements IAstNode
| Modifier and Type | Field and Description |
|---|---|
protected int |
endoffset |
protected int |
line |
protected int |
offset |
protected TypesTree.TextSource |
source |
| Constructor and Description |
|---|
AstNode(TypesTree.TextSource source,
int line,
int offset,
int endoffset) |
protected TypesTree.TextSource source
protected int line
protected int offset
protected int endoffset
public AstNode(TypesTree.TextSource source, int line, int offset, int endoffset)
public int getEndoffset()
getEndoffset in interface IAstNodepublic TypesTree.TextSource getSource()
Copyright © 2014. All rights reserved.