Extension SDK 10.1.2


oracle.jdeveloper.jot
Interface JotClassInitializer

All Superinterfaces:
JotCodeElement, 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.JotMember
getDeclaringClass, isDeprecated, isHidden

 

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

 

Methods inherited from interface oracle.jdeveloper.jot.JotHasCodeBlock
getCodeBlock, setCodeBlockText

 


Extension SDK


 

Copyright © 1997, 2004, Oracle. All rights reserved.