| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JavaElement
CompiledObject is the compiled representation of a syntactic (aka symbolic) java element.
| Field Summary | |
|---|---|
static JavaElement[] | 
EMPTY_ARRAY | 
| Method Summary | |
|---|---|
 int | 
getElementKind() | 
 JavaFile | 
getFile() | 
 int | 
getModifiers() | 
 JavaElement | 
getOwner()TODO: Document me!  | 
 SourceElement | 
getSourceElement() | 
 boolean | 
isDeprecated() | 
 boolean | 
isFinal() | 
 boolean | 
isHidden() | 
 boolean | 
isSourceElement() | 
 boolean | 
isSynthetic() | 
 java.lang.String | 
printCompiledInfo()Debugging function for printing out compiled information.  | 
| Field Detail | 
|---|
static final JavaElement[] EMPTY_ARRAY
| Method Detail | 
|---|
int getElementKind()
JavaFile getFile()
If a SourceFile is returned, then this element is declared in or otherwise comes in a SourceFile.
A non-null JavaFile may be returned that is not a SourceFile. For example, a JavaClass that came from a .class file definition will return such a JavaFile instance.
If null, then this element was created on-the-fly.
JavaElement getOwner()
boolean isSourceElement()
SourceElement getSourceElement()
int getModifiers()
boolean isFinal()
boolean isSynthetic()
boolean isHidden()
boolean isDeprecated()
java.lang.String printCompiledInfo()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||