Note that the element name of an anonymous source type is always empty.
If a binary type cannot be parsed, its structure remains unknown. Use IJavaElement.isStructureKnown
to determine whether this is the case.
The children are of type IMember
, which includes IField
, IMethod
, IInitializer
and IType
. The children are listed in the order in which they appear in the source or class file.
This interface is not intended to be implemented by clients.
Note that the element name of an anonymous source type is always empty.
If a binary type cannot be parsed, its structure remains unknown. Use IJavaElement.isStructureKnown
to determine whether this is the case.
The children are of type IMember
, which includes IField
, IMethod
, IInitializer
and IType
. The children are listed in the order in which they appear in the source or class file.
Provisional API - subject to change
@author Gerry Kessler - OracleProvisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves. @version 2.5 @since 2.3 @author Pascal Filion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|