|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.CompilationUnit.ImportDeclaration
public abstract static class Java.CompilationUnit.ImportDeclaration
Base class for the various IMPORT declarations.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.janino.Java.Located |
|---|
NOWHERE |
| Constructor Summary | |
|---|---|
Java.CompilationUnit.ImportDeclaration(Location location)
|
|
| Method Summary | |
|---|---|
abstract void |
accept(Visitor.ImportVisitor visitor)
Invokes the ' visit...()' method of Visitor.ImportVisitor for the concrete Java.CompilationUnit.SingleTypeImportDeclaration type. |
| Methods inherited from class org.codehaus.janino.Java.Located |
|---|
getLocation, throwCompileException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Java.CompilationUnit.ImportDeclaration(Location location)
| Method Detail |
|---|
public abstract void accept(Visitor.ImportVisitor visitor)
visit...()' method of Visitor.ImportVisitor for the concrete Java.CompilationUnit.SingleTypeImportDeclaration type.
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||