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()
Returns the constructors of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleDeclarationVisitor.visitConstructorDeclaration(ConstructorDeclaration d)
Visits a constructor declaration.
|
void |
DeclarationVisitor.visitConstructorDeclaration(ConstructorDeclaration d)
Visits a constructor declaration.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.