public abstract class AbstractNode extends java.lang.Object implements Node
| Constructor and Description |
|---|
AbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
getSourceLocation() |
void |
setSourceLocation(SourceLocation sourceLocation) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildren, isEqualTopublic void setSourceLocation(SourceLocation sourceLocation)
public SourceLocation getSourceLocation()
getSourceLocation in interface Node