Uses of Class
org.jd.core.v1.model.javasyntax.declaration.TypeDeclaration
Packages that use TypeDeclaration
Package
Description
-
Uses of TypeDeclaration in org.jd.core.v1.model.javasyntax
Methods in org.jd.core.v1.model.javasyntax with parameters of type TypeDeclarationModifier and TypeMethodDescriptionprotected 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.declarationModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of TypeDeclaration in org.jd.core.v1.model.javasyntax.statement
Fields in org.jd.core.v1.model.javasyntax.statement declared as TypeDeclarationModifier and TypeFieldDescriptionprotected TypeDeclarationTypeDeclarationStatement.typeDeclarationMethods in org.jd.core.v1.model.javasyntax.statement that return TypeDeclarationConstructors in org.jd.core.v1.model.javasyntax.statement with parameters of type 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.declarationModifier and TypeClassDescriptionclassclassclassclass -
Uses of TypeDeclaration in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as TypeDeclarationModifier and TypeFieldDescriptionprotected 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 TypeDeclarationModifier and TypeMethodDescriptionprotected voidCompilationUnitVisitor.buildFragmentsForTypeDeclaration(TypeDeclaration declaration, int flags, KeywordToken keyword)