Uses of Class
com.strobel.decompiler.languages.java.ast.ModuleDeclaration
-
Packages that use ModuleDeclaration Package Description com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast -
-
Uses of ModuleDeclaration in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type ModuleDeclaration Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitModuleDeclaration(ModuleDeclaration node, java.lang.Void ignored)
-
Uses of ModuleDeclaration in com.strobel.decompiler.languages.java.ast
Subclasses of ModuleDeclaration in com.strobel.decompiler.languages.java.ast Modifier and Type Class Description private static class
ModuleDeclaration.NullModuleDeclaration
Fields in com.strobel.decompiler.languages.java.ast declared as ModuleDeclaration Modifier and Type Field Description static ModuleDeclaration
ModuleDeclaration. NULL
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type ModuleDeclaration Modifier and Type Field Description static Role<ModuleDeclaration>
Roles. MODULE
static Role<ModuleDeclaration>
CompilationUnit. MODULE_ROLE
Methods in com.strobel.decompiler.languages.java.ast that return ModuleDeclaration Modifier and Type Method Description ModuleDeclaration
ModuleDeclaration. clone()
protected ModuleDeclaration
AstBuilder. createModuleNoCache(TypeDefinition type, ModuleAttribute attribute)
Methods in com.strobel.decompiler.languages.java.ast with parameters of type ModuleDeclaration Modifier and Type Method Description S
DepthFirstAstVisitor. visitModuleDeclaration(ModuleDeclaration node, T data)
R
IAstVisitor. visitModuleDeclaration(ModuleDeclaration node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitModuleDeclaration(ModuleDeclaration node, java.lang.String data)
-