public final class PackageImport extends ImportBase
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ASTVisitor visitor)
Accept visitor for a visit.
|
static PackageImport |
construct(Name name)
Construct import with denoted name.
|
accept, acceptChildren, getNameaccept, accept, print, printCore, toString, toStringCoreequals, getClass, hashCode, notify, notifyAll, wait, wait, waitprint, printCore, toString, toStringCorepublic static PackageImport construct(Name name)
name - the name.public void accept(ASTVisitor visitor)
accept in interface ASTaccept in class ImportBasevisitor - the visitor who is accepted by this node.