|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.report.sort.CodeUtils.CodeContainer
public static final class CodeUtils.CodeContainer
Bundle of information about a code. This information includes
Constructor Summary | |
---|---|
CodeUtils.CodeContainer(Code code, com.sun.javadoc.ClassDoc classDoc, com.sun.javadoc.FieldDoc fieldDoc, PlaceHolderInfo placeHolderInfo) Default constructor. |
Method Summary | |
---|---|
com.sun.javadoc.ClassDoc |
getClassDoc() Returns the Javadoc information collected at class level. |
Code |
getCode() Returns the instance of the code. |
com.sun.javadoc.FieldDoc |
getFieldDoc() Returns the Javadoc information collected at field level. |
PlaceHolderInfo |
getPlaceHolderInfo() Returns the descriptions of the place holders. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeUtils.CodeContainer(Code code, com.sun.javadoc.ClassDoc classDoc, com.sun.javadoc.FieldDoc fieldDoc, PlaceHolderInfo placeHolderInfo)
code
- the instance of the code.
classDoc
- the Javadoc information collected at class level.
fieldDoc
- the Javadoc information collected at field level.
placeHolderInfo
- the descriptions of the place holders.
Method Detail |
---|
public Code getCode()
public com.sun.javadoc.ClassDoc getClassDoc()
public com.sun.javadoc.FieldDoc getFieldDoc()
public PlaceHolderInfo getPlaceHolderInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |