- java.lang.Object
-
- com.thoughtworks.qdox.parser.structs.LocatedDef
-
- com.thoughtworks.qdox.parser.structs.InitDef
-
public class InitDef extends LocatedDef
- Since:
- 2.0
- Author:
- Robert Scholte
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBlockContent()
boolean
isStatic()
void
setBlockContent(String block)
void
setStatic(boolean staticInitializer)
-
Methods inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
getColumnNumber, getLineNumber, setColumnNumber, setLineNumber
-
-
-
-
Constructor Detail
-
InitDef
public InitDef()
-
InitDef
public InitDef(String blockContent, boolean staticInitializer)
-
-