|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMethod | |
---|---|
org.jvnet.annox.model | |
org.jvnet.annox.reader | |
org.jvnet.annox.reader.resourced |
Uses of XMethod in org.jvnet.annox.model |
---|
Fields in org.jvnet.annox.model declared as XMethod | |
---|---|
static XMethod[] |
XMethod.EMPTY_ARRAY
Empty array of methods. |
Methods in org.jvnet.annox.model that return XMethod | |
---|---|
XMethod[] |
XClass.getMethods()
Returns annotated methods of the class. |
Constructors in org.jvnet.annox.model with parameters of type XMethod | |
---|---|
XClass(Class<?> targetClass,
XAnnotation[] xannotations,
XField[] xfields,
XConstructor[] xconstructors,
XMethod[] xmethods)
Constructs an annotated class. |
Uses of XMethod in org.jvnet.annox.reader |
---|
Methods in org.jvnet.annox.reader that return XMethod | |
---|---|
XMethod |
XReader.getXMethod(Class<?> theClass,
Method theMethod)
|
XMethod |
XReader.getXMethod(Method theMethod)
|
Uses of XMethod in org.jvnet.annox.reader.resourced |
---|
Methods in org.jvnet.annox.reader.resourced that return XMethod | |
---|---|
XMethod |
NXConverter.convertNMethod(Class<?> theClass,
NMethod nmethod)
|
XMethod |
ResourcedXReader.getXMethod(Class<?> theClass,
Method theMethod)
|
XMethod |
ResourcedXReader.getXMethod(Method theMethod)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |