oracle.jdeveloper.jot
Interface JotClassInitializer
- All Superinterfaces:
- JotElement, JotHasCodeBlock, JotHasModifiers, JotMember
- public interface JotClassInitializer
- extends JotMember, JotHasCodeBlock
A JotClassInitializer
represents an instance or static initializer
block in a class. If the static
modifier will be returned by
getModifiers()
, this JotClassInitializer
is
a static intializer; otherwise, it is an instance initializer.
- Since:
- 5.0
- See Also:
getModifiers()
,
"Section 8.6 of the Java Language Specification",
"Section 8.7 of the Java Language Specification"
Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
Copyright ©1997, 2003, Oracle. All rights reserved.