Package xjavadoc

Interface Summary
ClassIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
ConstructorIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
FieldIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
JavaParser Describe what this class does
MethodIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
Named Everything that can have a name implements this interface
Node  
NodeParserConstants  
NodeParserTreeConstants  
PackageIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
ParameterIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
ProgramElementIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
SimpleParserConstants  
SourceSet This interface represents a set of Java source files.
TagIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
Type Everything that can have a type implements this interface
XClass This class represents any type: source class, binary class or primitive type.
XConstructor Describe what this class does
XExecutableMember Common functionality for methods and constructors.
XField Describe what this class does
XIterator Deprecated. Use a plain java.lang.Iterator and do the cast instead.
XMember This is just a marker interface to be able to distinguish between class members and classes.
XMethod Describe what this class does
XParameter  
XProgramElement Describe what this class does
XTag  
XType  
 

Class Summary
AbstractClass Base implementation of XClass.
AbstractExecutableMember Baseclass for XExecutableMember.
AbstractProgramElement Describe what this class does
AbstractType Base class for Type.
BinaryClass Describe what this class does
ClassIteratorImpl Implementation of MethodIterator.
ConstructorImpl Describe what this class does
ConstructorIteratorImpl Deprecated. Use a plain java.lang.Iterator and do the cast instead.
DefaultXTag  
FieldImpl  
FieldIteratorImpl Deprecated. Use a plain java.lang.Iterator and do the cast instead.
IteratorImpl Deprecated. Use a plain java.lang.Iterator and do the cast instead.
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.
JJTNodeParserState  
MemberImpl Baseclass for field, method and constructor
MethodImpl Describe what this class does
MethodIteratorImpl Deprecated. Use a plain java.lang.Iterator and do the cast instead.
NodeParser  
NodeParser.JJCalls  
NodeParser.Parameter  
NodeParserTokenManager  
NodePrinter This visitor prints a node and all its children to a PrintWriter.
PackageIteratorImpl Deprecated. Use a plain java.lang.Iterator and do the cast instead.
ParameterImpl This is a flyweight implementation of XParameter
ParameterIteratorImpl Deprecated. Use a plain java.lang.Iterator and do the cast instead.
Primitive This class represents primitive types
ProgramElementIteratorImpl Deprecated. Use a plain java.lang.Iterator and do the cast instead.
ReturnType Implementation of Type for method return types.
SimpleNode  
SimpleParser  
SimpleParser.JJCalls  
SimpleParser.Parameter  
SimpleParserTokenManager  
SourceClass This class represents a class for which the source code is available XJavaDocFil
TagIteratorImpl Deprecated. Use a plain java.lang.Iterator and do the cast instead.
TagValidator A class that can validate tags.
Token Describes the input token stream.
UnknownClass This implementation of XClass is used for classes that can't be resolved from either source or classpath (binary classes).
Util Various static utility methods
XCollections Deprecated. Use a plain java.lang.Iterator and do the cast instead.
XDoc Represents documentation
XDocTest JUnit test for XDoc.
XJavaDoc This class represents the entry-point for xjavadoc classes.
XJavaDoc.NoInnerClassesPredicate  
XMethod.PropertyAccessorPredicate  
XMethod.PropertyMutatorPredicate  
XPackage Describe what this class does
XTagFactory Creates XTag instances.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
TagValidationException This exception will be thrown if a tag is misnamed or has bad content.
UnknownTagException  
XJavaDocException  
 

Error Summary
TokenMgrError