public class TraceNode extends CompositeGeneratorNode
| Constructor and Description |
|---|
TraceNode(ILocationData sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
ILocationData |
getSourceLocation() |
boolean |
isUseForDebugging() |
void |
setSourceLocation(ILocationData sourceLocation) |
void |
setUseForDebugging(boolean useForDebugging) |
getChildren, toStringpublic TraceNode(ILocationData sourceLocation)
public ILocationData getSourceLocation()
public void setSourceLocation(ILocationData sourceLocation)
public boolean isUseForDebugging()
public void setUseForDebugging(boolean useForDebugging)