|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassItem
Interface common to all ClassInfo items.
Method Summary | |
---|---|
java.lang.String |
getComment()
Returns the comment. |
java.lang.String |
getModifier()
Returns the modifier. |
boolean |
isGenerated()
Gets the generated flag. |
void |
setComment(java.lang.String comment)
Sets the comment. |
void |
setGenerated(boolean generated)
Sets the generated flag. |
void |
write(java.io.Writer writer,
int indent)
Writes the representation of this item to the specified Writer. |
Method Detail |
---|
java.lang.String getComment()
java.lang.String getModifier()
boolean isGenerated()
void setComment(java.lang.String comment)
comment
- The comment to setvoid setGenerated(boolean generated)
generated
- The generated flag to setvoid write(java.io.Writer writer, int indent) throws java.io.IOException
writer
- The Writer to write to.indent
- The indent level.
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |