|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jibx.binding.model.ClassWrapper
org.jibx.custom.classes.ClassSourceWrapper
public class ClassSourceWrapper
Wrapper for class with added source information. This wraps the basic class handling implementation with added support for retrieving information from source files.
Constructor Summary | |
---|---|
ClassSourceWrapper(IClassSourceLocator loc,
ClassFile clas)
Constructor. |
Method Summary | |
---|---|
protected IClassItem |
buildItem(ClassItem item)
Build an item wrapper. |
java.lang.String |
getJavaDoc()
Get the JavaDoc comment for this class. |
Methods inherited from class org.jibx.binding.model.ClassWrapper |
---|
getBestMethod, getClassFile, getDirectField, getField, getFields, getInitializerMethod, getInstanceSigs, getInterfaces, getLocator, getMethod, getMethod, getMethods, getName, getPackage, getSignature, getStaticMethod, getSuperClass, isAbstract, isAccessible, isAssignable, isImplements, isInterface, isModifiable, isSuperclass, loadClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassSourceWrapper(IClassSourceLocator loc, ClassFile clas)
loc
- clas
- Method Detail |
---|
protected IClassItem buildItem(ClassItem item)
buildItem
in class ClassWrapper
item
-
public java.lang.String getJavaDoc()
IClass
getJavaDoc
in interface IClass
getJavaDoc
in class ClassWrapper
null
if none or no source available
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |