Uses of Class xjavadoc.SourceClass

Uses in package xjavadoc.codeunit

Methods with parameter type xjavadoc.SourceClass

void
void
void

Uses in package xjavadoc

Constructors with parameter type xjavadoc.SourceClass

XJavaDoc.LogMessage.LogMessage(SourceClass sourceClass, UnknownClass unknownClass, String unqualifiedClassName, int level)
SourceClass.SourceClass(SourceClass mainClass, int dummy, XTagFactory tagFactory)
Constructor to use for "extra" classes, that is, secondary classes that figure in the same source.
SourceClass.SourceClass(SourceClass containingClass, XTagFactory tagFactory)
Constructor to use for inner classes.

Fields of type xjavadoc.SourceClass

SourceClass
SourceClass
SourceClass

Methods with parameter type xjavadoc.SourceClass

void
THE JAVA LANGUAGE GRAMMAR STARTS HERE *
void
THE JAVA LANGUAGE GRAMMAR STARTS HERE *
void
Adds a source class to the cache.
void
XJavaDoc.logMessage(SourceClass clazz, UnknownClass unknownClass, String unqualifiedClassName, int level)
void
Populates the class by parsing its source.
void
This was also added to allow parsers to be re-usable.
void
This was also added to allow parsers to be re-usable.

Methods with return type xjavadoc.SourceClass

SourceClass
SourceClass
SourceClass
Should be called before UnmodifiedClassDeclaration or UnmodifiedInterfaceDeclaration
SourceClass
Should be called before UnmodifiedClassDeclaration or UnmodifiedInterfaceDeclaration
SourceClass
XJavaDoc.scanAndPut(String qualifiedName)
Scan's a class and puts it in the cache.