Uses of Interface
com.sun.mirror.declaration.ConstructorDeclaration
Package
Description
Interfaces used to model program element declarations.
Utilities to assist in the processing of declarations and types.
-
Uses of ConstructorDeclaration in com.sun.mirror.declaration
Modifier and TypeMethodDescriptionClassDeclaration.getConstructors()
Returns the constructors of this class. -
Uses of ConstructorDeclaration in com.sun.mirror.util
Modifier and TypeMethodDescriptionvoid
DeclarationVisitor.visitConstructorDeclaration
(ConstructorDeclaration d) Visits a constructor declaration.void
SimpleDeclarationVisitor.visitConstructorDeclaration
(ConstructorDeclaration d) Visits a constructor declaration.