R - The type of the object returned by the visit*() methodsEX - The exception that the visit*() methods may throwpublic static interface Visitor.ImportVisitor<R,EX extends Throwable>
Java.AbstractCompilationUnit.ImportDeclarations.@Nullable R visitSingleTypeImportDeclaration(Java.AbstractCompilationUnit.SingleTypeImportDeclaration stid) throws EX extends Throwable
@Nullable R visitTypeImportOnDemandDeclaration(Java.AbstractCompilationUnit.TypeImportOnDemandDeclaration tiodd) throws EX extends Throwable
@Nullable R visitSingleStaticImportDeclaration(Java.AbstractCompilationUnit.SingleStaticImportDeclaration ssid) throws EX extends Throwable
@Nullable R visitStaticImportOnDemandDeclaration(Java.AbstractCompilationUnit.StaticImportOnDemandDeclaration siodd) throws EX extends Throwable
Copyright © 2022. All rights reserved.