public static class Java.AbstractCompilationUnit.StaticImportOnDemandDeclaration extends Java.AbstractCompilationUnit.ImportDeclaration
import static java.util.Collections.*;
| Modifier and Type | Field and Description |
|---|---|
String[] |
identifiers
The identifiers that constitute the type to import from, e.g.
|
NOWHERE| Constructor and Description |
|---|
StaticImportOnDemandDeclaration(Location location,
String[] identifiers) |
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(Visitor.ImportVisitor<R,EX> visitor)
Invokes the "
visit...()" method of Visitor.ImportVisitor for the concrete Java.AbstractCompilationUnit.ImportDeclaration type. |
String |
toString() |
getLocation, throwCompileExceptionpublic final String[] identifiers
@Nullable public final <R,EX extends Throwable> R accept(Visitor.ImportVisitor<R,EX> visitor) throws EX extends Throwable
Java.AbstractCompilationUnit.ImportDeclarationvisit...()" method of Visitor.ImportVisitor for the concrete Java.AbstractCompilationUnit.ImportDeclaration type.accept in class Java.AbstractCompilationUnit.ImportDeclarationEX extends ThrowableCopyright © 2022. All rights reserved.