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 void
AbstractJavaSyntaxVisitor.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 TypeClassDescriptionclass
class
class
class
class
-
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 TypeDeclaration
TypeDeclarationStatement.typeDeclaration
Methods 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 TypeClassDescriptionclass
class
class
class
-
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 TypeDeclaration
UpdateJavaSyntaxTreeStep2Visitor.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 void
CompilationUnitVisitor.buildFragmentsForTypeDeclaration
(TypeDeclaration declaration, int flags, KeywordToken keyword)