Uses of Interface
org.jd.core.v1.model.javasyntax.declaration.BaseTypeDeclaration
-
-
Uses of BaseTypeDeclaration in org.jd.core.v1.model.javasyntax
Fields in org.jd.core.v1.model.javasyntax declared as BaseTypeDeclaration Modifier and Type Field Description protected BaseTypeDeclaration
CompilationUnit. typeDeclarations
Methods in org.jd.core.v1.model.javasyntax that return BaseTypeDeclaration Modifier and Type Method Description BaseTypeDeclaration
CompilationUnit. getTypeDeclarations()
Constructors in org.jd.core.v1.model.javasyntax with parameters of type BaseTypeDeclaration Constructor Description CompilationUnit(BaseTypeDeclaration typeDeclarations)
-
Uses of BaseTypeDeclaration in org.jd.core.v1.model.javasyntax.declaration
Classes in org.jd.core.v1.model.javasyntax.declaration that implement BaseTypeDeclaration Modifier and Type Class Description class
AnnotationDeclaration
class
ClassDeclaration
class
EnumDeclaration
class
InterfaceDeclaration
class
ModuleDeclaration
class
TypeDeclaration
class
TypeDeclarations
-
Uses of BaseTypeDeclaration in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Classes in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that implement BaseTypeDeclaration Modifier and Type Class Description class
ClassFileAnnotationDeclaration
class
ClassFileClassDeclaration
class
ClassFileEnumDeclaration
class
ClassFileInterfaceDeclaration
-