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 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.declaration Modifier and Type Class Description class
AnnotationDeclaration
class
ClassDeclaration
class
EnumDeclaration
class
InterfaceDeclaration
class
ModuleDeclaration
-
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 TypeDeclaration
TypeDeclarationStatement. typeDeclaration
Methods in org.jd.core.v1.model.javasyntax.statement that return TypeDeclaration Modifier and Type Method Description TypeDeclaration
TypeDeclarationStatement. 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 class
ClassFileAnnotationDeclaration
class
ClassFileClassDeclaration
class
ClassFileEnumDeclaration
class
ClassFileInterfaceDeclaration
-
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 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 TypeDeclaration Modifier and Type Method Description protected void
CompilationUnitVisitor. buildFragmentsForTypeDeclaration(TypeDeclaration declaration, int flags, KeywordToken keyword)
-