|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Initializer
Interface to represent a static initializer.
| Method Summary | |
|---|---|
void |
addLine(java.lang.String line)
Helper method to add a line to the method body. |
java.lang.String |
getBody()
Gets the method body. |
void |
setBody(java.lang.String body)
Sets the method body. |
| Methods inherited from interface com.bowstreet.webapp.ClassItem |
|---|
getComment, getModifier, isGenerated, setComment, setGenerated, write |
| Method Detail |
|---|
void addLine(java.lang.String line)
line - The lide to add to the method body.java.lang.String getBody()
void setBody(java.lang.String body)
body - The method body
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||