| |
|
| java.lang.Object org.jibx.binding.model.ClassItemWrapper
All known Subclasses: org.jibx.binding.generator.ClassItemSourceWrapper,
ClassItemWrapper | public class ClassItemWrapper implements IClassItem(Code) | | Wrapper for class field or method item information. This wraps the BCEL-based
class handling implementation to support the interface defined for use with
the binding model.
author: Dennis M. Sosnoski |
ClassItemWrapper | protected ClassItemWrapper(IClass clas, ClassItem item)(Code) | | Constructor.
Parameters: clas - Parameters: item - |
getAccessFlags | public int getAccessFlags()(Code) | | |
getArgumentCount | public int getArgumentCount()(Code) | | |
getArgumentType | public String getArgumentType(int index)(Code) | | |
getClassItem | protected ClassItem getClassItem()(Code) | | Get class item information.
item information |
getContainingClass | protected IClass getContainingClass()(Code) | | Get containing class information.
class information |
getExceptionJavaDoc | public String getExceptionJavaDoc(int index)(Code) | | |
getGenericsSignature | public String getGenericsSignature()(Code) | | |
getParameterJavaDoc | public String getParameterJavaDoc(int index)(Code) | | |
getParameterName | public String getParameterName(int index)(Code) | | |
isInitializer | public boolean isInitializer()(Code) | | |
isMethod | public boolean isMethod()(Code) | | |
|
|
|