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 BaseTypeDeclarationCompilationUnit. typeDeclarationsMethods in org.jd.core.v1.model.javasyntax that return BaseTypeDeclaration Modifier and Type Method Description BaseTypeDeclarationCompilationUnit. 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 classAnnotationDeclarationclassClassDeclarationclassEnumDeclarationclassInterfaceDeclarationclassModuleDeclarationclassTypeDeclarationclassTypeDeclarations -
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 classClassFileAnnotationDeclarationclassClassFileClassDeclarationclassClassFileEnumDeclarationclassClassFileInterfaceDeclaration
-