Uses of Class
com.strobel.decompiler.languages.java.ast.ImportDeclaration
-
Packages that use ImportDeclaration Package Description com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast -
-
Uses of ImportDeclaration in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type ImportDeclaration Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitImportDeclaration(ImportDeclaration node, java.lang.Void ignored)
-
Uses of ImportDeclaration in com.strobel.decompiler.languages.java.ast
Subclasses of ImportDeclaration in com.strobel.decompiler.languages.java.ast Modifier and Type Class Description private static class
ImportDeclaration.NullImportDeclaration
Fields in com.strobel.decompiler.languages.java.ast declared as ImportDeclaration Modifier and Type Field Description static ImportDeclaration
ImportDeclaration. NULL
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type ImportDeclaration Modifier and Type Field Description static Role<ImportDeclaration>
CompilationUnit. IMPORT_ROLE
Methods in com.strobel.decompiler.languages.java.ast that return types with arguments of type ImportDeclaration Modifier and Type Method Description AstNodeCollection<ImportDeclaration>
CompilationUnit. getImports()
Role<? extends ImportDeclaration>
ImportDeclaration. getRole()
Methods in com.strobel.decompiler.languages.java.ast with parameters of type ImportDeclaration Modifier and Type Method Description S
DepthFirstAstVisitor. visitImportDeclaration(ImportDeclaration node, T data)
R
IAstVisitor. visitImportDeclaration(ImportDeclaration node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitImportDeclaration(ImportDeclaration node, java.lang.String name)
-