public interface TreeElement
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeElementVisitor vis)
Accepts a TreeElementVisitor.
|
java.lang.String |
toString() |
java.lang.String toString()
toString in class java.lang.Objectvoid accept(TreeElementVisitor vis)
vis - the visitor.