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 | Interface and Description |
---|---|
interface |
EnumConstantDeclaration
Represents an enum constant declaration.
|
Modifier and Type | Method and Description |
---|---|
Collection<FieldDeclaration> |
TypeDeclaration.getFields()
Returns the fields that are directly declared by this class or
interface.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationVisitor.visitFieldDeclaration(FieldDeclaration d)
Visits a field declaration.
|
void |
SimpleDeclarationVisitor.visitFieldDeclaration(FieldDeclaration d)
Visits a field declaration.
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.