public class ConfigurationCategoryWrapper extends java.lang.Object implements TreeElement
| Constructor and Description |
|---|
ConfigurationCategoryWrapper()
The ConfigurationCategoryWrapper constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeElementVisitor vis)
Accepts a TreeElementVisitor.
|
java.lang.String |
toString() |
public ConfigurationCategoryWrapper()
public java.lang.String toString()
toString in interface TreeElementtoString in class java.lang.Objectpublic void accept(TreeElementVisitor vis)
TreeElementaccept in interface TreeElementvis - the visitor.