Frames | No Frames |
Methods with parameter type xjavadoc.SourceClass | |
void | |
void | |
void |
Constructors with parameter type xjavadoc.SourceClass | |
XJavaDoc.LogMessage.LogMessage(SourceClass sourceClass, UnknownClass unknownClass, String unqualifiedClassName, int level) | |
Constructor to use for "extra" classes, that is, secondary classes that
figure in the same source. | |
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. |