Package org.codehaus.janino
Interface Visitor.ImportVisitor<R,EX extends java.lang.Throwable>
-
- Type Parameters:
R- The type of the object returned by thevisit*()methodsEX- The exception that thevisit*()methods may throw
- Enclosing class:
- Visitor
public static interface Visitor.ImportVisitor<R,EX extends java.lang.Throwable>The visitor for all kinds ofJava.AbstractCompilationUnit.ImportDeclarations.
-
-
Method Summary
-
-
-
Method Detail
-
visitSingleTypeImportDeclaration
@Nullable R visitSingleTypeImportDeclaration(Java.AbstractCompilationUnit.SingleTypeImportDeclaration stid) throws EX extends java.lang.Throwable
- Throws:
EX extends java.lang.Throwable
-
visitTypeImportOnDemandDeclaration
@Nullable R visitTypeImportOnDemandDeclaration(Java.AbstractCompilationUnit.TypeImportOnDemandDeclaration tiodd) throws EX extends java.lang.Throwable
- Throws:
EX extends java.lang.Throwable
-
visitSingleStaticImportDeclaration
@Nullable R visitSingleStaticImportDeclaration(Java.AbstractCompilationUnit.SingleStaticImportDeclaration ssid) throws EX extends java.lang.Throwable
- Throws:
EX extends java.lang.Throwable
-
visitStaticImportOnDemandDeclaration
@Nullable R visitStaticImportOnDemandDeclaration(Java.AbstractCompilationUnit.StaticImportOnDemandDeclaration siodd) throws EX extends java.lang.Throwable
Invoked byJava.AbstractCompilationUnit.StaticImportOnDemandDeclaration.accept(Visitor.ImportVisitor)- Throws:
EX extends java.lang.Throwable
-
-