public abstract class TypeNode extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
accept(TypeNodeVisitor<T> visitor) |
abstract SourceLocation |
sourceLocation() |
abstract String |
toString()
Returns round-trippable (through the parser) source code for this node.
|
public abstract SourceLocation sourceLocation()
public abstract <T> T accept(TypeNodeVisitor<T> visitor)