Package | Description |
---|---|
com.sun.mirror.declaration |
Interfaces used to model program element declarations.
|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Method and Description |
---|---|
Collection<ConstructorDeclaration> |
ClassDeclaration.getConstructors()
Deprecated.
Returns the constructors of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationVisitor.visitConstructorDeclaration(ConstructorDeclaration d)
Deprecated.
Visits a constructor declaration.
|
void |
SimpleDeclarationVisitor.visitConstructorDeclaration(ConstructorDeclaration d)
Deprecated.
Visits a constructor declaration.
|
Copyright © 2004, 2015, Oracle and/or its affiliates. All rights reserved.