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<ParameterDeclaration> |
ExecutableDeclaration.getParameters()
Deprecated.
Returns the formal parameters of this method or constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationVisitor.visitParameterDeclaration(ParameterDeclaration d)
Deprecated.
Visits a parameter declaration.
|
void |
SimpleDeclarationVisitor.visitParameterDeclaration(ParameterDeclaration d)
Deprecated.
Visits a parameter declaration.
|
Copyright © 2004, 2017, Oracle and/or its affiliates. All rights reserved.