|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a class or instance initialization block. See See section 8.5 of the Java Language Specification and the Inner Classes Specification for details.
Method Summary | |
int |
getModifiers()
Returns the Java language modifiers for this initialization block encoded in an integer. |
Methods inherited from interface com.borland.jbuilder.jot.JotCommentable |
addBlankLine, addComment, getComment, removeComment |
Methods inherited from interface com.borland.jbuilder.jot.JotMarker |
addUserData, getEndPosition, getStartPosition, getUserData |
Methods inherited from interface com.borland.jbuilder.jot.JotStatement |
getCodeBlock |
Methods inherited from interface com.borland.jbuilder.jot.JotSourceElement |
getIndentLevel, getParent, getText, isModified, setModified, setText |
Method Detail |
public int getModifiers()
The modifier encodings are defined in The Java Virtual Machine Specification, table 4.1.
Modifier
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |