Uses of Class
org.jd.core.v1.model.javasyntax.declaration.TypeDeclaration
-
-
Uses of TypeDeclaration in org.jd.core.v1.model.javasyntax
Methods in org.jd.core.v1.model.javasyntax with parameters of type TypeDeclaration Modifier and Type Method Description protected voidAbstractJavaSyntaxVisitor. visit(TypeDeclaration declaration) -
Uses of TypeDeclaration in org.jd.core.v1.model.javasyntax.declaration
Subclasses of TypeDeclaration in org.jd.core.v1.model.javasyntax.declaration Modifier and Type Class Description classAnnotationDeclarationclassClassDeclarationclassEnumDeclarationclassInterfaceDeclarationclassModuleDeclaration -
Uses of TypeDeclaration in org.jd.core.v1.model.javasyntax.statement
Fields in org.jd.core.v1.model.javasyntax.statement declared as TypeDeclaration Modifier and Type Field Description protected TypeDeclarationTypeDeclarationStatement. typeDeclarationMethods in org.jd.core.v1.model.javasyntax.statement that return TypeDeclaration Modifier and Type Method Description TypeDeclarationTypeDeclarationStatement. getTypeDeclaration()Constructors in org.jd.core.v1.model.javasyntax.statement with parameters of type TypeDeclaration Constructor Description TypeDeclarationStatement(TypeDeclaration typeDeclaration) -
Uses of TypeDeclaration in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Subclasses of TypeDeclaration in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration Modifier and Type Class Description classClassFileAnnotationDeclarationclassClassFileClassDeclarationclassClassFileEnumDeclarationclassClassFileInterfaceDeclaration -
Uses of TypeDeclaration in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as TypeDeclaration Modifier and Type Field Description protected TypeDeclarationUpdateJavaSyntaxTreeStep2Visitor. typeDeclaration -
Uses of TypeDeclaration in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type TypeDeclaration Modifier and Type Method Description protected voidCompilationUnitVisitor. buildFragmentsForTypeDeclaration(TypeDeclaration declaration, int flags, KeywordToken keyword)
-