Class InitDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.structs.LocatedDef
-
- com.thoughtworks.qdox.parser.structs.InitDef
-
public class InitDef extends LocatedDef
- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringblockContentprivate booleanstaticInitializer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBlockContent()booleanisStatic()voidsetBlockContent(java.lang.String block)voidsetStatic(boolean staticInitializer)-
Methods inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
getColumnNumber, getLineNumber, setColumnNumber, setLineNumber
-
-