org.codehaus.janino
Class Java.TypeImportOnDemandDeclaration
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.ImportDeclaration
org.codehaus.janino.Java.TypeImportOnDemandDeclaration
- All Implemented Interfaces:
- Java.Locatable
- Enclosing class:
- Java
- public static class Java.TypeImportOnDemandDeclaration
- extends Java.ImportDeclaration
Represents a type-import-on-demand like
import java.util.*;
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Java.TypeImportOnDemandDeclaration
public Java.TypeImportOnDemandDeclaration(Location location,
String[] identifiers)
getIdentifiers
public String[] getIdentifiers()
visit
public final void visit(Visitor.ComprehensiveVisitor visitor)
- Specified by:
visit
in class Java.ImportDeclaration