public class DefinitionFileWrapper extends java.lang.Object implements TreeElement
| Modifier and Type | Field and Description |
|---|---|
private DefinitionFile |
defFile
the defFile.
|
| Constructor and Description |
|---|
DefinitionFileWrapper(DefinitionFile defFile)
Constructor for DefinitionFileWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TreeElementVisitor vis)
Accepts a TreeElementVisitor.
|
DefinitionFile |
getDefFile() |
java.lang.String |
toString() |
private final DefinitionFile defFile
public DefinitionFileWrapper(DefinitionFile defFile)
defFile - The defFile to wrap.public DefinitionFile getDefFile()
public java.lang.String toString()
toString in interface TreeElementtoString in class java.lang.Objectpublic void accept(TreeElementVisitor vis)
TreeElementaccept in interface TreeElementvis - the visitor.