Home | History | Annotate | Download | only in 1.12

META-INF/
META-INF/MANIFEST.MF
com/
com/thoughtworks/
com/thoughtworks/qdox/
com/thoughtworks/qdox/ant/
com/thoughtworks/qdox/directorywalker/
com/thoughtworks/qdox/junit/
com/thoughtworks/qdox/model/
com/thoughtworks/qdox/model/annotation/
com/thoughtworks/qdox/model/util/
com/thoughtworks/qdox/parser/
com/thoughtworks/qdox/parser/impl/
com/thoughtworks/qdox/parser/structs/
com/thoughtworks/qdox/tools/
com/thoughtworks/qdox/ant/AbstractQdoxTask.class
AbstractQdoxTask.java
package com.thoughtworks.qdox.ant
public abstract com.thoughtworks.qdox.ant.AbstractQdoxTask extends org.apache.tools.ant.Task {
	private java.util.Vector filesets
	protected java.util.HashMap fileMap
	protected java.util.ArrayList allSources
	protected java.util.ArrayList allClasses
	public void  () 
	public void addFileset (org.apache.tools.ant.types.FileSet) 
		org.apache.tools.ant.types.FileSet set
	protected void buildFileMap () 
		org.apache.tools.ant.types.FileSet fs
		org.apache.tools.ant.DirectoryScanner ds
		String[] srcFiles
		int i
	protected void buildFileMap (java.io.File, java.lang.String[]) 
		java.io.File src
		int i
		java.io.File directory
		String[] sourceFiles
	public void execute ()  throws org.apache.tools.ant.BuildException 
		com.thoughtworks.qdox.JavaDocBuilder builder
		com.thoughtworks.qdox.model.JavaSource[] sources
	protected com.thoughtworks.qdox.model.DocletTagFactory createDocletTagFactory () 
	private void mergeBuilderSources (com.thoughtworks.qdox.JavaDocBuilder) 
		String sourceFile
		java.util.Iterator iterator
		com.thoughtworks.qdox.JavaDocBuilder builder
	protected void processSources (com.thoughtworks.qdox.model.JavaSource[]) 
		com.thoughtworks.qdox.model.JavaSource source
		com.thoughtworks.qdox.model.JavaClass[] classes
		int i
		com.thoughtworks.qdox.model.JavaSource[] sources
	protected void processClasses (com.thoughtworks.qdox.model.JavaClass[]) 
		com.thoughtworks.qdox.model.JavaClass clazz
		int j
		com.thoughtworks.qdox.model.JavaClass[] classes
	protected void validateAttributes ()  throws org.apache.tools.ant.BuildException 
}

com/thoughtworks/qdox/DefaultJavaClassCache.class
DefaultJavaClassCache.java
package com.thoughtworks.qdox
public com.thoughtworks.qdox.DefaultJavaClassCache extends java.lang.Object implements com.thoughtworks.qdox.model.JavaClassCache  {
	private java.util.Map classes
	public void  () 
	public com.thoughtworks.qdox.model.JavaClass getClassByName (java.lang.String) 
		String name
	public com.thoughtworks.qdox.model.JavaClass[] getClasses () 
	public void putClassByName (java.lang.String, com.thoughtworks.qdox.model.JavaClass) 
		String name
		com.thoughtworks.qdox.model.JavaClass javaClass
}

com/thoughtworks/qdox/directorywalker/DirectoryScanner$1.class
DirectoryScanner.java
package com.thoughtworks.qdox.directorywalker
 com.thoughtworks.qdox.directorywalker.DirectoryScanner$1 extends java.lang.Object implements com.thoughtworks.qdox.directorywalker.FileVisitor  {
	private final java.util.List val$results
	private final com.thoughtworks.qdox.directorywalker.DirectoryScanner this$0
	void  (com.thoughtworks.qdox.directorywalker.DirectoryScanner, java.util.List) 
	public void visitFile (java.io.File) 
		java.io.File file
}

com/thoughtworks/qdox/directorywalker/DirectoryScanner.class
DirectoryScanner.java
package com.thoughtworks.qdox.directorywalker
public com.thoughtworks.qdox.directorywalker.DirectoryScanner extends java.lang.Object {
	private java.io.File file
	private java.util.Collection filters
	public void  (java.io.File) 
		java.io.File file
	public java.io.File[] scan () 
		java.util.List results
		java.io.File[] resultsArray
	private void walk (com.thoughtworks.qdox.directorywalker.FileVisitor, java.io.File) 
		int i
		java.io.File[] currentFiles
		com.thoughtworks.qdox.directorywalker.Filter filter
		java.util.Iterator iterator
		com.thoughtworks.qdox.directorywalker.FileVisitor visitor
		java.io.File current
	public void addFilter (com.thoughtworks.qdox.directorywalker.Filter) 
		com.thoughtworks.qdox.directorywalker.Filter filter
	public void scan (com.thoughtworks.qdox.directorywalker.FileVisitor) 
		com.thoughtworks.qdox.directorywalker.FileVisitor fileVisitor
}

com/thoughtworks/qdox/directorywalker/FileVisitor.class
FileVisitor.java
package com.thoughtworks.qdox.directorywalker
public abstract com.thoughtworks.qdox.directorywalker.FileVisitor extends java.lang.Object {
	public abstract void visitFile (java.io.File) 
}

com/thoughtworks/qdox/directorywalker/Filter.class
Filter.java
package com.thoughtworks.qdox.directorywalker
public abstract com.thoughtworks.qdox.directorywalker.Filter extends java.lang.Object {
	public abstract boolean filter (java.io.File) 
}

com/thoughtworks/qdox/directorywalker/SuffixFilter.class
SuffixFilter.java
package com.thoughtworks.qdox.directorywalker
public com.thoughtworks.qdox.directorywalker.SuffixFilter extends java.lang.Object implements com.thoughtworks.qdox.directorywalker.Filter  {
	private String suffixFilter
	public void  (java.lang.String) 
		String suffixFilter
	public boolean filter (java.io.File) 
		java.io.File file
}

com/thoughtworks/qdox/JavaClassContext.class
JavaClassContext.java
package com.thoughtworks.qdox
public com.thoughtworks.qdox.JavaClassContext extends java.lang.Object implements java.io.Serializable  {
	private final com.thoughtworks.qdox.model.JavaClassCache cache
	private com.thoughtworks.qdox.model.ClassLibrary classLibrary
	private com.thoughtworks.qdox.JavaDocBuilder builder
	private java.util.Map packageMap
	public void  (com.thoughtworks.qdox.JavaDocBuilder) 
		com.thoughtworks.qdox.JavaDocBuilder builder
	public void  (com.thoughtworks.qdox.model.ClassLibrary) 
		com.thoughtworks.qdox.model.ClassLibrary classLibrary
	public void setClassLibrary (com.thoughtworks.qdox.model.ClassLibrary) 
		com.thoughtworks.qdox.model.ClassLibrary classLibrary
	public com.thoughtworks.qdox.model.ClassLibrary getClassLibrary () 
	public com.thoughtworks.qdox.model.JavaClass getClassByName (java.lang.String) 
		String name
		com.thoughtworks.qdox.model.JavaClass result
	public com.thoughtworks.qdox.model.JavaClass[] getClasses () 
	public void add (com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass javaClass
		com.thoughtworks.qdox.model.JavaPackage jPackage
	public void add (java.lang.String) 
		String fullyQualifiedClassName
	public java.lang.Class getClass (java.lang.String) 
		String name
	public com.thoughtworks.qdox.model.JavaPackage getPackageByName (java.lang.String) 
		String name
	public void add (com.thoughtworks.qdox.model.JavaPackage) 
		com.thoughtworks.qdox.model.JavaPackage jPackage
		String packageName
		com.thoughtworks.qdox.model.JavaPackage javaPackage
	public com.thoughtworks.qdox.model.JavaPackage[] getPackages () 
}

com/thoughtworks/qdox/JavaDocBuilder$1.class
JavaDocBuilder.java
package com.thoughtworks.qdox
 com.thoughtworks.qdox.JavaDocBuilder$1 extends java.lang.Object implements com.thoughtworks.qdox.directorywalker.FileVisitor  {
	private final com.thoughtworks.qdox.JavaDocBuilder this$0
	void  (com.thoughtworks.qdox.JavaDocBuilder) 
	public void visitFile (java.io.File) 
		java.io.File badFile
}

com/thoughtworks/qdox/JavaDocBuilder$2.class
JavaDocBuilder.java
package com.thoughtworks.qdox
 com.thoughtworks.qdox.JavaDocBuilder$2 extends java.lang.Object implements com.thoughtworks.qdox.directorywalker.FileVisitor  {
	private final com.thoughtworks.qdox.directorywalker.FileVisitor val$errorHandler
	private final com.thoughtworks.qdox.JavaDocBuilder this$0
	void  (com.thoughtworks.qdox.JavaDocBuilder, com.thoughtworks.qdox.directorywalker.FileVisitor) 
	public void visitFile (java.io.File) 
		java.io.IOException e
		java.io.File currentFile
}

com/thoughtworks/qdox/JavaDocBuilder$DefaultErrorHandler.class
JavaDocBuilder.java
package com.thoughtworks.qdox
public com.thoughtworks.qdox.JavaDocBuilder$DefaultErrorHandler extends java.lang.Object implements com.thoughtworks.qdox.JavaDocBuilder$ErrorHandler java.io.Serializable  {
	public void  () 
	public void handle (com.thoughtworks.qdox.parser.ParseException) 
		com.thoughtworks.qdox.parser.ParseException parseException
}

com/thoughtworks/qdox/JavaDocBuilder$ErrorHandler.class
JavaDocBuilder.java
package com.thoughtworks.qdox
public abstract com.thoughtworks.qdox.JavaDocBuilder$ErrorHandler extends java.lang.Object {
	public abstract void handle (com.thoughtworks.qdox.parser.ParseException) 
}

com/thoughtworks/qdox/JavaDocBuilder.class
JavaDocBuilder.java
package com.thoughtworks.qdox
public com.thoughtworks.qdox.JavaDocBuilder extends java.lang.Object implements java.io.Serializable  {
	private final com.thoughtworks.qdox.JavaClassContext context
	private java.util.Set packages
	private java.util.List sources
	private com.thoughtworks.qdox.model.DocletTagFactory docletTagFactory
	private String encoding
	private boolean debugLexer
	private boolean debugParser
	private com.thoughtworks.qdox.JavaDocBuilder$ErrorHandler errorHandler
	public void  () 
	public void  (com.thoughtworks.qdox.model.DocletTagFactory) 
		com.thoughtworks.qdox.model.DocletTagFactory docletTagFactory
		com.thoughtworks.qdox.model.ClassLibrary classLibrary
	public void  (com.thoughtworks.qdox.model.ClassLibrary) 
		com.thoughtworks.qdox.model.ClassLibrary classLibrary
	public void  (com.thoughtworks.qdox.model.DocletTagFactory, com.thoughtworks.qdox.model.ClassLibrary) 
		com.thoughtworks.qdox.model.DocletTagFactory docletTagFactory
		com.thoughtworks.qdox.model.ClassLibrary classLibrary
	private void addClasses (com.thoughtworks.qdox.model.JavaSource) 
		com.thoughtworks.qdox.model.JavaClass cls
		int classIndex
		com.thoughtworks.qdox.model.JavaSource source
		java.util.Set resultSet
		com.thoughtworks.qdox.model.JavaClass[] javaClasses
	private void addClass (com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass cls
	public com.thoughtworks.qdox.model.JavaClass getClassByName (java.lang.String) 
		String name
	protected com.thoughtworks.qdox.model.JavaClass createSourceClass (java.lang.String) 
		com.thoughtworks.qdox.model.JavaClass clazz
		int index
		com.thoughtworks.qdox.model.JavaSource source
		java.io.FileNotFoundException e
		java.io.IOException e
		String name
		java.io.File sourceFile
	protected com.thoughtworks.qdox.model.JavaClass createUnknownClass (java.lang.String) 
		String name
		com.thoughtworks.qdox.model.ModelBuilder unknownBuilder
		com.thoughtworks.qdox.parser.structs.ClassDef classDef
		com.thoughtworks.qdox.model.JavaSource unknownSource
		com.thoughtworks.qdox.model.JavaClass result
	protected com.thoughtworks.qdox.model.JavaClass createBinaryClass (java.lang.String) 
		Class anInterface
		int i
		Class anInterface
		int i
		Class superclass
		int i
		int i
		int i
		com.thoughtworks.qdox.model.ModelBuilder binaryBuilder
		String packageName
		com.thoughtworks.qdox.parser.structs.ClassDef classDef
		Class[] interfaces
		java.lang.reflect.Constructor[] constructors
		java.lang.reflect.Method[] methods
		java.lang.reflect.Field[] fields
		com.thoughtworks.qdox.model.JavaSource binarySource
		com.thoughtworks.qdox.model.JavaClass result
		NoClassDefFoundError e
		String name
		Class clazz
	private void addModifiers (java.util.Set, int) 
		java.util.StringTokenizer stringTokenizer
		java.util.Set set
		int modifier
		String modifierString
	private void addField (java.lang.reflect.Field, com.thoughtworks.qdox.model.ModelBuilder) 
		java.lang.reflect.Field field
		com.thoughtworks.qdox.model.ModelBuilder binaryBuilder
		com.thoughtworks.qdox.parser.structs.FieldDef fieldDef
		Class fieldType
	private void addMethodOrConstructor (java.lang.reflect.Member, com.thoughtworks.qdox.model.ModelBuilder) 
		Class returnType
		Class[] exceptions
		Class[] parameterTypes
		Class exception
		int j
		com.thoughtworks.qdox.parser.structs.FieldDef param
		Class parameterType
		int j
		java.lang.reflect.Member member
		com.thoughtworks.qdox.model.ModelBuilder binaryBuilder
		com.thoughtworks.qdox.parser.structs.MethodDef methodDef
		int lastDot
		Class[] exceptions
		Class[] parameterTypes
	private static final int getDimension (java.lang.Class) 
		Class c
	private static java.lang.String getTypeName (java.lang.Class) 
		Class c
	private static com.thoughtworks.qdox.parser.structs.TypeDef getTypeDef (java.lang.Class) 
		Class c
	private java.lang.String getPackageName (java.lang.String) 
		String fullClassName
		int lastDot
	private java.lang.String getClassName (java.lang.String) 
		String fullClassName
		int lastDot
	public com.thoughtworks.qdox.model.JavaSource addSource (java.io.Reader) 
		java.io.Reader reader
	public com.thoughtworks.qdox.model.JavaSource addSource (java.io.Reader, java.lang.String) 
		com.thoughtworks.qdox.parser.ParseException e
		java.io.Reader reader
		String sourceInfo
		com.thoughtworks.qdox.model.ModelBuilder builder
		com.thoughtworks.qdox.parser.Lexer lexer
		com.thoughtworks.qdox.parser.impl.Parser parser
		com.thoughtworks.qdox.model.JavaSource source
		com.thoughtworks.qdox.model.JavaPackage pkg
	public com.thoughtworks.qdox.model.JavaSource addSource (java.io.File)  throws java.io.IOException java.io.FileNotFoundException 
		java.io.File file
	public com.thoughtworks.qdox.model.JavaSource addSource (java.net.URL)  throws java.io.IOException java.io.FileNotFoundException 
		java.net.URL url
		com.thoughtworks.qdox.model.JavaSource source
	public void setErrorHandler (com.thoughtworks.qdox.JavaDocBuilder$ErrorHandler) 
		com.thoughtworks.qdox.JavaDocBuilder$ErrorHandler errorHandler
	public com.thoughtworks.qdox.model.JavaSource[] getSources () 
	public com.thoughtworks.qdox.model.JavaClass[] getClasses () 
		com.thoughtworks.qdox.model.JavaSource javaSource
		int i
		java.util.Set resultSet
		com.thoughtworks.qdox.model.JavaSource[] javaSources
		com.thoughtworks.qdox.model.JavaClass[] result
	public com.thoughtworks.qdox.model.JavaPackage[] getPackages () 
	private void addClassesRecursive (com.thoughtworks.qdox.model.JavaSource, java.util.Set) 
		com.thoughtworks.qdox.model.JavaClass javaClass
		int j
		com.thoughtworks.qdox.model.JavaSource javaSource
		java.util.Set resultSet
		com.thoughtworks.qdox.model.JavaClass[] classes
	private void addClassesRecursive (com.thoughtworks.qdox.model.JavaClass, java.util.Set) 
		com.thoughtworks.qdox.model.JavaClass innerClass
		int i
		com.thoughtworks.qdox.model.JavaClass javaClass
		java.util.Set set
		com.thoughtworks.qdox.model.JavaClass[] innerClasses
	public void addSourceTree (java.io.File) 
		java.io.File file
		com.thoughtworks.qdox.directorywalker.FileVisitor errorHandler
	public void addSourceTree (java.io.File, com.thoughtworks.qdox.directorywalker.FileVisitor) 
		java.io.File file
		com.thoughtworks.qdox.directorywalker.FileVisitor errorHandler
		com.thoughtworks.qdox.directorywalker.DirectoryScanner scanner
	public java.util.List search (com.thoughtworks.qdox.Searcher) 
		String clsName
		com.thoughtworks.qdox.model.JavaClass cls
		java.util.Iterator iterator
		com.thoughtworks.qdox.Searcher searcher
		java.util.List results
	public com.thoughtworks.qdox.model.ClassLibrary getClassLibrary () 
	public void save (java.io.File)  throws java.io.IOException 
		java.io.File file
		java.io.FileOutputStream fos
		java.io.ObjectOutputStream out
	public static com.thoughtworks.qdox.JavaDocBuilder load (java.io.File)  throws java.io.IOException 
		ClassNotFoundException e
		java.io.File file
		java.io.FileInputStream fis
		java.io.ObjectInputStream in
		com.thoughtworks.qdox.JavaDocBuilder builder
	public void setEncoding (java.lang.String) 
		String encoding
	public void setDebugLexer (boolean) 
		boolean debugLexer
	public void setDebugParser (boolean) 
		boolean debugParser
	public com.thoughtworks.qdox.model.JavaPackage getPackageByName (java.lang.String) 
		com.thoughtworks.qdox.model.JavaPackage pkg
		java.util.Iterator iter
		String name
}

com/thoughtworks/qdox/junit/APITestCase$1.class
APITestCase.java
package com.thoughtworks.qdox.junit
final com.thoughtworks.qdox.junit.APITestCase$1 extends java.lang.Object implements java.util.Comparator  {
	void  () 
	public int compare (java.lang.Object, java.lang.Object) 
		Object o1
		Object o2
		com.thoughtworks.qdox.model.AbstractBaseJavaEntity entity1
		com.thoughtworks.qdox.model.AbstractBaseJavaEntity entity2
}

com/thoughtworks/qdox/junit/APITestCase.class
APITestCase.java
package com.thoughtworks.qdox.junit
public abstract com.thoughtworks.qdox.junit.APITestCase extends junit.framework.TestCase {
	private static java.util.Comparator ENTITY_COMPARATOR
	public void  () 
	public static void assertApiEquals (java.net.URL, java.net.URL)  throws java.io.IOException 
		java.net.URL expected
		java.net.URL actual
		com.thoughtworks.qdox.JavaDocBuilder builder
		com.thoughtworks.qdox.model.JavaSource expectedSource
		com.thoughtworks.qdox.model.JavaSource actualsource
	private static void assertApiEquals (com.thoughtworks.qdox.model.JavaSource, com.thoughtworks.qdox.model.JavaSource) 
		int i
		com.thoughtworks.qdox.model.JavaSource expected
		com.thoughtworks.qdox.model.JavaSource actual
		java.util.List expectedClasses
		java.util.List actualClasses
	private static void assertClassesEqual (com.thoughtworks.qdox.model.JavaClass, com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass expected
		com.thoughtworks.qdox.model.JavaClass actual
	private static void assertFieldEquals (com.thoughtworks.qdox.model.JavaField, com.thoughtworks.qdox.model.JavaField) 
		com.thoughtworks.qdox.model.JavaField expected
		com.thoughtworks.qdox.model.JavaField actual
		StringBuffer message
	private static void assertFieldsEqual (com.thoughtworks.qdox.model.JavaClass, com.thoughtworks.qdox.model.JavaClass) 
		int i
		com.thoughtworks.qdox.model.JavaClass expected
		com.thoughtworks.qdox.model.JavaClass actual
		java.util.List expectedFields
		java.util.List actualFields
		StringBuffer message
	private static void assertInnerClassesEquals (com.thoughtworks.qdox.model.JavaClass, com.thoughtworks.qdox.model.JavaClass) 
		int i
		com.thoughtworks.qdox.model.JavaClass expected
		com.thoughtworks.qdox.model.JavaClass actual
		java.util.List expectedInnerClasses
		java.util.List actualInnerClasses
		StringBuffer message
	private static void assertInterfacesEqual (com.thoughtworks.qdox.model.JavaClass, com.thoughtworks.qdox.model.JavaClass) 
		int i
		com.thoughtworks.qdox.model.JavaClass expected
		com.thoughtworks.qdox.model.JavaClass actual
		java.util.List expectedImplements
		java.util.List actualImplements
		StringBuffer message
	private static void assertMethodsEqual (com.thoughtworks.qdox.model.JavaClass, com.thoughtworks.qdox.model.JavaClass) 
		int i
		com.thoughtworks.qdox.model.JavaClass expected
		com.thoughtworks.qdox.model.JavaClass actual
		java.util.List expectedMethods
		java.util.List actualMethods
		StringBuffer message
	private static void assertModifiersEquals (java.lang.String, com.thoughtworks.qdox.model.AbstractJavaEntity, com.thoughtworks.qdox.model.AbstractJavaEntity) 
		int i
		String msg
		com.thoughtworks.qdox.model.AbstractJavaEntity expected
		com.thoughtworks.qdox.model.AbstractJavaEntity actual
		java.util.List expectedModifiers
		java.util.List actualModifiers
		StringBuffer message
	private static void assertNotDir (java.io.File, java.io.File) 
		java.io.File expected
		java.io.File actual
	protected java.io.File getDir () 
	protected java.io.File getRootDir () 
		int i
		java.io.File dir
		java.util.StringTokenizer st
	static void  () 
}

com/thoughtworks/qdox/model/AbstractBaseJavaEntity.class
AbstractBaseJavaEntity.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.AbstractBaseJavaEntity extends java.lang.Object implements java.io.Serializable  {
	protected String name
	private com.thoughtworks.qdox.model.Annotation[] annotations
	private int lineNumber
	protected com.thoughtworks.qdox.model.JavaClassParent parent
	public void  () 
	public int getLineNumber () 
	public java.lang.String getName () 
	public com.thoughtworks.qdox.model.Annotation[] getAnnotations () 
	public void setName (java.lang.String) 
		String name
	public void setAnnotations (com.thoughtworks.qdox.model.Annotation[]) 
		com.thoughtworks.qdox.model.Annotation[] annotations
	public void setLineNumber (int) 
		int lineNumber
	public com.thoughtworks.qdox.model.JavaClassParent getParent () 
	public void setParent (com.thoughtworks.qdox.model.JavaClassParent) 
		com.thoughtworks.qdox.model.JavaClassParent parent
	public com.thoughtworks.qdox.model.JavaClass getParentClass () 
}

com/thoughtworks/qdox/model/AbstractInheritableJavaEntity.class
AbstractInheritableJavaEntity.java
package com.thoughtworks.qdox.model
public abstract com.thoughtworks.qdox.model.AbstractInheritableJavaEntity extends com.thoughtworks.qdox.model.AbstractJavaEntity {
	public void  () 
	public com.thoughtworks.qdox.model.DocletTag getTagByName (java.lang.String, boolean) 
		String name
		boolean inherited
		com.thoughtworks.qdox.model.DocletTag[] tags
	public abstract com.thoughtworks.qdox.model.DocletTag[] getTagsByName (java.lang.String, boolean) 
}

com/thoughtworks/qdox/model/AbstractJavaEntity.class
AbstractJavaEntity.java
package com.thoughtworks.qdox.model
public abstract com.thoughtworks.qdox.model.AbstractJavaEntity extends com.thoughtworks.qdox.model.AbstractBaseJavaEntity implements java.lang.Comparable  {
	protected java.util.List modifiers
	private String comment
	private com.thoughtworks.qdox.model.DocletTag[] tags
	private com.thoughtworks.qdox.model.JavaClass parentClass
	public void  () 
	public java.lang.String[] getModifiers () 
	public java.lang.String getComment () 
	public com.thoughtworks.qdox.model.DocletTag[] getTags () 
	public com.thoughtworks.qdox.model.DocletTag[] getTagsByName (java.lang.String) 
		com.thoughtworks.qdox.model.DocletTag docletTag
		int i
		String name
		java.util.List specifiedTags
	public com.thoughtworks.qdox.model.DocletTag getTagByName (java.lang.String) 
		com.thoughtworks.qdox.model.DocletTag docletTag
		int i
		String name
	public java.lang.String getNamedParameter (java.lang.String, java.lang.String) 
		String tagName
		String parameterName
		com.thoughtworks.qdox.model.DocletTag tag
	void commentHeader (com.thoughtworks.qdox.model.IndentBuffer) 
		com.thoughtworks.qdox.model.DocletTag docletTag
		int i
		com.thoughtworks.qdox.model.IndentBuffer buffer
	public java.lang.String getCodeBlock () 
		com.thoughtworks.qdox.model.IndentBuffer result
	protected void write (com.thoughtworks.qdox.model.IndentBuffer) 
		com.thoughtworks.qdox.model.IndentBuffer result
	protected abstract void writeBody (com.thoughtworks.qdox.model.IndentBuffer) 
	public void setModifiers (java.lang.String[]) 
		String[] modifiers
	public void setComment (java.lang.String) 
		String comment
	public void setTags (java.util.List) 
		java.util.List tagList
	public boolean isAbstract () 
	public boolean isPublic () 
	public boolean isPrivate () 
	public boolean isProtected () 
	public boolean isStatic () 
	public boolean isFinal () 
	public boolean isSynchronized () 
	public boolean isTransient () 
	public boolean isVolatile () 
	public boolean isNative () 
	public boolean isStrictfp () 
	private boolean isModifierPresent (java.lang.String) 
		String modifier
	protected void writeNonAccessibilityModifiers (com.thoughtworks.qdox.model.IndentBuffer) 
		String modifier
		java.util.Iterator iter
		com.thoughtworks.qdox.model.IndentBuffer result
	protected void writeAccessibilityModifier (com.thoughtworks.qdox.model.IndentBuffer) 
		String modifier
		java.util.Iterator iter
		com.thoughtworks.qdox.model.IndentBuffer result
	protected void writeAllModifiers (com.thoughtworks.qdox.model.IndentBuffer) 
		String modifier
		java.util.Iterator iter
		com.thoughtworks.qdox.model.IndentBuffer result
	public com.thoughtworks.qdox.model.JavaSource getSource () 
	public void setParentClass (com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass parentClass
	public com.thoughtworks.qdox.model.JavaClass getParentClass () 
}

com/thoughtworks/qdox/model/annotation/AnnotationAdd.class
AnnotationAdd.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationAdd extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationAnd.class
AnnotationAnd.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationAnd extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationBinaryOperator.class
AnnotationBinaryOperator.java
package com.thoughtworks.qdox.model.annotation
public abstract com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue  {
	private com.thoughtworks.qdox.model.annotation.AnnotationValue left
	private com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public com.thoughtworks.qdox.model.annotation.AnnotationValue getLeft () 
	public com.thoughtworks.qdox.model.annotation.AnnotationValue getRight () 
}

com/thoughtworks/qdox/model/annotation/AnnotationCast.class
AnnotationCast.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationCast extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue  {
	private final com.thoughtworks.qdox.model.Type type
	private final com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public void  (com.thoughtworks.qdox.model.Type, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.Type type
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public com.thoughtworks.qdox.model.Type getType () 
	public com.thoughtworks.qdox.model.annotation.AnnotationValue getValue () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
	public java.lang.String toString () 
}

com/thoughtworks/qdox/model/annotation/AnnotationConstant.class
AnnotationConstant.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationConstant extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue java.io.Serializable  {
	private final Object value
	private final String image
	public void  (java.lang.Object, java.lang.String) 
		Object value
		String image
	public java.lang.Object getValue () 
	public java.lang.String getImage () 
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationDivide.class
AnnotationDivide.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationDivide extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationEquals.class
AnnotationEquals.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationEquals extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationExclusiveOr.class
AnnotationExclusiveOr.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationFieldRef.class
AnnotationFieldRef.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationFieldRef extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue  {
	String[] myArray
	private final int[] parts
	private final String name
	private com.thoughtworks.qdox.model.AbstractBaseJavaEntity context
	private com.thoughtworks.qdox.model.JavaField field
	private int fieldIndex
	public void  (java.lang.String) 
		int i
		String name
		int length
	public java.lang.String getName () 
	public java.lang.String getNamePrefix (int) 
		int end
	public java.lang.String getNamePart (int) 
		int index
	public int getPartCount () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
	public java.lang.String toString () 
	public com.thoughtworks.qdox.model.AbstractBaseJavaEntity getContext () 
	public void setContext (com.thoughtworks.qdox.model.AbstractBaseJavaEntity) 
		com.thoughtworks.qdox.model.AbstractBaseJavaEntity context
	public java.lang.String getClassPart () 
		String result
	public java.lang.String getFieldPart () 
		String result
	protected com.thoughtworks.qdox.model.JavaField resolveField (com.thoughtworks.qdox.model.JavaClass, int, int) 
		int i
		com.thoughtworks.qdox.model.JavaClass javaClass
		int start
		int end
		com.thoughtworks.qdox.model.JavaField field
	public com.thoughtworks.qdox.model.JavaField getField () 
		com.thoughtworks.qdox.model.JavaClass javaClass
		com.thoughtworks.qdox.model.Type type
		com.thoughtworks.qdox.model.JavaClass javaClass
		String className
		String typeName
		int i
		com.thoughtworks.qdox.model.JavaClassParent classParent
}

com/thoughtworks/qdox/model/annotation/AnnotationGreaterEquals.class
AnnotationGreaterEquals.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationGreaterThan.class
AnnotationGreaterThan.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationLessEquals.class
AnnotationLessEquals.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationLessEquals extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationLessThan.class
AnnotationLessThan.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationLessThan extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationLogicalAnd.class
AnnotationLogicalAnd.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationLogicalNot.class
AnnotationLogicalNot.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot extends com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationLogicalOr.class
AnnotationLogicalOr.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationMinusSign.class
AnnotationMinusSign.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationMinusSign extends com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationMultiply.class
AnnotationMultiply.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationMultiply extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationNot.class
AnnotationNot.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationNot extends com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationNotEquals.class
AnnotationNotEquals.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationNotEquals extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationOr.class
AnnotationOr.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationOr extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationParenExpression.class
AnnotationParenExpression.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationParenExpression extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue  {
	private com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public com.thoughtworks.qdox.model.annotation.AnnotationValue getValue () 
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationPlusSign.class
AnnotationPlusSign.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationPlusSign extends com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationQuery.class
AnnotationQuery.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationQuery extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue  {
	private final com.thoughtworks.qdox.model.annotation.AnnotationValue condition
	private final com.thoughtworks.qdox.model.annotation.AnnotationValue trueExpression
	private final com.thoughtworks.qdox.model.annotation.AnnotationValue falseExpression
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue condition
		com.thoughtworks.qdox.model.annotation.AnnotationValue trueExpression
		com.thoughtworks.qdox.model.annotation.AnnotationValue falseExpression
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public com.thoughtworks.qdox.model.annotation.AnnotationValue getCondition () 
	public com.thoughtworks.qdox.model.annotation.AnnotationValue getTrueExpression () 
	public com.thoughtworks.qdox.model.annotation.AnnotationValue getFalseExpression () 
	public java.lang.Object getParameterValue () 
	public java.lang.String toString () 
}

com/thoughtworks/qdox/model/annotation/AnnotationRemainder.class
AnnotationRemainder.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationRemainder extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationShiftLeft.class
AnnotationShiftLeft.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationShiftRight.class
AnnotationShiftRight.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationShiftRight extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationSubtract.class
AnnotationSubtract.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationSubtract extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationTypeRef.class
AnnotationTypeRef.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationTypeRef extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue  {
	private com.thoughtworks.qdox.model.Type type
	public void  (com.thoughtworks.qdox.model.Type) 
		com.thoughtworks.qdox.model.Type type
	public com.thoughtworks.qdox.model.Type getType () 
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationUnaryOperator.class
AnnotationUnaryOperator.java
package com.thoughtworks.qdox.model.annotation
public abstract com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue  {
	private com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public com.thoughtworks.qdox.model.annotation.AnnotationValue getValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationUnsignedShiftRight.class
AnnotationUnsignedShiftRight.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight extends com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator {
	public void  (com.thoughtworks.qdox.model.annotation.AnnotationValue, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue left
		com.thoughtworks.qdox.model.annotation.AnnotationValue right
	public java.lang.String toString () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationValue.class
AnnotationValue.java
package com.thoughtworks.qdox.model.annotation
public abstract com.thoughtworks.qdox.model.annotation.AnnotationValue extends java.lang.Object {
	public abstract java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
	public abstract java.lang.Object getParameterValue () 
}

com/thoughtworks/qdox/model/annotation/AnnotationValueList.class
AnnotationValueList.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.AnnotationValueList extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue  {
	private final java.util.List valueList
	public void  (java.util.List) 
		java.util.List valueList
	public java.util.List getValueList () 
	public java.lang.String toString () 
		java.util.ListIterator i
		StringBuffer buf
		int pos
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
		java.util.ListIterator i
		java.util.List list
}

com/thoughtworks/qdox/model/annotation/AnnotationVisitor.class
AnnotationVisitor.java
package com.thoughtworks.qdox.model.annotation
public abstract com.thoughtworks.qdox.model.annotation.AnnotationVisitor extends java.lang.Object {
	public abstract java.lang.Object visitAnnotationAdd (com.thoughtworks.qdox.model.annotation.AnnotationAdd) 
	public abstract java.lang.Object visitAnnotationSubtract (com.thoughtworks.qdox.model.annotation.AnnotationSubtract) 
	public abstract java.lang.Object visitAnnotationMultiply (com.thoughtworks.qdox.model.annotation.AnnotationMultiply) 
	public abstract java.lang.Object visitAnnotationDivide (com.thoughtworks.qdox.model.annotation.AnnotationDivide) 
	public abstract java.lang.Object visitAnnotationGreaterThan (com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan) 
	public abstract java.lang.Object visitAnnotationLessThan (com.thoughtworks.qdox.model.annotation.AnnotationLessThan) 
	public abstract java.lang.Object visitAnnotation (com.thoughtworks.qdox.model.Annotation) 
	public abstract java.lang.Object visitAnnotationConstant (com.thoughtworks.qdox.model.annotation.AnnotationConstant) 
	public abstract java.lang.Object visitAnnotationParenExpression (com.thoughtworks.qdox.model.annotation.AnnotationParenExpression) 
	public abstract java.lang.Object visitAnnotationValueList (com.thoughtworks.qdox.model.annotation.AnnotationValueList) 
	public abstract java.lang.Object visitAnnotationTypeRef (com.thoughtworks.qdox.model.annotation.AnnotationTypeRef) 
	public abstract java.lang.Object visitAnnotationFieldRef (com.thoughtworks.qdox.model.annotation.AnnotationFieldRef) 
	public abstract java.lang.Object visitAnnotationLessEquals (com.thoughtworks.qdox.model.annotation.AnnotationLessEquals) 
	public abstract java.lang.Object visitAnnotationGreaterEquals (com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals) 
	public abstract java.lang.Object visitAnnotationRemainder (com.thoughtworks.qdox.model.annotation.AnnotationRemainder) 
	public abstract java.lang.Object visitAnnotationOr (com.thoughtworks.qdox.model.annotation.AnnotationOr) 
	public abstract java.lang.Object visitAnnotationAnd (com.thoughtworks.qdox.model.annotation.AnnotationAnd) 
	public abstract java.lang.Object visitAnnotationShiftLeft (com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft) 
	public abstract java.lang.Object visitAnnotationShiftRight (com.thoughtworks.qdox.model.annotation.AnnotationShiftRight) 
	public abstract java.lang.Object visitAnnotationNot (com.thoughtworks.qdox.model.annotation.AnnotationNot) 
	public abstract java.lang.Object visitAnnotationLogicalOr (com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr) 
	public abstract java.lang.Object visitAnnotationLogicalAnd (com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd) 
	public abstract java.lang.Object visitAnnotationLogicalNot (com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot) 
	public abstract java.lang.Object visitAnnotationMinusSign (com.thoughtworks.qdox.model.annotation.AnnotationMinusSign) 
	public abstract java.lang.Object visitAnnotationPlusSign (com.thoughtworks.qdox.model.annotation.AnnotationPlusSign) 
	public abstract java.lang.Object visitAnnotationUnsignedShiftRight (com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight) 
	public abstract java.lang.Object visitAnnotationEquals (com.thoughtworks.qdox.model.annotation.AnnotationEquals) 
	public abstract java.lang.Object visitAnnotationNotEquals (com.thoughtworks.qdox.model.annotation.AnnotationNotEquals) 
	public abstract java.lang.Object visitAnnotationExclusiveOr (com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr) 
	public abstract java.lang.Object visitAnnotationQuery (com.thoughtworks.qdox.model.annotation.AnnotationQuery) 
	public abstract java.lang.Object visitAnnotationCast (com.thoughtworks.qdox.model.annotation.AnnotationCast) 
}

com/thoughtworks/qdox/model/annotation/EvaluatingVisitor.class
EvaluatingVisitor.java
package com.thoughtworks.qdox.model.annotation
public abstract com.thoughtworks.qdox.model.annotation.EvaluatingVisitor extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationVisitor  {
	static Class class$java$lang$String
	static Class class$java$lang$Double
	static Class class$java$lang$Float
	static Class class$java$lang$Long
	static Class class$java$lang$Integer
	public void  () 
	public java.lang.Object getValue (com.thoughtworks.qdox.model.Annotation, java.lang.String) 
		com.thoughtworks.qdox.model.Annotation annotation
		String property
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public java.util.List getListValue (com.thoughtworks.qdox.model.Annotation, java.lang.String) 
		com.thoughtworks.qdox.model.Annotation annotation
		String property
		Object value
		java.util.List list
	protected static java.lang.Class resultType (java.lang.Object, java.lang.Object) 
		Object left
		Object right
		Class type
	protected static java.lang.Class numericResultType (java.lang.Object, java.lang.Object) 
		Object left
		Object right
		Class type
	protected static java.lang.Class unaryNumericResultType (java.lang.Object) 
		Object value
		Class type
	protected static java.lang.Class unaryResultType (java.lang.Object) 
		Object value
		Class type
	public java.lang.Object visitAnnotation (com.thoughtworks.qdox.model.Annotation) 
		com.thoughtworks.qdox.model.Annotation annotation
	public java.lang.Object visitAnnotationAdd (com.thoughtworks.qdox.model.annotation.AnnotationAdd) 
		Object result
		Object result
		Object result
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationAdd op
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationConstant (com.thoughtworks.qdox.model.annotation.AnnotationConstant) 
		com.thoughtworks.qdox.model.annotation.AnnotationConstant constant
	public java.lang.Object visitAnnotationDivide (com.thoughtworks.qdox.model.annotation.AnnotationDivide) 
		Object result
		Object result
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationDivide op
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationFieldRef (com.thoughtworks.qdox.model.annotation.AnnotationFieldRef) 
		com.thoughtworks.qdox.model.annotation.AnnotationFieldRef fieldRef
		com.thoughtworks.qdox.model.JavaField javaField
		Object result
	protected abstract java.lang.Object getFieldReferenceValue (com.thoughtworks.qdox.model.JavaField) 
	public java.lang.Object visitAnnotationGreaterThan (com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan) 
		boolean result
		boolean result
		boolean result
		boolean result
		com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan op
		Object left
		Object right
		Class type
		boolean result
	public java.lang.Object visitAnnotationLessThan (com.thoughtworks.qdox.model.annotation.AnnotationLessThan) 
		boolean result
		boolean result
		boolean result
		boolean result
		com.thoughtworks.qdox.model.annotation.AnnotationLessThan op
		Object left
		Object right
		Class type
		boolean result
	public java.lang.Object visitAnnotationMultiply (com.thoughtworks.qdox.model.annotation.AnnotationMultiply) 
		Object result
		Object result
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationMultiply op
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationParenExpression (com.thoughtworks.qdox.model.annotation.AnnotationParenExpression) 
		com.thoughtworks.qdox.model.annotation.AnnotationParenExpression parenExpression
	public java.lang.Object visitAnnotationSubtract (com.thoughtworks.qdox.model.annotation.AnnotationSubtract) 
		Object result
		Object result
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationSubtract op
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationTypeRef (com.thoughtworks.qdox.model.annotation.AnnotationTypeRef) 
		com.thoughtworks.qdox.model.annotation.AnnotationTypeRef typeRef
		com.thoughtworks.qdox.model.JavaClass javaClass
	public java.lang.Object visitAnnotationValueList (com.thoughtworks.qdox.model.annotation.AnnotationValueList) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
		Object v
		java.util.ListIterator i
		com.thoughtworks.qdox.model.annotation.AnnotationValueList valueList
		java.util.List list
	public java.lang.Object visitAnnotationAnd (com.thoughtworks.qdox.model.annotation.AnnotationAnd) 
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationAnd and
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationGreaterEquals (com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals) 
		boolean result
		boolean result
		boolean result
		boolean result
		com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals greaterEquals
		Object left
		Object right
		Class type
		boolean result
	public java.lang.Object visitAnnotationLessEquals (com.thoughtworks.qdox.model.annotation.AnnotationLessEquals) 
		boolean result
		boolean result
		boolean result
		boolean result
		com.thoughtworks.qdox.model.annotation.AnnotationLessEquals lessEquals
		Object left
		Object right
		Class type
		boolean result
	public java.lang.Object visitAnnotationLogicalAnd (com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd) 
		boolean result
		com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd and
		Object left
		Object right
		boolean result
	public java.lang.Object visitAnnotationLogicalNot (com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot) 
		boolean result
		com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot not
		Object value
		boolean result
	public java.lang.Object visitAnnotationLogicalOr (com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr) 
		boolean result
		com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr or
		Object left
		Object right
		boolean result
	public java.lang.Object visitAnnotationMinusSign (com.thoughtworks.qdox.model.annotation.AnnotationMinusSign) 
		Object result
		Object result
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationMinusSign sign
		Object value
		Class type
		Object result
	public java.lang.Object visitAnnotationNot (com.thoughtworks.qdox.model.annotation.AnnotationNot) 
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationNot not
		Object value
		Object type
		Object result
	public java.lang.Object visitAnnotationOr (com.thoughtworks.qdox.model.annotation.AnnotationOr) 
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationOr or
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationPlusSign (com.thoughtworks.qdox.model.annotation.AnnotationPlusSign) 
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationPlusSign sign
		Object value
		Object result
	public java.lang.Object visitAnnotationRemainder (com.thoughtworks.qdox.model.annotation.AnnotationRemainder) 
		Object result
		Object result
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationRemainder remainder
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationShiftLeft (com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft) 
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft shiftLeft
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationShiftRight (com.thoughtworks.qdox.model.annotation.AnnotationShiftRight) 
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationShiftRight shiftRight
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationUnsignedShiftRight (com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight) 
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight shiftRight
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationEquals (com.thoughtworks.qdox.model.annotation.AnnotationEquals) 
		boolean result
		boolean result
		boolean result
		boolean result
		com.thoughtworks.qdox.model.annotation.AnnotationEquals annotationEquals
		Object left
		Object right
		Class type
		boolean result
	public java.lang.Object visitAnnotationExclusiveOr (com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr) 
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr annotationExclusiveOr
		Object left
		Object right
		Class type
		Object result
	public java.lang.Object visitAnnotationNotEquals (com.thoughtworks.qdox.model.annotation.AnnotationNotEquals) 
		boolean result
		boolean result
		boolean result
		boolean result
		com.thoughtworks.qdox.model.annotation.AnnotationNotEquals annotationNotEquals
		Object left
		Object right
		Class type
		boolean result
	public java.lang.Object visitAnnotationQuery (com.thoughtworks.qdox.model.annotation.AnnotationQuery) 
		com.thoughtworks.qdox.model.annotation.AnnotationQuery annotationQuery
		Object value
		com.thoughtworks.qdox.model.annotation.AnnotationValue expression
	public java.lang.Object visitAnnotationCast (com.thoughtworks.qdox.model.annotation.AnnotationCast) 
		Object result
		Object result
		Object result
		Object result
		Object result
		Object result
		Object result
		Number n
		Object result
		Object result
		com.thoughtworks.qdox.model.annotation.AnnotationCast annotationCast
		Object value
		String type
		Object result
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

com/thoughtworks/qdox/model/annotation/RecursiveAnnotationVisitor.class
RecursiveAnnotationVisitor.java
package com.thoughtworks.qdox.model.annotation
public com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationVisitor  {
	public void  () 
	public java.lang.Object visitAnnotation (com.thoughtworks.qdox.model.Annotation) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
		java.util.Iterator i
		com.thoughtworks.qdox.model.Annotation annotation
	public java.lang.Object visitAnnotationAdd (com.thoughtworks.qdox.model.annotation.AnnotationAdd) 
		com.thoughtworks.qdox.model.annotation.AnnotationAdd op
	public java.lang.Object visitAnnotationConstant (com.thoughtworks.qdox.model.annotation.AnnotationConstant) 
		com.thoughtworks.qdox.model.annotation.AnnotationConstant constant
	public java.lang.Object visitAnnotationDivide (com.thoughtworks.qdox.model.annotation.AnnotationDivide) 
		com.thoughtworks.qdox.model.annotation.AnnotationDivide op
	public java.lang.Object visitAnnotationFieldRef (com.thoughtworks.qdox.model.annotation.AnnotationFieldRef) 
		com.thoughtworks.qdox.model.annotation.AnnotationFieldRef fieldRef
	public java.lang.Object visitAnnotationGreaterThan (com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan) 
		com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan op
	public java.lang.Object visitAnnotationLessThan (com.thoughtworks.qdox.model.annotation.AnnotationLessThan) 
		com.thoughtworks.qdox.model.annotation.AnnotationLessThan op
	public java.lang.Object visitAnnotationMultiply (com.thoughtworks.qdox.model.annotation.AnnotationMultiply) 
		com.thoughtworks.qdox.model.annotation.AnnotationMultiply op
	public java.lang.Object visitAnnotationParenExpression (com.thoughtworks.qdox.model.annotation.AnnotationParenExpression) 
		com.thoughtworks.qdox.model.annotation.AnnotationParenExpression parenExpression
	public java.lang.Object visitAnnotationSubtract (com.thoughtworks.qdox.model.annotation.AnnotationSubtract) 
		com.thoughtworks.qdox.model.annotation.AnnotationSubtract op
	public java.lang.Object visitAnnotationTypeRef (com.thoughtworks.qdox.model.annotation.AnnotationTypeRef) 
		com.thoughtworks.qdox.model.annotation.AnnotationTypeRef typeRef
	public java.lang.Object visitAnnotationValueList (com.thoughtworks.qdox.model.annotation.AnnotationValueList) 
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
		java.util.ListIterator i
		com.thoughtworks.qdox.model.annotation.AnnotationValueList valueList
	public java.lang.Object visitAnnotationAnd (com.thoughtworks.qdox.model.annotation.AnnotationAnd) 
		com.thoughtworks.qdox.model.annotation.AnnotationAnd and
	public java.lang.Object visitAnnotationGreaterEquals (com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals) 
		com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals greaterEquals
	public java.lang.Object visitAnnotationLessEquals (com.thoughtworks.qdox.model.annotation.AnnotationLessEquals) 
		com.thoughtworks.qdox.model.annotation.AnnotationLessEquals lessEquals
	public java.lang.Object visitAnnotationLogicalAnd (com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd) 
		com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd and
	public java.lang.Object visitAnnotationLogicalNot (com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot) 
		com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot not
	public java.lang.Object visitAnnotationLogicalOr (com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr) 
		com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr or
	public java.lang.Object visitAnnotationMinusSign (com.thoughtworks.qdox.model.annotation.AnnotationMinusSign) 
		com.thoughtworks.qdox.model.annotation.AnnotationMinusSign sign
	public java.lang.Object visitAnnotationNot (com.thoughtworks.qdox.model.annotation.AnnotationNot) 
		com.thoughtworks.qdox.model.annotation.AnnotationNot not
	public java.lang.Object visitAnnotationOr (com.thoughtworks.qdox.model.annotation.AnnotationOr) 
		com.thoughtworks.qdox.model.annotation.AnnotationOr or
	public java.lang.Object visitAnnotationPlusSign (com.thoughtworks.qdox.model.annotation.AnnotationPlusSign) 
		com.thoughtworks.qdox.model.annotation.AnnotationPlusSign sign
	public java.lang.Object visitAnnotationRemainder (com.thoughtworks.qdox.model.annotation.AnnotationRemainder) 
		com.thoughtworks.qdox.model.annotation.AnnotationRemainder remainder
	public java.lang.Object visitAnnotationShiftLeft (com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft) 
		com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft left
	public java.lang.Object visitAnnotationShiftRight (com.thoughtworks.qdox.model.annotation.AnnotationShiftRight) 
		com.thoughtworks.qdox.model.annotation.AnnotationShiftRight right
	public java.lang.Object visitAnnotationUnsignedShiftRight (com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight) 
		com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight right
	public java.lang.Object visitAnnotationEquals (com.thoughtworks.qdox.model.annotation.AnnotationEquals) 
		com.thoughtworks.qdox.model.annotation.AnnotationEquals annotationEquals
	public java.lang.Object visitAnnotationExclusiveOr (com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr) 
		com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr annotationExclusiveOr
	public java.lang.Object visitAnnotationNotEquals (com.thoughtworks.qdox.model.annotation.AnnotationNotEquals) 
		com.thoughtworks.qdox.model.annotation.AnnotationNotEquals annotationNotEquals
	public java.lang.Object visitAnnotationQuery (com.thoughtworks.qdox.model.annotation.AnnotationQuery) 
		com.thoughtworks.qdox.model.annotation.AnnotationQuery annotationQuery
	public java.lang.Object visitAnnotationCast (com.thoughtworks.qdox.model.annotation.AnnotationCast) 
		com.thoughtworks.qdox.model.annotation.AnnotationCast annotationCast
}

com/thoughtworks/qdox/model/Annotation.class
Annotation.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.Annotation extends java.lang.Object implements com.thoughtworks.qdox.model.annotation.AnnotationValue java.io.Serializable  {
	private final com.thoughtworks.qdox.model.Type type
	private final int lineNumber
	private final java.util.Map properties
	private final java.util.Map namedParameters
	private com.thoughtworks.qdox.model.AbstractBaseJavaEntity context
	public void  (com.thoughtworks.qdox.model.Type, com.thoughtworks.qdox.model.AbstractBaseJavaEntity, java.util.Map, int) 
		java.util.Map$Entry entry
		String name
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
		java.util.Iterator i
		com.thoughtworks.qdox.model.Type type
		com.thoughtworks.qdox.model.AbstractBaseJavaEntity context
		java.util.Map namedParameters
		int lineNumber
	public void  (com.thoughtworks.qdox.model.Type, int) 
		com.thoughtworks.qdox.model.Type type
		int line
	public void setProperty (java.lang.String, com.thoughtworks.qdox.model.annotation.AnnotationValue) 
		String name
		com.thoughtworks.qdox.model.annotation.AnnotationValue value
	public com.thoughtworks.qdox.model.Type getType () 
	public java.lang.Object getNamedParameter (java.lang.String) 
		String key
	public java.util.Map getNamedParameterMap () 
	public final com.thoughtworks.qdox.model.AbstractBaseJavaEntity getContext () 
	public int getLineNumber () 
	public java.lang.Object accept (com.thoughtworks.qdox.model.annotation.AnnotationVisitor) 
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
	public java.lang.Object getParameterValue () 
	public java.util.Map getPropertyMap () 
	public com.thoughtworks.qdox.model.annotation.AnnotationValue getProperty (java.lang.String) 
		String name
	public void setContext (com.thoughtworks.qdox.model.AbstractBaseJavaEntity) 
		com.thoughtworks.qdox.model.AbstractBaseJavaEntity context
	public java.lang.String toString () 
		java.util.Iterator i
		StringBuffer result
}

com/thoughtworks/qdox/model/BeanProperty.class
BeanProperty.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.BeanProperty extends java.lang.Object {
	private final String name
	private com.thoughtworks.qdox.model.JavaMethod accessor
	private com.thoughtworks.qdox.model.JavaMethod mutator
	private com.thoughtworks.qdox.model.Type type
	public void  (java.lang.String) 
		String name
	public java.lang.String getName () 
	public void setType (com.thoughtworks.qdox.model.Type) 
		com.thoughtworks.qdox.model.Type type
	public com.thoughtworks.qdox.model.Type getType () 
	public com.thoughtworks.qdox.model.JavaMethod getAccessor () 
	public void setAccessor (com.thoughtworks.qdox.model.JavaMethod) 
		com.thoughtworks.qdox.model.JavaMethod accessor
	public com.thoughtworks.qdox.model.JavaMethod getMutator () 
	public void setMutator (com.thoughtworks.qdox.model.JavaMethod) 
		com.thoughtworks.qdox.model.JavaMethod mutator
}

com/thoughtworks/qdox/model/ClassLibrary.class
ClassLibrary.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.ClassLibrary extends java.lang.Object implements java.io.Serializable  {
	private final java.util.Set classNames
	private final java.util.Map classNameToClassMap
	private boolean defaultClassLoadersAdded
	private transient java.util.List classLoaders
	private java.util.List sourceFolders
	public void  () 
	public void  (java.lang.ClassLoader) 
		ClassLoader loader
	public void add (java.lang.String) 
		String className
	public boolean contains (java.lang.String) 
		String className
	public java.io.File getSourceFile (java.lang.String) 
		java.io.File sourceFolder
		String mainClassName
		java.io.File classFile
		java.util.Iterator iterator
		String className
	public java.lang.Class getClass (java.lang.String) 
		Class clazz
		ClassNotFoundException e
		NoClassDefFoundError e
		ClassLoader classLoader
		java.util.Iterator iterator
		String className
		Class cachedClass
	public java.util.Collection all () 
	public void addClassLoader (java.lang.ClassLoader) 
		ClassLoader classLoader
	public void addDefaultLoader () 
	public void addSourceFolder (java.io.File) 
		java.io.File sourceFolder
	private void readObject (java.io.ObjectInputStream)  throws java.io.IOException java.lang.ClassNotFoundException 
		java.io.ObjectInputStream in
}

com/thoughtworks/qdox/model/DefaultDocletTag.class
DefaultDocletTag.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.DefaultDocletTag extends java.lang.Object implements com.thoughtworks.qdox.model.DocletTag  {
	private final String name
	private final String value
	private final int lineNumber
	private String[] parameters
	private java.util.Map namedParameters
	private com.thoughtworks.qdox.model.AbstractBaseJavaEntity context
	public void  (java.lang.String, java.lang.String, com.thoughtworks.qdox.model.AbstractBaseJavaEntity, int) 
		String name
		String value
		com.thoughtworks.qdox.model.AbstractBaseJavaEntity context
		int lineNumber
	public void  (java.lang.String, java.lang.String) 
		String name
		String value
	public java.lang.String getName () 
	public java.lang.String getValue () 
	public java.lang.String[] getParameters () 
	public java.util.Map getNamedParameterMap () 
	public java.lang.String getNamedParameter (java.lang.String) 
		String key
	public final com.thoughtworks.qdox.model.AbstractBaseJavaEntity getContext () 
	public int getLineNumber () 
}

com/thoughtworks/qdox/model/DefaultDocletTagFactory.class
DefaultDocletTagFactory.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.DefaultDocletTagFactory extends java.lang.Object implements com.thoughtworks.qdox.model.DocletTagFactory  {
	public void  () 
	public com.thoughtworks.qdox.model.DocletTag createDocletTag (java.lang.String, java.lang.String, com.thoughtworks.qdox.model.AbstractBaseJavaEntity, int) 
		String tag
		String text
		com.thoughtworks.qdox.model.AbstractBaseJavaEntity context
		int lineNumber
	public com.thoughtworks.qdox.model.DocletTag createDocletTag (java.lang.String, java.lang.String) 
		String tag
		String text
}

com/thoughtworks/qdox/model/DocletTag.class
DocletTag.java
package com.thoughtworks.qdox.model
public abstract com.thoughtworks.qdox.model.DocletTag extends java.lang.Object implements java.io.Serializable  {
	public abstract java.lang.String getName () 
	public abstract java.lang.String getValue () 
	public abstract java.lang.String[] getParameters () 
	public abstract java.lang.String getNamedParameter (java.lang.String) 
	public abstract java.util.Map getNamedParameterMap () 
	public abstract int getLineNumber () 
	public abstract com.thoughtworks.qdox.model.AbstractBaseJavaEntity getContext () 
}

com/thoughtworks/qdox/model/DocletTagFactory.class
DocletTagFactory.java
package com.thoughtworks.qdox.model
public abstract com.thoughtworks.qdox.model.DocletTagFactory extends java.lang.Object implements java.io.Serializable  {
	public abstract com.thoughtworks.qdox.model.DocletTag createDocletTag (java.lang.String, java.lang.String, com.thoughtworks.qdox.model.AbstractBaseJavaEntity, int) 
	public abstract com.thoughtworks.qdox.model.DocletTag createDocletTag (java.lang.String, java.lang.String) 
}

com/thoughtworks/qdox/model/IndentBuffer.class
IndentBuffer.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.IndentBuffer extends java.lang.Object {
	private StringBuffer buffer
	private int depth
	private boolean newLine
	public void  () 
	public void write (java.lang.String) 
		String s
	public void write (char) 
		char s
	public void newline () 
	public void indent () 
	public void deindent () 
	public java.lang.String toString () 
	private void checkNewLine () 
		int i
}

com/thoughtworks/qdox/model/JavaClass.class
JavaClass.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.JavaClass extends com.thoughtworks.qdox.model.AbstractInheritableJavaEntity implements com.thoughtworks.qdox.model.JavaClassParent  {
	private static com.thoughtworks.qdox.model.Type OBJECT
	private static com.thoughtworks.qdox.model.Type ENUM
	private static com.thoughtworks.qdox.model.Type ANNOTATION
	private java.util.List methods
	private com.thoughtworks.qdox.model.JavaMethod[] methodsArray
	private java.util.List fields
	private com.thoughtworks.qdox.model.JavaField[] fieldsArray
	private java.util.List classes
	private com.thoughtworks.qdox.model.JavaClass[] classesArray
	private boolean interfce
	private boolean isEnum
	private boolean isAnnotation
	private com.thoughtworks.qdox.model.Type type
	private com.thoughtworks.qdox.model.Type superClass
	private com.thoughtworks.qdox.model.Type[] implementz
	private com.thoughtworks.qdox.model.TypeVariable[] typeParameters
	private com.thoughtworks.qdox.JavaClassContext context
	private com.thoughtworks.qdox.model.JavaPackage javaPackage
	private com.thoughtworks.qdox.model.JavaSource source
	public void  () 
	public void  (java.lang.String) 
		String name
	public void setJavaClassContext (com.thoughtworks.qdox.JavaClassContext) 
		com.thoughtworks.qdox.JavaClassContext context
	public boolean isInterface () 
	public boolean isEnum () 
	public com.thoughtworks.qdox.model.Type getSuperClass () 
		boolean iAmJavaLangObject
	public com.thoughtworks.qdox.model.JavaClass getSuperJavaClass () 
	public com.thoughtworks.qdox.model.Type[] getImplements () 
	public com.thoughtworks.qdox.model.JavaClass[] getImplementedInterfaces () 
		int i
		com.thoughtworks.qdox.model.Type[] type
		com.thoughtworks.qdox.model.JavaClass[] result
	protected void writeBody (com.thoughtworks.qdox.model.IndentBuffer) 
		int i
		com.thoughtworks.qdox.model.JavaField javaField
		java.util.Iterator iterator
		com.thoughtworks.qdox.model.JavaMethod javaMethod
		java.util.Iterator iterator
		com.thoughtworks.qdox.model.JavaClass javaClass
		java.util.Iterator iterator
		com.thoughtworks.qdox.model.IndentBuffer result
	public void setInterface (boolean) 
		boolean interfce
	public void setEnum (boolean) 
		boolean isEnum
	public void setAnnotation (boolean) 
		boolean isAnnotation
	public void addMethod (com.thoughtworks.qdox.model.JavaMethod) 
		com.thoughtworks.qdox.model.JavaMethod meth
	public void setSuperClass (com.thoughtworks.qdox.model.Type) 
		com.thoughtworks.qdox.model.Type type
	public void setImplementz (com.thoughtworks.qdox.model.Type[]) 
		com.thoughtworks.qdox.model.Type[] implementz
	public com.thoughtworks.qdox.model.TypeVariable[] getTypeParameters () 
	public void setTypeParameters (com.thoughtworks.qdox.model.TypeVariable[]) 
		com.thoughtworks.qdox.model.TypeVariable[] typeParameters
	public void addField (com.thoughtworks.qdox.model.JavaField) 
		com.thoughtworks.qdox.model.JavaField javaField
	public void setJavaPackage (com.thoughtworks.qdox.model.JavaPackage) 
		com.thoughtworks.qdox.model.JavaPackage javaPackage
	public void setSource (com.thoughtworks.qdox.model.JavaSource) 
		com.thoughtworks.qdox.model.JavaSource source
	public com.thoughtworks.qdox.model.JavaSource getParentSource () 
	public com.thoughtworks.qdox.model.JavaSource getSource () 
	public com.thoughtworks.qdox.model.JavaPackage getPackage () 
	public com.thoughtworks.qdox.model.JavaClassParent getParent () 
		com.thoughtworks.qdox.model.JavaClassParent result
	public java.lang.String getPackageName () 
		com.thoughtworks.qdox.model.JavaPackage javaPackage
	public java.lang.String getFullyQualifiedName () 
	public boolean isInner () 
	public java.lang.String resolveType (java.lang.String) 
		int i
		String typeName
		com.thoughtworks.qdox.model.JavaClass[] innerClasses
	public com.thoughtworks.qdox.JavaClassContext getJavaClassContext () 
	public java.lang.String getClassNamePrefix () 
	public com.thoughtworks.qdox.model.Type asType () 
	public com.thoughtworks.qdox.model.JavaMethod[] getMethods () 
	public com.thoughtworks.qdox.model.JavaMethod[] getMethods (boolean) 
		java.util.Set signatures
		java.util.List methods
		boolean superclasses
	private void addMethodsFromSuperclassAndInterfaces (java.util.Set, java.util.List, com.thoughtworks.qdox.model.JavaClass) 
		int i
		java.util.Set signatures
		java.util.List methodList
		com.thoughtworks.qdox.model.JavaClass callingClazz
		com.thoughtworks.qdox.model.JavaMethod[] methods
		com.thoughtworks.qdox.model.JavaClass superclass
		com.thoughtworks.qdox.model.JavaClass[] implementz
	private void addNewMethods (java.util.Set, java.util.List, com.thoughtworks.qdox.model.JavaMethod[]) 
		String signature
		com.thoughtworks.qdox.model.JavaMethod method
		int i
		java.util.Set signatures
		java.util.List methodList
		com.thoughtworks.qdox.model.JavaMethod[] methods
	public com.thoughtworks.qdox.model.JavaMethod getMethodBySignature (java.lang.String, com.thoughtworks.qdox.model.Type[]) 
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
	public com.thoughtworks.qdox.model.JavaMethod getMethod (java.lang.String, com.thoughtworks.qdox.model.Type[], boolean) 
		int i
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
		boolean varArgs
		com.thoughtworks.qdox.model.JavaMethod[] methods
	public com.thoughtworks.qdox.model.JavaMethod getMethodBySignature (java.lang.String, com.thoughtworks.qdox.model.Type[], boolean) 
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
		boolean superclasses
	public com.thoughtworks.qdox.model.JavaMethod getMethodBySignature (java.lang.String, com.thoughtworks.qdox.model.Type[], boolean, boolean) 
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
		boolean superclasses
		boolean varArg
		com.thoughtworks.qdox.model.JavaMethod[] result
	public com.thoughtworks.qdox.model.JavaMethod[] getMethodsBySignature (java.lang.String, com.thoughtworks.qdox.model.Type[], boolean) 
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
		boolean superclasses
	public com.thoughtworks.qdox.model.JavaMethod[] getMethodsBySignature (java.lang.String, com.thoughtworks.qdox.model.Type[], boolean, boolean) 
		com.thoughtworks.qdox.model.JavaMethod method
		com.thoughtworks.qdox.model.JavaMethod method
		int i
		com.thoughtworks.qdox.model.JavaClass superclass
		com.thoughtworks.qdox.model.JavaClass[] implementz
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
		boolean superclasses
		boolean varArg
		java.util.List result
		com.thoughtworks.qdox.model.JavaMethod methodInThisClass
	public com.thoughtworks.qdox.model.JavaField[] getFields () 
	public com.thoughtworks.qdox.model.JavaField getFieldByName (java.lang.String) 
		int i
		String name
		com.thoughtworks.qdox.model.JavaField[] fields
	public void addClass (com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass cls
	public com.thoughtworks.qdox.model.JavaClass[] getClasses () 
	public com.thoughtworks.qdox.model.JavaClass[] getNestedClasses () 
	public com.thoughtworks.qdox.model.JavaClass getNestedClassByName (java.lang.String) 
		com.thoughtworks.qdox.model.JavaClass jClass
		int i
		String name
		com.thoughtworks.qdox.model.JavaClass[] classes
		int separatorIndex
		String directInnerClassName
	public com.thoughtworks.qdox.model.JavaClass[] getInnerClasses () 
	public com.thoughtworks.qdox.model.JavaClass getInnerClassByName (java.lang.String) 
		String name
	public boolean isA (java.lang.String) 
		String fullClassName
		com.thoughtworks.qdox.model.Type type
	public boolean isA (com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass javaClass
	public com.thoughtworks.qdox.model.BeanProperty[] getBeanProperties () 
	public com.thoughtworks.qdox.model.BeanProperty[] getBeanProperties (boolean) 
		boolean superclasses
		java.util.Map beanPropertyMap
		java.util.Collection beanPropertyCollection
	private java.util.Map getBeanPropertyMap (boolean) 
		String propertyName
		com.thoughtworks.qdox.model.BeanProperty beanProperty
		String propertyName
		com.thoughtworks.qdox.model.BeanProperty beanProperty
		com.thoughtworks.qdox.model.JavaMethod method
		int i
		boolean superclasses
		com.thoughtworks.qdox.model.JavaMethod[] methods
		java.util.Map beanPropertyMap
	private com.thoughtworks.qdox.model.BeanProperty getOrCreateProperty (java.util.Map, java.lang.String) 
		java.util.Map beanPropertyMap
		String propertyName
		com.thoughtworks.qdox.model.BeanProperty result
	public com.thoughtworks.qdox.model.BeanProperty getBeanProperty (java.lang.String) 
		String propertyName
	public com.thoughtworks.qdox.model.BeanProperty getBeanProperty (java.lang.String, boolean) 
		String propertyName
		boolean superclasses
	public com.thoughtworks.qdox.model.JavaClass[] getDerivedClasses () 
		com.thoughtworks.qdox.model.JavaClass clazz
		int i
		java.util.List result
		com.thoughtworks.qdox.model.JavaClass[] classes
	public com.thoughtworks.qdox.model.DocletTag[] getTagsByName (java.lang.String, boolean) 
		String name
		boolean superclasses
		java.util.List result
	private void addTagsRecursive (java.util.List, com.thoughtworks.qdox.model.JavaClass, java.lang.String, boolean) 
		int h
		com.thoughtworks.qdox.model.JavaClass superclass
		com.thoughtworks.qdox.model.JavaClass[] implementz
		java.util.List result
		com.thoughtworks.qdox.model.JavaClass javaClass
		String name
		boolean superclasses
		com.thoughtworks.qdox.model.DocletTag[] tags
	private void addNewTags (java.util.List, com.thoughtworks.qdox.model.DocletTag[]) 
		com.thoughtworks.qdox.model.DocletTag superTag
		int i
		java.util.List list
		com.thoughtworks.qdox.model.DocletTag[] tags
	public int compareTo (java.lang.Object) 
		Object o
	public java.lang.String toString () 
		StringBuffer sb
	static void  () 
}

com/thoughtworks/qdox/model/JavaClassCache.class
JavaClassCache.java
package com.thoughtworks.qdox.model
public abstract com.thoughtworks.qdox.model.JavaClassCache extends java.lang.Object implements java.io.Serializable  {
	public abstract com.thoughtworks.qdox.model.JavaClass[] getClasses () 
	public abstract com.thoughtworks.qdox.model.JavaClass getClassByName (java.lang.String) 
	public abstract void putClassByName (java.lang.String, com.thoughtworks.qdox.model.JavaClass) 
}

com/thoughtworks/qdox/model/JavaClassParent.class
JavaClassParent.java
package com.thoughtworks.qdox.model
public abstract com.thoughtworks.qdox.model.JavaClassParent extends java.lang.Object {
	public abstract java.lang.String resolveType (java.lang.String) 
	public abstract com.thoughtworks.qdox.JavaClassContext getJavaClassContext () 
	public abstract java.lang.String getClassNamePrefix () 
	public abstract com.thoughtworks.qdox.model.JavaSource getParentSource () 
	public abstract void addClass (com.thoughtworks.qdox.model.JavaClass) 
	public abstract com.thoughtworks.qdox.model.JavaClass getNestedClassByName (java.lang.String) 
}

com/thoughtworks/qdox/model/JavaField.class
JavaField.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.JavaField extends com.thoughtworks.qdox.model.AbstractJavaEntity implements com.thoughtworks.qdox.model.Member  {
	private com.thoughtworks.qdox.model.Type type
	private String initializationExpression
	public void  () 
	public void  (java.lang.String) 
		String name
	public void  (com.thoughtworks.qdox.model.Type, java.lang.String) 
		com.thoughtworks.qdox.model.Type type
		String name
	public com.thoughtworks.qdox.model.Type getType () 
	protected void writeBody (com.thoughtworks.qdox.model.IndentBuffer) 
		com.thoughtworks.qdox.model.IndentBuffer result
	public void setType (com.thoughtworks.qdox.model.Type) 
		com.thoughtworks.qdox.model.Type type
	public int compareTo (java.lang.Object) 
		Object o
	public java.lang.String getDeclarationSignature (boolean) 
		boolean withModifiers
		com.thoughtworks.qdox.model.IndentBuffer result
	public java.lang.String getCallSignature () 
	public java.lang.String getInitializationExpression () 
	public void setInitializationExpression (java.lang.String) 
		String initializationExpression
	public java.lang.String toString () 
		StringBuffer result
}

com/thoughtworks/qdox/model/JavaMethod.class
JavaMethod.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.JavaMethod extends com.thoughtworks.qdox.model.AbstractInheritableJavaEntity implements com.thoughtworks.qdox.model.Member  {
	private com.thoughtworks.qdox.model.TypeVariable[] typeParameters
	private com.thoughtworks.qdox.model.Type returns
	private java.util.List parameters
	private com.thoughtworks.qdox.model.JavaParameter[] parametersArray
	private com.thoughtworks.qdox.model.Type[] exceptions
	private boolean constructor
	private String sourceCode
	private boolean varArgs
	public void  () 
	public void  (java.lang.String) 
		String name
	public void  (com.thoughtworks.qdox.model.Type, java.lang.String) 
		com.thoughtworks.qdox.model.Type returns
		String name
	public com.thoughtworks.qdox.model.Type getReturns () 
	public com.thoughtworks.qdox.model.JavaParameter[] getParameters () 
	public com.thoughtworks.qdox.model.JavaParameter getParameterByName (java.lang.String) 
		int i
		String name
		com.thoughtworks.qdox.model.JavaParameter[] parameters
	public com.thoughtworks.qdox.model.Type[] getExceptions () 
	public boolean isConstructor () 
	public boolean isVarArgs () 
	protected void writeBody (com.thoughtworks.qdox.model.IndentBuffer) 
		com.thoughtworks.qdox.model.IndentBuffer result
	protected void writeBody (com.thoughtworks.qdox.model.IndentBuffer, boolean, boolean, boolean) 
		com.thoughtworks.qdox.model.JavaParameter parameter
		int i
		int i
		com.thoughtworks.qdox.model.IndentBuffer result
		boolean withModifiers
		boolean isDeclaration
		boolean isPrettyPrint
	private java.lang.String getSignature (boolean, boolean) 
		boolean withModifiers
		boolean isDeclaration
		com.thoughtworks.qdox.model.IndentBuffer result
	public java.lang.String getDeclarationSignature (boolean) 
		boolean withModifiers
	public java.lang.String getCallSignature () 
	public void setReturns (com.thoughtworks.qdox.model.Type) 
		com.thoughtworks.qdox.model.Type returns
	public void addParameter (com.thoughtworks.qdox.model.JavaParameter) 
		com.thoughtworks.qdox.model.JavaParameter javaParameter
	public void setExceptions (com.thoughtworks.qdox.model.Type[]) 
		com.thoughtworks.qdox.model.Type[] exceptions
	public void setConstructor (boolean) 
		boolean constructor
	public boolean equals (java.lang.Object) 
		int i
		Object obj
		com.thoughtworks.qdox.model.JavaMethod m
		com.thoughtworks.qdox.model.JavaParameter[] myParams
		com.thoughtworks.qdox.model.JavaParameter[] otherParams
	public boolean signatureMatches (java.lang.String, com.thoughtworks.qdox.model.Type[]) 
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
	public boolean signatureMatches (java.lang.String, com.thoughtworks.qdox.model.Type[], boolean) 
		int i
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
		boolean varArg
	public int hashCode () 
		int hashCode
	public boolean isPublic () 
	public boolean isPropertyAccessor () 
	public boolean isPropertyMutator () 
	public com.thoughtworks.qdox.model.Type getPropertyType () 
	public java.lang.String getPropertyName () 
		int start
	public com.thoughtworks.qdox.model.DocletTag[] getTagsByName (java.lang.String, boolean) 
		int i
		com.thoughtworks.qdox.model.DocletTag tag
		int j
		com.thoughtworks.qdox.model.JavaMethod method
		com.thoughtworks.qdox.model.DocletTag[] tags
		int i
		String name
		boolean inherited
		com.thoughtworks.qdox.model.JavaClass clazz
		com.thoughtworks.qdox.model.JavaParameter[] params
		com.thoughtworks.qdox.model.Type[] types
		com.thoughtworks.qdox.model.JavaMethod[] methods
		java.util.List result
	public int compareTo (java.lang.Object) 
		Object o
	public java.lang.String getSourceCode () 
	public void setSourceCode (java.lang.String) 
		String sourceCode
	public void setTypeParameters (com.thoughtworks.qdox.model.TypeVariable[]) 
		com.thoughtworks.qdox.model.TypeVariable[] typeParameters
	public com.thoughtworks.qdox.model.TypeVariable[] getTypeParameters () 
	public java.lang.String toString () 
		String typeValue
		int paramIndex
		int i
		StringBuffer result
	public com.thoughtworks.qdox.model.Type getGenericReturnType () 
	public com.thoughtworks.qdox.model.Type getReturnType () 
	public com.thoughtworks.qdox.model.Type getReturnType (boolean) 
		boolean resolve
	protected com.thoughtworks.qdox.model.Type getReturnType (boolean, com.thoughtworks.qdox.model.JavaClass) 
		boolean resolve
		com.thoughtworks.qdox.model.JavaClass callingClass
		com.thoughtworks.qdox.model.Type result
	public com.thoughtworks.qdox.model.Type[] getParameterTypes () 
	public com.thoughtworks.qdox.model.Type[] getParameterTypes (boolean) 
		boolean resolve
	protected com.thoughtworks.qdox.model.Type[] getParameterTypes (boolean, com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.Type curType
		int paramIndex
		boolean resolve
		com.thoughtworks.qdox.model.JavaClass callingClass
		com.thoughtworks.qdox.model.Type[] result
}

com/thoughtworks/qdox/model/JavaMethodDelegate.class
JavaMethodDelegate.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.JavaMethodDelegate extends com.thoughtworks.qdox.model.JavaMethod {
	private com.thoughtworks.qdox.model.JavaClass callingClass
	private com.thoughtworks.qdox.model.JavaMethod originalMethod
	public void  (com.thoughtworks.qdox.model.JavaClass, com.thoughtworks.qdox.model.JavaMethod) 
		com.thoughtworks.qdox.model.JavaClass callingClass
		com.thoughtworks.qdox.model.JavaMethod originalMethod
	public com.thoughtworks.qdox.model.Type getReturnType (boolean) 
		boolean resolve
		com.thoughtworks.qdox.model.Type returnType
	protected com.thoughtworks.qdox.model.Type getReturnType (boolean, com.thoughtworks.qdox.model.JavaClass) 
		boolean resolve
		com.thoughtworks.qdox.model.JavaClass _callingClass
	public com.thoughtworks.qdox.model.Type[] getParameterTypes (boolean) 
		int paramIndex
		boolean resolve
		com.thoughtworks.qdox.model.Type[] parameterTypes
	protected com.thoughtworks.qdox.model.Type[] getParameterTypes (boolean, com.thoughtworks.qdox.model.JavaClass) 
		boolean resolve
		com.thoughtworks.qdox.model.JavaClass _callingClass
	public void addParameter (com.thoughtworks.qdox.model.JavaParameter) 
		com.thoughtworks.qdox.model.JavaParameter javaParameter
	public int compareTo (java.lang.Object) 
		Object o
	public boolean equals (java.lang.Object) 
		Object obj
	public com.thoughtworks.qdox.model.Annotation[] getAnnotations () 
	public java.lang.String getCallSignature () 
	public java.lang.String getCodeBlock () 
	public java.lang.String getComment () 
	public java.lang.String getDeclarationSignature (boolean) 
		boolean withModifiers
	public com.thoughtworks.qdox.model.Type[] getExceptions () 
	public com.thoughtworks.qdox.model.Type getGenericReturnType () 
	public int getLineNumber () 
	public java.lang.String[] getModifiers () 
	public java.lang.String getName () 
	public java.lang.String getNamedParameter (java.lang.String, java.lang.String) 
		String tagName
		String parameterName
	public com.thoughtworks.qdox.model.JavaParameter getParameterByName (java.lang.String) 
		String name
	public com.thoughtworks.qdox.model.JavaParameter[] getParameters () 
	public com.thoughtworks.qdox.model.Type[] getParameterTypes () 
	public com.thoughtworks.qdox.model.JavaClassParent getParent () 
	public com.thoughtworks.qdox.model.JavaClass getParentClass () 
	public java.lang.String getPropertyName () 
	public com.thoughtworks.qdox.model.Type getPropertyType () 
	public com.thoughtworks.qdox.model.Type getReturns () 
	public com.thoughtworks.qdox.model.Type getReturnType () 
	public com.thoughtworks.qdox.model.JavaSource getSource () 
	public java.lang.String getSourceCode () 
	public com.thoughtworks.qdox.model.DocletTag getTagByName (java.lang.String, boolean) 
		String name
		boolean inherited
	public com.thoughtworks.qdox.model.DocletTag getTagByName (java.lang.String) 
		String name
	public com.thoughtworks.qdox.model.DocletTag[] getTags () 
	public com.thoughtworks.qdox.model.DocletTag[] getTagsByName (java.lang.String, boolean) 
		String name
		boolean inherited
	public com.thoughtworks.qdox.model.DocletTag[] getTagsByName (java.lang.String) 
		String name
	public com.thoughtworks.qdox.model.TypeVariable[] getTypeParameters () 
	public int hashCode () 
	public boolean isAbstract () 
	public boolean isConstructor () 
	public boolean isFinal () 
	public boolean isNative () 
	public boolean isPrivate () 
	public boolean isPropertyAccessor () 
	public boolean isPropertyMutator () 
	public boolean isProtected () 
	public boolean isPublic () 
	public boolean isStatic () 
	public boolean isStrictfp () 
	public boolean isSynchronized () 
	public boolean isTransient () 
	public boolean isVarArgs () 
	public boolean isVolatile () 
	public void setAnnotations (com.thoughtworks.qdox.model.Annotation[]) 
		com.thoughtworks.qdox.model.Annotation[] annotations
	public void setComment (java.lang.String) 
		String comment
	public void setConstructor (boolean) 
		boolean constructor
	public void setExceptions (com.thoughtworks.qdox.model.Type[]) 
		com.thoughtworks.qdox.model.Type[] exceptions
	public void setLineNumber (int) 
		int lineNumber
	public void setModifiers (java.lang.String[]) 
		String[] modifiers
	public void setName (java.lang.String) 
		String name
	public void setParent (com.thoughtworks.qdox.model.JavaClassParent) 
		com.thoughtworks.qdox.model.JavaClassParent parent
	public void setParentClass (com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass parentClass
	public void setReturns (com.thoughtworks.qdox.model.Type) 
		com.thoughtworks.qdox.model.Type returns
	public void setSourceCode (java.lang.String) 
		String sourceCode
	public void setTags (java.util.List) 
		java.util.List tagList
	public void setTypeParameters (com.thoughtworks.qdox.model.TypeVariable[]) 
		com.thoughtworks.qdox.model.TypeVariable[] typeParameters
	public boolean signatureMatches (java.lang.String, com.thoughtworks.qdox.model.Type[], boolean) 
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
		boolean varArg
	public boolean signatureMatches (java.lang.String, com.thoughtworks.qdox.model.Type[]) 
		String name
		com.thoughtworks.qdox.model.Type[] parameterTypes
	public java.lang.String toString () 
}

com/thoughtworks/qdox/model/JavaPackage.class
JavaPackage.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.JavaPackage extends com.thoughtworks.qdox.model.AbstractBaseJavaEntity {
	private com.thoughtworks.qdox.JavaClassContext context
	private String name
	private com.thoughtworks.qdox.model.Annotation[] annotations
	private int lineNumber
	private java.util.List classes
	public void  () 
	public void  (java.lang.String) 
		String name
	public void  (java.lang.String, java.util.Map) 
		String name
		java.util.Map allPackages
	public java.lang.String getName () 
	public void setName (java.lang.String) 
		String name
	public com.thoughtworks.qdox.model.Annotation[] getAnnotations () 
	public void setAnnotations (com.thoughtworks.qdox.model.Annotation[]) 
		com.thoughtworks.qdox.model.Annotation[] annotations
	public int getLineNumber () 
	public void setLineNumber (int) 
		int lineNumber
	public void setContext (com.thoughtworks.qdox.JavaClassContext) 
		com.thoughtworks.qdox.JavaClassContext context
	public void addClass (com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass clazz
	public com.thoughtworks.qdox.model.JavaClass[] getClasses () 
	public com.thoughtworks.qdox.model.JavaPackage getParentPackage () 
		String parentName
	public com.thoughtworks.qdox.model.JavaPackage[] getSubPackages () 
		String pName
		int index
		String expected
		com.thoughtworks.qdox.model.JavaPackage[] jPackages
		java.util.List retList
	public boolean equals (java.lang.Object) 
		Object o
		com.thoughtworks.qdox.model.JavaPackage that
	public int hashCode () 
	public java.lang.String toString () 
}

com/thoughtworks/qdox/model/JavaParameter.class
JavaParameter.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.JavaParameter extends com.thoughtworks.qdox.model.AbstractBaseJavaEntity implements java.io.Serializable  {
	public static final com.thoughtworks.qdox.model.JavaParameter[] EMPTY_ARRAY
	private String name
	private com.thoughtworks.qdox.model.Type type
	private com.thoughtworks.qdox.model.JavaMethod parentMethod
	private boolean varArgs
	public void  (com.thoughtworks.qdox.model.Type, java.lang.String) 
		com.thoughtworks.qdox.model.Type type
		String name
	public void  (com.thoughtworks.qdox.model.Type, java.lang.String, boolean) 
		com.thoughtworks.qdox.model.Type type
		String name
		boolean varArgs
	public java.lang.String getName () 
	public com.thoughtworks.qdox.model.Type getType () 
	public boolean equals (java.lang.Object) 
		Object obj
		com.thoughtworks.qdox.model.JavaParameter p
	public int hashCode () 
	public com.thoughtworks.qdox.model.JavaMethod getParentMethod () 
	public void setParentMethod (com.thoughtworks.qdox.model.JavaMethod) 
		com.thoughtworks.qdox.model.JavaMethod parentMethod
	public com.thoughtworks.qdox.model.JavaClass getParentClass () 
	public boolean isVarArgs () 
	public java.lang.String toString () 
	public java.lang.String getResolvedValue () 
	public java.lang.String getResolvedGenericValue () 
	static void  () 
}

com/thoughtworks/qdox/model/JavaSource.class
JavaSource.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.JavaSource extends java.lang.Object implements java.io.Serializable com.thoughtworks.qdox.model.JavaClassParent  {
	private static final java.util.Set PRIMITIVE_TYPES
	private com.thoughtworks.qdox.model.JavaPackage packge
	private java.util.List imports
	private String[] importsArray
	private java.util.List classes
	private com.thoughtworks.qdox.model.JavaClass[] classesArray
	private com.thoughtworks.qdox.JavaClassContext context
	private java.util.Map resolvedTypeCache
	private java.net.URL url
	public void  () 
	public void  (com.thoughtworks.qdox.JavaClassContext) 
		com.thoughtworks.qdox.JavaClassContext context
	public void setURL (java.net.URL) 
		java.net.URL url
	public java.net.URL getURL () 
	public void setFile (java.io.File) 
		java.net.MalformedURLException e
		java.io.File file
	public java.io.File getFile () 
	public com.thoughtworks.qdox.model.JavaPackage getPackage () 
	public void setPackage (com.thoughtworks.qdox.model.JavaPackage) 
		com.thoughtworks.qdox.model.JavaPackage packge
	public void addImport (java.lang.String) 
		String imp
	public java.lang.String[] getImports () 
	public void addClass (com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass cls
	public com.thoughtworks.qdox.model.JavaClass[] getClasses () 
	public com.thoughtworks.qdox.JavaClassContext getJavaClassContext () 
	public void setClassLibrary (com.thoughtworks.qdox.model.ClassLibrary) 
		com.thoughtworks.qdox.model.ClassLibrary classLibrary
	public java.lang.String getCodeBlock () 
		int i
		int i
		com.thoughtworks.qdox.model.IndentBuffer result
		String[] imports
		com.thoughtworks.qdox.model.JavaClass[] classes
	public java.lang.String toString () 
	public java.lang.String resolveType (java.lang.String) 
		String typeName
		String resolved
	private java.lang.String resolveTypeInternal (java.lang.String) 
		String outerName
		String nestedName
		int dotpos
		String typeName
		String resolvedName
	private java.lang.String resolveImportedType (java.lang.String, java.lang.String, boolean) 
		String candidateName
		int i
		String importSpec
		String typeName
		boolean fullMatch
		String[] imports
		String resolvedName
		String dotSuffix
	private java.lang.String resolveFromLibrary (java.lang.String) 
		String typeName
	private java.lang.String resolveFullyQualifiedType (java.lang.String) 
		String root
		String leaf
		String resolvedTypeName
		int indexOfLastDot
		String typeName
	public java.lang.String getClassNamePrefix () 
	public com.thoughtworks.qdox.model.JavaSource getParentSource () 
	public com.thoughtworks.qdox.model.JavaClass getNestedClassByName (java.lang.String) 
		com.thoughtworks.qdox.model.JavaClass candidateClass
		java.util.ListIterator i
		String name
		com.thoughtworks.qdox.model.JavaClass result
	public com.thoughtworks.qdox.model.ClassLibrary getClassLibrary () 
	public java.lang.String getPackageName () 
	static void  () 
}

com/thoughtworks/qdox/model/Member.class
Member.java
package com.thoughtworks.qdox.model
public abstract com.thoughtworks.qdox.model.Member extends java.lang.Object {
	public abstract java.lang.String getDeclarationSignature (boolean) 
	public abstract java.lang.String getCallSignature () 
}

com/thoughtworks/qdox/model/ModelBuilder$1.class
ModelBuilder.java
package com.thoughtworks.qdox.model
 com.thoughtworks.qdox.model.ModelBuilder$1 extends com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor {
	private final com.thoughtworks.qdox.model.AbstractBaseJavaEntity val$entity
	private final com.thoughtworks.qdox.model.ModelBuilder this$0
	void  (com.thoughtworks.qdox.model.ModelBuilder, com.thoughtworks.qdox.model.AbstractBaseJavaEntity) 
	public java.lang.Object visitAnnotation (com.thoughtworks.qdox.model.Annotation) 
		com.thoughtworks.qdox.model.Annotation annotation
	public java.lang.Object visitAnnotationFieldRef (com.thoughtworks.qdox.model.annotation.AnnotationFieldRef) 
		com.thoughtworks.qdox.model.annotation.AnnotationFieldRef fieldRef
}

com/thoughtworks/qdox/model/ModelBuilder.class
ModelBuilder.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.ModelBuilder extends java.lang.Object implements com.thoughtworks.qdox.parser.Builder  {
	private final com.thoughtworks.qdox.JavaClassContext context
	private final com.thoughtworks.qdox.model.JavaSource source
	private com.thoughtworks.qdox.model.JavaClassParent currentParent
	private com.thoughtworks.qdox.model.JavaClass currentClass
	private com.thoughtworks.qdox.model.JavaMethod currentMethod
	private java.util.List currentAnnoDefs
	private String lastComment
	private java.util.List lastTagSet
	private com.thoughtworks.qdox.model.DocletTagFactory docletTagFactory
	public void  () 
	public void  (com.thoughtworks.qdox.JavaClassContext, com.thoughtworks.qdox.model.DocletTagFactory, java.util.Map) 
		com.thoughtworks.qdox.JavaClassContext context
		com.thoughtworks.qdox.model.DocletTagFactory docletTagFactory
		java.util.Map allPackages
	public void addPackage (com.thoughtworks.qdox.parser.structs.PackageDef) 
		com.thoughtworks.qdox.parser.structs.PackageDef packageDef
		com.thoughtworks.qdox.model.JavaPackage jPackage
	public void addImport (java.lang.String) 
		String importName
	public void addJavaDoc (java.lang.String) 
		String text
	public void addJavaDocTag (com.thoughtworks.qdox.parser.structs.TagDef) 
		com.thoughtworks.qdox.parser.structs.TagDef tagDef
	public void beginClass (com.thoughtworks.qdox.parser.structs.ClassDef) 
		int i
		java.util.Set implementSet
		java.util.Iterator implementIt
		com.thoughtworks.qdox.model.Type[] implementz
		String[] modifiers
		com.thoughtworks.qdox.parser.structs.TypeVariableDef typeVariableDef
		java.util.Iterator iterator
		com.thoughtworks.qdox.model.TypeVariable[] typeParams
		int index
		com.thoughtworks.qdox.parser.structs.ClassDef def
	public void endClass () 
	public com.thoughtworks.qdox.model.Type createType (java.lang.String, int) 
		String typeName
		int dimensions
	public com.thoughtworks.qdox.model.Type createType (com.thoughtworks.qdox.parser.structs.TypeDef) 
		com.thoughtworks.qdox.parser.structs.TypeDef typeDef
	public com.thoughtworks.qdox.model.Type createType (com.thoughtworks.qdox.parser.structs.TypeDef, int) 
		com.thoughtworks.qdox.parser.structs.TypeDef typeDef
		int dimensions
	private void addJavaDoc (com.thoughtworks.qdox.model.AbstractJavaEntity) 
		com.thoughtworks.qdox.parser.structs.TagDef tagDef
		com.thoughtworks.qdox.model.AbstractJavaEntity entity
		java.util.Iterator tagDefIterator
		java.util.List tagList
	public void addMethod (com.thoughtworks.qdox.parser.structs.MethodDef) 
		com.thoughtworks.qdox.parser.structs.MethodDef def
	public void beginMethod () 
	public void endMethod (com.thoughtworks.qdox.parser.structs.MethodDef) 
		com.thoughtworks.qdox.parser.structs.TypeVariableDef typeVariableDef
		java.util.Iterator iterator
		com.thoughtworks.qdox.model.TypeVariable[] typeParams
		int index
		java.util.Iterator iter
		com.thoughtworks.qdox.model.Type[] exceptions
		int index
		String[] modifiers
		com.thoughtworks.qdox.parser.structs.MethodDef def
	public com.thoughtworks.qdox.model.TypeVariable createTypeVariable (com.thoughtworks.qdox.parser.structs.TypeVariableDef) 
		com.thoughtworks.qdox.parser.structs.TypeVariableDef typeVariableDef
	public com.thoughtworks.qdox.model.TypeVariable createTypeVariable (java.lang.String, java.util.List) 
		String name
		java.util.List typeParams
	public void addField (com.thoughtworks.qdox.parser.structs.FieldDef) 
		String[] modifiers
		com.thoughtworks.qdox.parser.structs.FieldDef def
		com.thoughtworks.qdox.model.JavaField currentField
	public void addParameter (com.thoughtworks.qdox.parser.structs.FieldDef) 
		com.thoughtworks.qdox.parser.structs.FieldDef fieldDef
		com.thoughtworks.qdox.model.JavaParameter jParam
	private void setAnnotations (com.thoughtworks.qdox.model.AbstractBaseJavaEntity) 
		com.thoughtworks.qdox.model.Annotation annotation
		java.util.ListIterator iter
		com.thoughtworks.qdox.model.annotation.AnnotationVisitor visitor
		com.thoughtworks.qdox.model.Annotation[] annotations
		com.thoughtworks.qdox.model.AbstractBaseJavaEntity entity
	public void addAnnotation (com.thoughtworks.qdox.model.Annotation) 
		com.thoughtworks.qdox.model.Annotation annotation
	public com.thoughtworks.qdox.model.JavaSource getSource () 
}

com/thoughtworks/qdox/model/Type.class
Type.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.Type extends java.lang.Object implements java.lang.Comparable java.io.Serializable  {
	public static final com.thoughtworks.qdox.model.Type[] EMPTY_ARRAY
	public static final com.thoughtworks.qdox.model.Type VOID
	private String name
	private com.thoughtworks.qdox.model.JavaClassParent context
	private String fullName
	private int dimensions
	private com.thoughtworks.qdox.model.Type[] actualArgumentTypes
	public void  (java.lang.String, java.lang.String, int, com.thoughtworks.qdox.model.JavaClassParent) 
		String fullName
		String name
		int dimensions
		com.thoughtworks.qdox.model.JavaClassParent context
	public void  (java.lang.String, com.thoughtworks.qdox.parser.structs.TypeDef, int, com.thoughtworks.qdox.model.JavaClassParent) 
		int index
		String fullName
		com.thoughtworks.qdox.parser.structs.TypeDef typeDef
		int dimensions
		com.thoughtworks.qdox.model.JavaClassParent context
	public void  (java.lang.String, int, com.thoughtworks.qdox.model.JavaClassParent) 
		String fullName
		int dimensions
		com.thoughtworks.qdox.model.JavaClassParent context
	public void  (java.lang.String, int) 
		String fullName
		int dimensions
	public void  (java.lang.String) 
		String fullName
	public static com.thoughtworks.qdox.model.Type createUnresolved (java.lang.String, int, com.thoughtworks.qdox.model.JavaClassParent) 
		String name
		int dimensions
		com.thoughtworks.qdox.model.JavaClassParent context
	public static com.thoughtworks.qdox.model.Type createUnresolved (com.thoughtworks.qdox.parser.structs.TypeDef, int, com.thoughtworks.qdox.model.JavaClassParent) 
		com.thoughtworks.qdox.parser.structs.TypeDef typeDef
		int dimensions
		com.thoughtworks.qdox.model.JavaClassParent context
	public static com.thoughtworks.qdox.model.Type createUnresolved (com.thoughtworks.qdox.parser.structs.TypeDef, com.thoughtworks.qdox.model.JavaClassParent) 
		com.thoughtworks.qdox.parser.structs.TypeDef typeDef
		com.thoughtworks.qdox.model.JavaClassParent context
	public com.thoughtworks.qdox.model.JavaClassParent getJavaClassParent () 
	public java.lang.String getFullQualifiedName () 
	public java.lang.String getFullyQualifiedName () 
	public java.lang.String getValue () 
		String fqn
	public java.lang.String getGenericValue () 
		int index
		int i
		StringBuffer result
	protected java.lang.String getGenericValue (com.thoughtworks.qdox.model.TypeVariable[]) 
		int index
		com.thoughtworks.qdox.model.TypeVariable[] typeVariableList
		StringBuffer result
	protected java.lang.String getResolvedValue (com.thoughtworks.qdox.model.TypeVariable[]) 
		int typeIndex
		com.thoughtworks.qdox.model.TypeVariable[] typeParameters
		String result
	protected java.lang.String getResolvedGenericValue (com.thoughtworks.qdox.model.TypeVariable[]) 
		int typeIndex
		com.thoughtworks.qdox.model.TypeVariable[] typeParameters
		String result
	public boolean isResolved () 
	public int compareTo (java.lang.Object) 
		Object o
	public boolean isArray () 
	public int getDimensions () 
	public com.thoughtworks.qdox.model.Type[] getActualTypeArguments () 
	public java.lang.String toString () 
		int i
		StringBuffer buff
		String result
	public java.lang.String toGenericString () 
		int i
		StringBuffer buff
		String result
	public boolean equals (java.lang.Object) 
		Object obj
		com.thoughtworks.qdox.model.Type t
	public int hashCode () 
	public com.thoughtworks.qdox.model.JavaClass getJavaClass () 
		com.thoughtworks.qdox.JavaClassContext context
		com.thoughtworks.qdox.model.JavaClass result
		com.thoughtworks.qdox.model.JavaClassParent javaClassParent
	public boolean isA (com.thoughtworks.qdox.model.Type) 
		int i
		com.thoughtworks.qdox.model.Type[] implementz
		com.thoughtworks.qdox.model.Type supertype
		com.thoughtworks.qdox.model.JavaClass javaClass
		com.thoughtworks.qdox.model.Type type
	public boolean isPrimitive () 
		String value
	public boolean isVoid () 
	protected int getTypeVariableIndex (com.thoughtworks.qdox.model.JavaClass) 
		int typeIndex
		com.thoughtworks.qdox.model.JavaClass superClass
		com.thoughtworks.qdox.model.TypeVariable[] typeVariables
	protected com.thoughtworks.qdox.model.Type resolve (com.thoughtworks.qdox.model.JavaClass) 
		com.thoughtworks.qdox.model.JavaClass parentClass
	protected com.thoughtworks.qdox.model.Type resolve (com.thoughtworks.qdox.model.JavaClass, com.thoughtworks.qdox.model.JavaClass) 
		int i
		String fqn
		int i
		com.thoughtworks.qdox.model.JavaClass parentClass
		com.thoughtworks.qdox.model.JavaClass subclass
		com.thoughtworks.qdox.model.Type result
		int typeIndex
	static void  () 
}

com/thoughtworks/qdox/model/TypeVariable.class
TypeVariable.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.TypeVariable extends com.thoughtworks.qdox.model.Type {
	public static final com.thoughtworks.qdox.model.TypeVariable[] EMPTY_ARRAY
	private com.thoughtworks.qdox.model.Type[] bounds
	public void  (java.lang.String, com.thoughtworks.qdox.parser.structs.TypeVariableDef, com.thoughtworks.qdox.model.JavaClassParent) 
		int index
		String fullName
		com.thoughtworks.qdox.parser.structs.TypeVariableDef def
		com.thoughtworks.qdox.model.JavaClassParent context
	public static com.thoughtworks.qdox.model.TypeVariable createUnresolved (com.thoughtworks.qdox.parser.structs.TypeVariableDef, com.thoughtworks.qdox.model.JavaClassParent) 
		com.thoughtworks.qdox.parser.structs.TypeVariableDef def
		com.thoughtworks.qdox.model.JavaClassParent context
	public java.lang.String getValue () 
	public java.lang.String getGenericValue () 
		int index
		StringBuffer result
	public java.lang.String getName () 
	static void  () 
}

com/thoughtworks/qdox/model/util/OrderedMap$Entry.class
OrderedMap.java
package com.thoughtworks.qdox.model.util
 com.thoughtworks.qdox.model.util.OrderedMap$Entry extends java.lang.Object implements java.util.Map$Entry  {
	Object _key
	Object _value
	public void  (java.lang.Object, java.lang.Object) 
		Object key
		Object value
	public java.lang.Object getKey () 
	public java.lang.Object getValue () 
	public java.lang.Object setValue (java.lang.Object) 
		Object value
		Object oldValue
	public boolean equals (java.lang.Object) 
		Object o
		java.util.Map$Entry e
	public int hashCode () 
	public java.lang.String toString () 
}

com/thoughtworks/qdox/model/util/OrderedMap$OrderedSet.class
OrderedMap.java
package com.thoughtworks.qdox.model.util
 com.thoughtworks.qdox.model.util.OrderedMap$OrderedSet extends java.util.AbstractSet {
	private java.util.List _elementList
	void  () 
	public int size () 
	public java.util.Iterator iterator () 
	public boolean add (java.lang.Object) 
		Object o
}

com/thoughtworks/qdox/model/util/OrderedMap.class
OrderedMap.java
package com.thoughtworks.qdox.model.util
public com.thoughtworks.qdox.model.util.OrderedMap extends java.util.AbstractMap {
	private java.util.Set _entrySet
	public void  () 
	public java.util.Set entrySet () 
	public java.lang.Object put (java.lang.Object, java.lang.Object) 
		Object key
		Object value
		com.thoughtworks.qdox.model.util.OrderedMap$Entry existingEntry
		Object previousValue
	private com.thoughtworks.qdox.model.util.OrderedMap$Entry getEntryWithKey (java.lang.Object) 
		com.thoughtworks.qdox.model.util.OrderedMap$Entry e
		Object key
		java.util.Iterator i
	private static boolean eq (java.lang.Object, java.lang.Object) 
		Object o1
		Object o2
	static boolean access$000 (java.lang.Object, java.lang.Object) 
		Object x0
		Object x1
}

com/thoughtworks/qdox/model/util/TagParser.class
TagParser.java
package com.thoughtworks.qdox.model.util
public com.thoughtworks.qdox.model.util.TagParser extends java.lang.Object {
	public void  () 
	static java.io.StreamTokenizer makeTokenizer (java.lang.String) 
		String tagValue
		java.io.StreamTokenizer tokenizer
	public static java.util.Map parseNamedParameters (java.lang.String) 
		String key
		java.io.IOException e
		String tagValue
		java.util.Map paramMap
		java.io.StreamTokenizer tokenizer
	public static java.lang.String[] parseWords (java.lang.String) 
		java.io.IOException e
		String tagValue
		java.io.StreamTokenizer tokenizer
		java.util.ArrayList wordList
		String[] wordArray
	public static java.lang.String[] parseParameters (java.lang.String) 
		StringBuilder param
		java.io.IOException e
		String tagValue
		java.io.StreamTokenizer tokenizer
		java.util.ArrayList wordList
		String[] wordArray
}

com/thoughtworks/qdox/model/WildcardType.class
WildcardType.java
package com.thoughtworks.qdox.model
public com.thoughtworks.qdox.model.WildcardType extends com.thoughtworks.qdox.model.Type {
	private String wildcardExpressionType
	public void  () 
	public void  (com.thoughtworks.qdox.parser.structs.WildcardTypeDef) 
		com.thoughtworks.qdox.parser.structs.WildcardTypeDef typeDef
	public void  (com.thoughtworks.qdox.parser.structs.WildcardTypeDef, com.thoughtworks.qdox.model.JavaClassParent) 
		com.thoughtworks.qdox.parser.structs.WildcardTypeDef typeDef
		com.thoughtworks.qdox.model.JavaClassParent context
	public java.lang.String getGenericValue () 
		String result
}

com/thoughtworks/qdox/parser/Builder.class
Builder.java
package com.thoughtworks.qdox.parser
public abstract com.thoughtworks.qdox.parser.Builder extends java.lang.Object {
	public abstract void addPackage (com.thoughtworks.qdox.parser.structs.PackageDef) 
	public abstract void addImport (java.lang.String) 
	public abstract void addJavaDoc (java.lang.String) 
	public abstract void addJavaDocTag (com.thoughtworks.qdox.parser.structs.TagDef) 
	public abstract void beginClass (com.thoughtworks.qdox.parser.structs.ClassDef) 
	public abstract void endClass () 
	public abstract void beginMethod () 
	public abstract void endMethod (com.thoughtworks.qdox.parser.structs.MethodDef) 
	public abstract void addParameter (com.thoughtworks.qdox.parser.structs.FieldDef) 
	public abstract void addField (com.thoughtworks.qdox.parser.structs.FieldDef) 
	public abstract void addAnnotation (com.thoughtworks.qdox.model.Annotation) 
	public abstract com.thoughtworks.qdox.model.Type createType (java.lang.String, int) 
	public abstract com.thoughtworks.qdox.model.Type createType (com.thoughtworks.qdox.parser.structs.TypeDef) 
}

com/thoughtworks/qdox/parser/impl/JFlexLexer$ZzFlexStreamInfo.class
JFlexLexer.java
package com.thoughtworks.qdox.parser.impl
final com.thoughtworks.qdox.parser.impl.JFlexLexer$ZzFlexStreamInfo extends java.lang.Object {
	java.io.Reader zzReader
	int zzEndRead
	int zzStartRead
	int zzCurrentPos
	int zzMarkedPos
	char[] zzBuffer
	boolean zzAtEOF
	boolean zzEOFDone
	void  (java.io.Reader, int, int, int, int, char[], boolean) 
		java.io.Reader zzReader
		int zzEndRead
		int zzStartRead
		int zzCurrentPos
		int zzMarkedPos
		char[] zzBuffer
		boolean zzAtEOF
}

com/thoughtworks/qdox/parser/impl/JFlexLexer.class
JFlexLexer.java
package com.thoughtworks.qdox.parser.impl
public com.thoughtworks.qdox.parser.impl.JFlexLexer extends java.lang.Object implements com.thoughtworks.qdox.parser.Lexer  {
	public static final int YYEOF
	private static final int ZZ_BUFFERSIZE
	public static final int ENUM
	public static final int SINGLELINECOMMENT
	public static final int ASSIGNMENT
	public static final int ANNOTATION
	public static final int JAVADOCTAG
	public static final int STRING
	public static final int ANNOSTRING
	public static final int YYINITIAL
	public static final int MULTILINECOMMENT
	public static final int PARENBLOCK
	public static final int ANNOCHAR
	public static final int CODEBLOCK
	public static final int CHAR
	public static final int JAVADOC
	public static final int JAVADOCLINE
	private static final int[] ZZ_LEXSTATE
	private static final String ZZ_CMAP_PACKED
	private static final char[] ZZ_CMAP
	private static final int[] ZZ_ACTION
	private static final String ZZ_ACTION_PACKED_0
	private static final int[] ZZ_ROWMAP
	private static final String ZZ_ROWMAP_PACKED_0
	private static final int[] ZZ_TRANS
	private static final String ZZ_TRANS_PACKED_0
	private static final int ZZ_UNKNOWN_ERROR
	private static final int ZZ_NO_MATCH
	private static final int ZZ_PUSHBACK_2BIG
	private static final String[] ZZ_ERROR_MSG
	private static final int[] ZZ_ATTRIBUTE
	private static final String ZZ_ATTRIBUTE_PACKED_0
	private java.io.Reader zzReader
	private int zzState
	private int zzLexicalState
	private char[] zzBuffer
	private int zzMarkedPos
	private int zzCurrentPos
	private int zzStartRead
	private int zzEndRead
	private int yyline
	private int yychar
	private int yycolumn
	private boolean zzAtBOL
	private boolean zzAtEOF
	private boolean zzEOFDone
	private java.util.Stack zzStreams
	private boolean[] zzFin
	private int classDepth
	private int parenDepth
	private int nestingDepth
	private int annotationDepth
	private int assignmentDepth
	private int stateDepth
	private int codeblockDepth
	private int[] stateStack
	private int braceMode
	private int parenMode
	private String className
	private boolean javaDocNewLine
	private boolean javaDocStartedContent
	private StringBuffer codeBody
	private boolean newMode
	private boolean bracketMode
	private boolean anonymousMode
	private boolean appendingToCodeBody
	private boolean shouldCaptureCodeBody
	private boolean isConstructor
	private static int[] zzUnpackAction () 
		int[] result
		int offset
	private static int zzUnpackAction (java.lang.String, int, int[]) 
		int count
		int value
		String packed
		int offset
		int[] result
		int i
		int j
		int l
	private static int[] zzUnpackRowMap () 
		int[] result
		int offset
	private static int zzUnpackRowMap (java.lang.String, int, int[]) 
		int high
		String packed
		int offset
		int[] result
		int i
		int j
		int l
	private static int[] zzUnpackTrans () 
		int[] result
		int offset
	private static int zzUnpackTrans (java.lang.String, int, int[]) 
		int count
		int value
		String packed
		int offset
		int[] result
		int i
		int j
		int l
	private static int[] zzUnpackAttribute () 
		int[] result
		int offset
	private static int zzUnpackAttribute (java.lang.String, int, int[]) 
		int count
		int value
		String packed
		int offset
		int[] result
		int i
		int j
		int l
	public void setCaptureCodeBody (boolean) 
		boolean shouldCaptureCodeBody
	public java.lang.String text () 
	public int lex ()  throws java.io.IOException 
	public int getLine () 
	public int getColumn () 
	private void pushState (int) 
		int newState
	private void popState () 
	private int peekState (int) 
		int relative
	public java.lang.String getCodeBody () 
		String s
	public void  (java.io.Reader) 
		java.io.Reader in
	public void  (java.io.InputStream) 
		java.io.InputStream in
	private static char[] zzUnpackCMap (java.lang.String) 
		int count
		char value
		String packed
		char[] map
		int i
		int j
	private boolean zzRefill ()  throws java.io.IOException 
		char[] newBuffer
		int c
		int numRead
	public final void yyclose ()  throws java.io.IOException 
	public final void yypushStream (java.io.Reader) 
		java.io.Reader reader
	public final void yypopStream ()  throws java.io.IOException 
		com.thoughtworks.qdox.parser.impl.JFlexLexer$ZzFlexStreamInfo s
	public final boolean yymoreStreams () 
	public final void yyreset (java.io.Reader) 
		java.io.Reader reader
	public final int yystate () 
	public final void yybegin (int) 
		int newState
	public final java.lang.String yytext () 
	public final char yycharat (int) 
		int pos
	public final int yylength () 
	private void zzScanError (int) 
		ArrayIndexOutOfBoundsException e
		int errorCode
		String message
	public void yypushback (int) 
		int number
	private void zzDoEOF ()  throws java.io.IOException 
	public int yylex ()  throws java.io.IOException 
		boolean zzPeek
		boolean zzPeek
		boolean zzPeek
		boolean eof
		boolean zzPeek
		int zzInput
		int zzInput
		int zzInput
		boolean eof
		int zzNext
		int zzAttributes
		int zzFState
		int zzFPos
		boolean[] zzFinL
		int zzFState
		int zzFPos
		boolean[] zzFinL
		int zzCurrentPosL
		int zzMarkedPosL
		int zzEndReadL
		char[] zzBufferL
		char[] zzCMapL
		boolean zzR
		int zzInput
		int zzAction
		int[] zzTransL
		int[] zzRowMapL
		int[] zzAttrL
	static void  () 
}

com/thoughtworks/qdox/parser/impl/Parser$1.class
Parser.java
package com.thoughtworks.qdox.parser.impl
 com.thoughtworks.qdox.parser.impl.Parser$1 extends java.lang.Object {
}

com/thoughtworks/qdox/parser/impl/Parser$Value.class
Parser.java
package com.thoughtworks.qdox.parser.impl
 com.thoughtworks.qdox.parser.impl.Parser$Value extends java.lang.Object {
	Object oval
	String sval
	int ival
	boolean bval
	com.thoughtworks.qdox.parser.structs.TypeDef type
	com.thoughtworks.qdox.model.annotation.AnnotationValue annoval
	private final com.thoughtworks.qdox.parser.impl.Parser this$0
	private void  (com.thoughtworks.qdox.parser.impl.Parser) 
	void  (com.thoughtworks.qdox.parser.impl.Parser, com.thoughtworks.qdox.parser.impl.Parser$1) 
		com.thoughtworks.qdox.parser.impl.Parser x0
		com.thoughtworks.qdox.parser.impl.Parser$1 x1
}

com/thoughtworks/qdox/parser/impl/Parser.class
Parser.java
package com.thoughtworks.qdox.parser.impl
public com.thoughtworks.qdox.parser.impl.Parser extends java.lang.Object {
	boolean yydebug
	int yynerrs
	int yyerrflag
	int yychar
	static final int YYSTACKSIZE
	int[] statestk
	int stateptr
	int stateptrmax
	int statemax
	String yytext
	com.thoughtworks.qdox.parser.impl.Parser$Value yyval
	com.thoughtworks.qdox.parser.impl.Parser$Value yylval
	com.thoughtworks.qdox.parser.impl.Parser$Value[] valstk
	int valptr
	public static final short SEMI
	public static final short DOT
	public static final short DOTDOTDOT
	public static final short COMMA
	public static final short STAR
	public static final short PERCENT
	public static final short EQUALS
	public static final short ANNOSTRING
	public static final short ANNOCHAR
	public static final short SLASH
	public static final short PLUS
	public static final short MINUS
	public static final short PACKAGE
	public static final short IMPORT
	public static final short PUBLIC
	public static final short PROTECTED
	public static final short PRIVATE
	public static final short STATIC
	public static final short FINAL
	public static final short ABSTRACT
	public static final short NATIVE
	public static final short STRICTFP
	public static final short SYNCHRONIZED
	public static final short TRANSIENT
	public static final short VOLATILE
	public static final short CLASS
	public static final short INTERFACE
	public static final short ENUM
	public static final short ANNOINTERFACE
	public static final short THROWS
	public static final short EXTENDS
	public static final short IMPLEMENTS
	public static final short SUPER
	public static final short DEFAULT
	public static final short BRACEOPEN
	public static final short BRACECLOSE
	public static final short SQUAREOPEN
	public static final short SQUARECLOSE
	public static final short PARENOPEN
	public static final short PARENCLOSE
	public static final short LESSTHAN
	public static final short GREATERTHAN
	public static final short LESSEQUALS
	public static final short GREATEREQUALS
	public static final short LESSTHAN2
	public static final short GREATERTHAN2
	public static final short GREATERTHAN3
	public static final short EXCLAMATION
	public static final short AMPERSAND2
	public static final short VERTLINE2
	public static final short EQUALS2
	public static final short NOTEQUALS
	public static final short TILDE
	public static final short AMPERSAND
	public static final short VERTLINE
	public static final short CIRCUMFLEX
	public static final short VOID
	public static final short QUERY
	public static final short COLON
	public static final short AT
	public static final short JAVADOCSTART
	public static final short JAVADOCEND
	public static final short JAVADOCEOL
	public static final short CODEBLOCK
	public static final short PARENBLOCK
	public static final short BYTE
	public static final short SHORT
	public static final short INT
	public static final short LONG
	public static final short CHAR
	public static final short FLOAT
	public static final short DOUBLE
	public static final short BOOLEAN
	public static final short IDENTIFIER
	public static final short JAVADOCTAG
	public static final short JAVADOCLINE
	public static final short BOOLEAN_LITERAL
	public static final short INTEGER_LITERAL
	public static final short LONG_LITERAL
	public static final short FLOAT_LITERAL
	public static final short DOUBLE_LITERAL
	public static final short CHAR_LITERAL
	public static final short STRING_LITERAL
	public static final short YYERRCODE
	static final short[] yylhs
	static final short[] yylen
	static final short[] yydefred
	static final short[] yydgoto
	static final short[] yysindex
	static final short[] yyrindex
	static final short[] yygindex
	static final int YYTABLESIZE
	static final short[] yytable
	static final short[] yycheck
	static final short YYFINAL
	static final short YYMAXTOKEN
	static final String[] yyname
	static final String[] yyrule
	private com.thoughtworks.qdox.parser.Lexer lexer
	private com.thoughtworks.qdox.parser.Builder builder
	private StringBuffer textBuffer
	private com.thoughtworks.qdox.parser.structs.ClassDef cls
	private com.thoughtworks.qdox.parser.structs.MethodDef mth
	private java.util.List typeParams
	private java.util.List annotationStack
	private com.thoughtworks.qdox.model.Annotation annotation
	private java.util.List annoValueListStack
	private java.util.List annoValueList
	private com.thoughtworks.qdox.parser.structs.FieldDef param
	private java.util.Set modifiers
	private com.thoughtworks.qdox.parser.structs.TypeDef fieldType
	private com.thoughtworks.qdox.parser.structs.TypeVariableDef typeVariable
	private java.util.Stack typeStack
	private int line
	private int column
	private boolean debugLexer
	int yyn
	int yym
	int yystate
	String yys
	void debug (java.lang.String) 
		String msg
	void state_push (int) 
		int state
	int state_pop () 
	void state_drop (int) 
		int cnt
		int ptr
	int state_peek (int) 
		int relative
		int ptr
	boolean init_stacks () 
	void dump_stacks (int) 
		int count
		int i
	void val_init () 
	void val_push (com.thoughtworks.qdox.parser.impl.Parser$Value) 
		com.thoughtworks.qdox.parser.impl.Parser$Value val
	com.thoughtworks.qdox.parser.impl.Parser$Value val_pop () 
	void val_drop (int) 
		int cnt
		int ptr
	com.thoughtworks.qdox.parser.impl.Parser$Value val_peek (int) 
		int relative
		int ptr
	private void appendToBuffer (java.lang.String) 
		char lastChar
		String word
	private java.lang.String buffer () 
		String result
	public void  (com.thoughtworks.qdox.parser.Lexer, com.thoughtworks.qdox.parser.Builder) 
		com.thoughtworks.qdox.parser.Lexer lexer
		com.thoughtworks.qdox.parser.Builder builder
	public void setDebugParser (boolean) 
		boolean debug
	public void setDebugLexer (boolean) 
		boolean debug
	public boolean parse () 
	private int yylex () 
		int result
		java.io.IOException e
	private void yyerror (java.lang.String) 
		String msg
	private void makeField (com.thoughtworks.qdox.parser.structs.TypeDef, java.lang.String) 
		com.thoughtworks.qdox.parser.structs.TypeDef field
		String body
		com.thoughtworks.qdox.parser.structs.FieldDef fd
	private java.lang.String convertString (java.lang.String) 
		char ch
		int i
		String str
		StringBuffer buf
		boolean escaped
		int unicode
		int value
		int octal
		boolean consumed
	private java.lang.Boolean toBoolean (java.lang.String) 
		String str
	private java.lang.Integer toInteger (java.lang.String) 
		Integer result
		Integer result
		String str
		Integer result
	private java.lang.Long toLong (java.lang.String) 
		Long result
		Long result
		String str
		Long result
		int len
	private java.lang.Float toFloat (java.lang.String) 
		String str
	private java.lang.Double toDouble (java.lang.String) 
		String str
	private java.lang.Character toChar (java.lang.String) 
		String str
		String str2
	private java.lang.String toString (java.lang.String) 
		String str
		String str2
	void yylexdebug (int, int) 
		int state
		int ch
		String s
	int yyparse () 
		String s
		String s
		com.thoughtworks.qdox.parser.structs.TypeDef td
		com.thoughtworks.qdox.parser.structs.TypeDef td
		boolean doaction
	static void  () 
}

com/thoughtworks/qdox/parser/Lexer.class
Lexer.java
package com.thoughtworks.qdox.parser
public abstract com.thoughtworks.qdox.parser.Lexer extends java.lang.Object {
	public abstract int lex ()  throws java.io.IOException 
	public abstract java.lang.String text () 
	public abstract int getLine () 
	public abstract int getColumn () 
	public abstract java.lang.String getCodeBody () 
}

com/thoughtworks/qdox/parser/ParseException.class
ParseException.java
package com.thoughtworks.qdox.parser
public com.thoughtworks.qdox.parser.ParseException extends java.lang.RuntimeException {
	private int line
	private int column
	private String errorMessage
	public void  (java.lang.String, int, int) 
		String message
		int line
		int column
	public int getLine () 
	public int getColumn () 
	public void setSourceInfo (java.lang.String) 
		String sourceInfo
	public java.lang.String getMessage () 
}

com/thoughtworks/qdox/parser/structs/AnnoDef.class
AnnoDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.AnnoDef extends com.thoughtworks.qdox.parser.structs.LocatedDef {
	public String name
	public java.util.Map args
	public com.thoughtworks.qdox.parser.structs.AnnoDef tempAnno
	public void  () 
	public boolean equals (java.lang.Object) 
		Object obj
		com.thoughtworks.qdox.parser.structs.AnnoDef annoDef
	public int hashCode () 
	public java.lang.String toString () 
		java.util.Iterator i
		StringBuffer result
}

com/thoughtworks/qdox/parser/structs/ClassDef.class
ClassDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.ClassDef extends com.thoughtworks.qdox.parser.structs.LocatedDef {
	public static final String CLASS
	public static final String INTERFACE
	public static final String ENUM
	public static final String ANNOTATION_TYPE
	public String name
	public java.util.Set modifiers
	public java.util.List typeParams
	public java.util.Set extendz
	public java.util.Set implementz
	public String type
	public void  () 
	public boolean equals (java.lang.Object) 
		Object obj
		com.thoughtworks.qdox.parser.structs.ClassDef classDef
	public int hashCode () 
	public java.lang.String toString () 
		StringBuffer result
}

com/thoughtworks/qdox/parser/structs/FieldDef.class
FieldDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.FieldDef extends com.thoughtworks.qdox.parser.structs.LocatedDef {
	public String name
	public com.thoughtworks.qdox.parser.structs.TypeDef type
	public java.util.Set modifiers
	public int dimensions
	public boolean isVarArgs
	public String body
	public void  () 
	public boolean equals (java.lang.Object) 
		Object obj
		com.thoughtworks.qdox.parser.structs.FieldDef paramDef
		boolean result
	public int hashCode () 
	public java.lang.String toString () 
		int i
		StringBuffer result
}

com/thoughtworks/qdox/parser/structs/LocatedDef.class
LocatedDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.LocatedDef extends java.lang.Object {
	public int lineNumber
	public void  () 
}

com/thoughtworks/qdox/parser/structs/MethodDef.class
MethodDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.MethodDef extends com.thoughtworks.qdox.parser.structs.LocatedDef {
	public String name
	public java.util.List typeParams
	public com.thoughtworks.qdox.parser.structs.TypeDef returnType
	public java.util.Set modifiers
	public java.util.List params
	public java.util.Set exceptions
	public boolean constructor
	public int dimensions
	public String body
	public void  () 
	public boolean equals (java.lang.Object) 
		Object obj
		com.thoughtworks.qdox.parser.structs.MethodDef methodDef
		boolean result
	public int hashCode () 
	public java.lang.String toString () 
		int i
		StringBuffer result
}

com/thoughtworks/qdox/parser/structs/PackageDef.class
PackageDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.PackageDef extends com.thoughtworks.qdox.parser.structs.LocatedDef {
	public String name
	public void  (java.lang.String) 
		String name
	public void  (java.lang.String, int) 
		String name
		int lineNumber
	public boolean equals (java.lang.Object) 
		Object obj
		com.thoughtworks.qdox.parser.structs.PackageDef packageDef
}

com/thoughtworks/qdox/parser/structs/TagDef.class
TagDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.TagDef extends com.thoughtworks.qdox.parser.structs.LocatedDef {
	public String name
	public String text
	public void  (java.lang.String, java.lang.String, int) 
		String name
		String text
		int lineNumber
	public void  (java.lang.String, java.lang.String) 
		String name
		String text
	public boolean equals (java.lang.Object) 
		Object obj
		com.thoughtworks.qdox.parser.structs.TagDef tagDef
	public int hashCode () 
	public java.lang.String toString () 
		StringBuffer result
}

com/thoughtworks/qdox/parser/structs/TypeDef.class
TypeDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.TypeDef extends java.lang.Object {
	public String name
	public int dimensions
	public java.util.List actualArgumentTypes
	public void  (java.lang.String, int) 
		String name
		int dimensions
	public void  (java.lang.String) 
		String name
	public boolean equals (java.lang.Object) 
		Object obj
		com.thoughtworks.qdox.parser.structs.TypeDef typeDef
	public int hashCode () 
}

com/thoughtworks/qdox/parser/structs/TypeVariableDef.class
TypeVariableDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.TypeVariableDef extends java.lang.Object {
	public String name
	public java.util.List bounds
	public void  (java.lang.String) 
		String name
	public void  (java.lang.String, java.util.List) 
		String name
		java.util.List bounds
}

com/thoughtworks/qdox/parser/structs/WildcardTypeDef.class
WildcardTypeDef.java
package com.thoughtworks.qdox.parser.structs
public com.thoughtworks.qdox.parser.structs.WildcardTypeDef extends com.thoughtworks.qdox.parser.structs.TypeDef {
	private com.thoughtworks.qdox.parser.structs.TypeDef typeDef
	private String wildcardExpressionType
	public void  () 
	public void  (com.thoughtworks.qdox.parser.structs.TypeDef, java.lang.String) 
		com.thoughtworks.qdox.parser.structs.TypeDef typeDef
		String wildcardExpressionType
	public com.thoughtworks.qdox.parser.structs.TypeDef getTypeDef () 
	public java.lang.String getWildcardExpressionType () 
}

com/thoughtworks/qdox/Searcher.class
Searcher.java
package com.thoughtworks.qdox
public abstract com.thoughtworks.qdox.Searcher extends java.lang.Object {
	public abstract boolean eval (com.thoughtworks.qdox.model.JavaClass) 
}

com/thoughtworks/qdox/tools/QDoxTester$1.class
QDoxTester.java
package com.thoughtworks.qdox.tools
 com.thoughtworks.qdox.tools.QDoxTester$1 extends java.lang.Object implements com.thoughtworks.qdox.directorywalker.FileVisitor  {
	private final com.thoughtworks.qdox.tools.QDoxTester this$0
	void  (com.thoughtworks.qdox.tools.QDoxTester) 
	public void visitFile (java.io.File) 
		java.io.IOException e
		java.io.File file
}

com/thoughtworks/qdox/tools/QDoxTester$ConsoleReporter.class
QDoxTester.java
package com.thoughtworks.qdox.tools
 com.thoughtworks.qdox.tools.QDoxTester$ConsoleReporter extends java.lang.Object implements com.thoughtworks.qdox.tools.QDoxTester$Reporter  {
	private final java.io.PrintStream out
	private int success
	private int failure
	private int error
	private int dotsWrittenThisLine
	public void  (java.io.PrintStream) 
		java.io.PrintStream out
	public void success (java.lang.String) 
		String id
	private void newLine () 
	public void parseFailure (java.lang.String, int, int, java.lang.String) 
		String id
		int line
		int column
		String reason
	public void error (java.lang.String, java.lang.Throwable) 
		String id
		Throwable throwable
	public void writeSummary () 
}

com/thoughtworks/qdox/tools/QDoxTester$Reporter.class
QDoxTester.java
package com.thoughtworks.qdox.tools
public abstract com.thoughtworks.qdox.tools.QDoxTester$Reporter extends java.lang.Object {
	public abstract void success (java.lang.String) 
	public abstract void parseFailure (java.lang.String, int, int, java.lang.String) 
	public abstract void error (java.lang.String, java.lang.Throwable) 
}

com/thoughtworks/qdox/tools/QDoxTester.class
QDoxTester.java
package com.thoughtworks.qdox.tools
public com.thoughtworks.qdox.tools.QDoxTester extends java.lang.Object {
	private final com.thoughtworks.qdox.tools.QDoxTester$Reporter reporter
	static Class class$com$thoughtworks$qdox$tools$QDoxTester
	public void  (com.thoughtworks.qdox.tools.QDoxTester$Reporter) 
		com.thoughtworks.qdox.tools.QDoxTester$Reporter reporter
	public void checkZipOrJarFile (java.io.File)  throws java.io.IOException 
		java.util.zip.ZipEntry zipEntry
		java.io.InputStream inputStream
		java.io.File file
		java.util.zip.ZipFile zipFile
		java.util.Enumeration entries
	public void checkDirectory (java.io.File)  throws java.io.IOException 
		java.io.File dir
		com.thoughtworks.qdox.directorywalker.DirectoryScanner directoryScanner
	public void checkJavaFile (java.io.File)  throws java.io.IOException 
		java.io.File file
		java.io.InputStream inputStream
	private void verify (java.lang.String, java.io.InputStream) 
		com.thoughtworks.qdox.JavaDocBuilder javaDocBuilder
		com.thoughtworks.qdox.parser.ParseException parseException
		Exception otherException
		String id
		java.io.InputStream inputStream
	public static void main (java.lang.String[])  throws java.io.IOException 
		java.io.File file
		int i
		String[] args
		com.thoughtworks.qdox.tools.QDoxTester$ConsoleReporter reporter
		com.thoughtworks.qdox.tools.QDoxTester qDoxTester
	static java.lang.Class class$ (java.lang.String) 
		ClassNotFoundException x1
		String x0
}

META-INF/maven/
META-INF/maven/com.thoughtworks.qdox/
META-INF/maven/com.thoughtworks.qdox/qdox/
META-INF/maven/com.thoughtworks.qdox/qdox/pom.xml
META-INF/maven/com.thoughtworks.qdox/qdox/pom.properties