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() |
traverse
protected JNode(SourceInfo info)
public SourceInfo getSourceInfo()
HasSourceInfo
getSourceInfo
in interface HasSourceInfo
public void setSourceInfo(SourceInfo info)
public final String toSource()
Copyright © 2018. All rights reserved.