|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JotMember
interface represents elements that are
members of a class. The types of members supported are fields,
methods, constructors, and class or instance initializers.
JotClass
,
JotField
,
JotMethod
,
JotConstructor
,
JotClassInitializer
,
"Sections 8 and 9 of the Java Language Specification"Method Summary | |
JotClass |
getDeclaringClass()
Retrieves the class that contains this member declaration. |
boolean |
isDeprecated()
In a source class, a constructor, method, or field is considered deprecated if the associated Javadoc has been marked '@deprecated'. |
boolean |
isSource()
Whether this JotMember represents a member in a source class
or in a compiled class. |
Methods inherited from interface oracle.jdeveloper.jot.JotHasModifiers |
getModifiers, setModifiers |
Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
Method Detail |
public JotClass getDeclaringClass()
public boolean isDeprecated()
JotMember
is deprecated.public boolean isSource()
JotMember
represents a member in a source class
or in a compiled class.
JotMember
is contained in a source file,
or false if the file is compiled.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.