Class ImportDeclaration

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.ASTNode
org.aspectj.org.eclipse.jdt.core.dom.ImportDeclaration

public class ImportDeclaration extends ASTNode
Import declaration AST node type.
 ImportDeclaration:
    import [ static ] Name [ . * ] ;
 
Since:
2.0