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