|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use JxMethodList | |
| org.jtool.jxplatform.query | Application programming interfaces for interaction with the XML representaion of source code. |
| org.jtool.jxplatform.wrapper | Application programming interfaces for interaction with the XML representaion of source code. |
| org.jtool.jxplatform.wrapper.collection | Application programming interfaces for collectively managing Java wrappers. |
| Uses of JxMethodList in org.jtool.jxplatform.query |
| Methods in org.jtool.jxplatform.query that return JxMethodList | |
static JxMethodList |
QueryMethod.getCalledMethodsInClass(JxMethod jmethod,
JxClass jclass)
Obtains all methods in a given class that are called by any method in a given method. |
static JxMethodList |
QueryMethod.getCalledMethodsInAncestorsOfClass(JxMethod jmethod,
JxClass jclass)
Obtains all methods in ancestors of a given class that are called by any method in a given method. |
static JxMethodList |
QueryMethod.getMethodsWithTheSameSignature(JxMethod jmethod,
JxClassList jclasses)
Obtains all methods in a given collection with the same signature as a given method. |
static JxMethodList |
QueryMethod.getOverriddenMethods(JxMethod jmethod)
Obtains all methods overridden by a given method. |
static JxMethodList |
QueryMethod.getOverriddenMethods(JxMethod jmethod,
JxClassList ancestors)
Obtains all methods overridden by a given method. |
static JxMethodList |
QueryMethod.getOverridingMethods(JxMethod jmethod)
Obtains all methods overriding a given method. |
static JxMethodList |
QueryMethod.getOverridingMethods(JxMethod jmethod,
JxClassList descendants)
Obtains all methods overriding a given method. |
static JxMethodList |
QueryMethod.getHiddenMethods(JxMethod jmethod)
Obtains all methods hidden by a given method. |
static JxMethodList |
QueryMethod.getHiddenMethods(JxMethod jmethod,
JxClassList ancestors)
Obtains all methods hidden by a given method. |
static JxMethodList |
QueryMethod.getHidingMethods(JxMethod jmethod)
Obtains all methods hiding a given method. |
static JxMethodList |
QueryMethod.getHidingMethods(JxMethod jmethod,
JxClassList descendants)
Obtains all methods hiding a given method. |
static JxMethodList |
QueryMethod.getOverloadedMethods(JxMethod jmethod)
Obtains all methods overloaded by a given method. |
static JxMethodList |
QueryMethod.getOverloadedMethods(JxMethod jmethod,
JxClassList ancestors)
Obtains all methods overloaded by a given method. |
static JxMethodList |
QueryMethod.getOverloadingMethods(JxMethod jmethod)
Obtains all methods overloading a given method. |
static JxMethodList |
QueryMethod.getOverloadingMethods(JxMethod jmethod,
JxClassList descendants)
Obtains all methods overloading a given method. |
static JxMethodList |
QueryMethod.getIndirectlyImplementedMethods(JxMethod jmethod)
Obtains all methods indirectly implemented by a given method. |
static JxMethodList |
QueryMethod.getIndirectlyImplementingMethods(JxMethod jmethod)
Obtains all methods indirectly implementing a method. |
static JxMethodList |
QueryMethod.getApplicableMethodsInAncestors(JxMethod jmethod)
Obtains all methods which are applicable to a given method in ancestors of a class defining the method. |
static JxMethodList |
QueryMethod.getApplicableMethodsInDescendants(JxMethod jmethod)
Obtains all methods which are applicable to a given method in descendants of a class defining the method. |
static JxMethodList |
QueryField.getCalledMethodsInClass(JxField jfield,
JxClass jclass)
Obtains all methods which are called by a given field and which are in a given class. |
| Uses of JxMethodList in org.jtool.jxplatform.wrapper |
| Fields in org.jtool.jxplatform.wrapper declared as JxMethodList | |
protected JxMethodList |
JxClass.methods
Methods and constructors defined in this class. |
| Methods in org.jtool.jxplatform.wrapper that return JxMethodList | |
JxMethodList |
JxBinaryClass.getAllJxMethods()
Returns the wrapper list of all methods and constructors within this file. |
JxMethodList |
JxClass.getAllJxMethods()
Returns the wrapper list of all methods and constructors within this file. |
| Uses of JxMethodList in org.jtool.jxplatform.wrapper.collection |
| Methods in org.jtool.jxplatform.wrapper.collection with parameters of type JxMethodList | |
void |
JxMethodList.addAll(JxMethodList list)
Appends all wrappers in a list to the end of this list. |
void |
JxMethodList.removeAll(JxMethodList list)
Removes all wrappers in a list from this list. |
boolean |
JxMethodList.retainAll(JxMethodList list)
Retains only wrappers in this list that are contained in a specified list. |
boolean |
JxMethodList.containsAll(JxMethodList list)
Tests if this list contains all wrappers of a list. |
| Constructors in org.jtool.jxplatform.wrapper.collection with parameters of type JxMethodList | |
JxMethodList(JxMethodList list)
Creates a new list from a list of JxMethod wrappers. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||