
public abstract class JNode extends Object implements JVisitable, HasSourceInfo, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
JNode(SourceInfo info) |
| Modifier and Type | Method and Description |
|---|---|
SourceInfo |
getSourceInfo()
Return the source info associated with this object.
|
void |
setSourceInfo(SourceInfo info) |
String |
toSource() |
String |
toString() |
traverseprotected JNode(SourceInfo info)
public SourceInfo getSourceInfo()
HasSourceInfogetSourceInfo in interface HasSourceInfopublic void setSourceInfo(SourceInfo info)
public final String toSource()
Copyright © 2018. All rights reserved.