|
Extension SDK 9.0.5 | ||||||||||
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 |
isHidden()
In a source class, a constructor, method, or field is considered hidden if the associated Javadoc has been marked '@hidden'. |
Methods inherited from interface oracle.jdeveloper.jot.JotHasModifiers |
getModifiers, getModifierText, setModifiers, setModifierText |
Methods inherited from interface oracle.jdeveloper.jot.JotCodeElement |
addPrecedingComment, childrenContainErrors, delete, getContainingJotFile, getLeftWhitespace, getLength, getRightWhitespace, isInError, isSource, setLeftWhitespace, setRightWhitespace |
Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getChildren, getContainedElements, getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
Method Detail |
public JotClass getDeclaringClass() throws JotInvalidElementException
JotInvalidElementException
public boolean isDeprecated() throws JotInvalidElementException
JotMember
is deprecated.
JotInvalidElementException
public boolean isHidden() throws JotInvalidElementException
JotMember
is hidden.
JotInvalidElementException
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.