| Class Summary | |
|---|---|
| AbstractClass | Base implementation of XClass. |
| AbstractExecutableMember | Baseclass for XExecutableMember. |
| AbstractFile | An interface that allows XJavadoc to read and write from any source/destination and not just files. |
| AbstractProgramElement | Describe what this class does |
| AbstractType | Base class for Type. |
| BinaryClass | Describe what this class does |
| CodeTestCase | CodeTestCase is a JUnit extension that will let you compare two sources (typically one we keep as test data and a generated one) on the API level or on the abstract syntax tree (AST) level. |
| ConstructorImpl | Describe what this class does |
| DefaultXTag | |
| FieldImpl | |
| FileSourceSet | This class represents a set of Java source files. |
| FileSourceSet.DirectoryFilter | FileFilter that only accepts directories |
| FileSourceSet.JavaSourceFilter | FileFilter that only accepts java sources |
| HasTag | Filter that accepts program elements that have a certain tag |
| JavaCharStream | An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing). |
| JavaDocReader | A reader which strips away any spaces and stars at the beginning of javadoc. |
| JavaParser | Describe what this class does |
| JJTNodeParserState | |
| MemberImpl | Baseclass for field, method and constructor |
| MethodImpl | Describe what this class does |
| Named | Everything that can have a name implements this interface |
| Node | |
| NodeParser | |
| NodeParserConstants | Token literal values and constants. |
| NodeParserTokenManager | Token Manager. |
| NodeParserTreeConstants | |
| NodeParser.JJCalls | |
| NodeParser.LookaheadSuccess | |
| NodeParser.Parameter | |
| NodePrinter | This visitor prints a node and all its children to a PrintWriter. |
| ParameterImpl | This is a flyweight implementation of XParameter |
| ParseException | This exception is thrown when parse errors are encountered. |
| Primitive | This class represents primitive types |
| ProgramElementPredicate | |
| ReaderFile | |
| ReturnType | Implementation of Type for method return types. |
| SimpleNode | |
| SimpleParser | |
| SimpleParserConstants | Token literal values and constants. |
| SimpleParserTokenManager | Token Manager. |
| SimpleParser.JJCalls | |
| SimpleParser.LookaheadSuccess | |
| SimpleParser.Parameter | |
| SourceClass | This class represents a class for which the source code is available XJavaDocFil |
| SourceSet | This interface represents a set of Java source files. |
| TagAttributeEquals | Filter that accepts program elements that have a tag attribute equal to a certain value |
| TagIntrospector | This class introspects the classpath and registers tags. |
| TagValidationException | This exception will be thrown if a tag is misnamed or has bad content. |
| TagValidator | A class that can validate tags. |
| Token | Describes the input token stream. |
| TokenMgrError | Token Manager Error. |
| Type | Everything that can have a type implements this interface |
| UnknownClass | This implementation of XClass is used for classes that can't be resolved from either source or classpath (binary classes). |
| UnknownTagException | |
| Util | Various static utility methods |
| XClass | This class represents any type: source class, binary class or primitive type. |
| XConstructor | Describe what this class does |
| XDoc | Represents documentation |
| XDocEvent | Describe what this class does |
| XDocListener | Describe what this class does |
| XDocTest | JUnit test for XDoc. |
| XExecutableMember | Common functionality for methods and constructors. |
| XField | Describe what this class does |
| XJavadocFile | |
| XJavadocFilter | Custom file filter for Ant based on XJavadoc. |
| XJavadocTask | This class should be subclassed to be used for XDocletImpl, revXDoclet etc. |
| XJavaDoc | This class represents the entry-point for xjavadoc classes. |
| XJavaDocException | |
| XJavaDoc.LogMessage | |
| XJavaDoc.NoInnerClassesPredicate | |
| XMember | This is just a marker interface to be able to distinguish between class members and classes. |
| XMethod | Describe what this class does |
| XMethod.PropertyAccessorPredicate | |
| XMethod.PropertyMutatorPredicate | |
| XPackage | Describe what this class does |
| XParameter | |
| XProgramElement | Describe what this class does |
| XTag | |
| XTagEvent | Describe what this class does |
| XTagFactory | Creates XTag instances. |
| XTagListener | Describe what this class does |
| XType | |