public interface LanguageObject extends Cloneable
LanguageVisitor
to work.| Modifier and Type | Interface and Description |
|---|---|
static class |
LanguageObject.Util |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(LanguageVisitor visitor)
Method for accepting a visitor.
|
Object |
clone()
Implement clone to make objects cloneable.
|
void acceptVisitor(LanguageVisitor visitor)
visitor - Visitor being usedObject clone()
Copyright © 2019. All rights reserved.