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.VoidJavaOutputVisitor. 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 classModuleDeclaration.NullModuleDeclarationFields in com.strobel.decompiler.languages.java.ast declared as ModuleDeclaration Modifier and Type Field Description static ModuleDeclarationModuleDeclaration. NULLFields in com.strobel.decompiler.languages.java.ast with type parameters of type ModuleDeclaration Modifier and Type Field Description static Role<ModuleDeclaration>Roles. MODULEstatic Role<ModuleDeclaration>CompilationUnit. MODULE_ROLEMethods in com.strobel.decompiler.languages.java.ast that return ModuleDeclaration Modifier and Type Method Description ModuleDeclarationModuleDeclaration. clone()protected ModuleDeclarationAstBuilder. createModuleNoCache(TypeDefinition type, ModuleAttribute attribute)Methods in com.strobel.decompiler.languages.java.ast with parameters of type ModuleDeclaration Modifier and Type Method Description SDepthFirstAstVisitor. visitModuleDeclaration(ModuleDeclaration node, T data)RIAstVisitor. visitModuleDeclaration(ModuleDeclaration node, T data)java.util.Set<java.lang.Object>JavaNameResolver.FindDeclarationVisitor. visitModuleDeclaration(ModuleDeclaration node, java.lang.String data)
-