|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.expression.QDoxParser
Parses a src tree with QDox
.
Constructor Summary | |
QDoxParser(String srcDir)
Adds a source tree to the builder. |
Method Summary | |
String[] |
getAllClassNames()
Returns all classes. |
com.thoughtworks.qdox.model.JavaClass |
getJavaClass()
Returns the QDox JavaClass. |
com.thoughtworks.qdox.model.JavaField[] |
getJavaFields()
Parses a specific class A returns an array with the methods. |
static String[] |
getJavaMethodParametersAsStringArray(com.thoughtworks.qdox.model.JavaMethod method)
Transforms the QDox JavaMethod parameters to a String array with the types represented as strings. |
com.thoughtworks.qdox.model.JavaMethod[] |
getJavaMethods()
Parses a specific class A returns an array with the methods. |
boolean |
parse(String className)
Parses a specific class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QDoxParser(String srcDir)
srcDir
- the source treeMethod Detail |
public static String[] getJavaMethodParametersAsStringArray(com.thoughtworks.qdox.model.JavaMethod method)
method
- the JavaMethod
public boolean parse(String className)
className
- the name of the class to compile
public com.thoughtworks.qdox.model.JavaClass getJavaClass()
public String[] getAllClassNames()
public com.thoughtworks.qdox.model.JavaMethod[] getJavaMethods()
public com.thoughtworks.qdox.model.JavaField[] getJavaFields()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |