A B C D E F G H I J K L M N O P Q R S T U V W X _

A

ABSTRACT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
ABSTRACT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
AbstractClass - Class in xjavadoc
Base implementation of XClass.
AbstractClass(AbstractClass, XTagFactory) - Constructor for class xjavadoc.AbstractClass
 
AbstractClass(XJavaDoc, XTagFactory) - Constructor for class xjavadoc.AbstractClass
 
AbstractExecutableMember - Class in xjavadoc
Baseclass for XExecutableMember.
AbstractExecutableMember(AbstractClass, XTagFactory) - Constructor for class xjavadoc.AbstractExecutableMember
 
AbstractFile - Interface in xjavadoc.filesystem
An interface that allows XJavadoc to read and write from any source/destination and not just files.
AbstractProgramElement - Class in xjavadoc
Describe what this class does
AbstractProgramElement(AbstractClass, XTagFactory) - Constructor for class xjavadoc.AbstractProgramElement
 
AbstractProgramElement(XJavaDoc, XTagFactory) - Constructor for class xjavadoc.AbstractProgramElement
 
AbstractType - Class in xjavadoc
Base class for Type.
AbstractType() - Constructor for class xjavadoc.AbstractType
 
accept(File) - Method in class xjavadoc.filesystem.FileSourceSet.DirectoryFilter
 
accept(File) - Method in class xjavadoc.filesystem.FileSourceSet.JavaSourceFilter
 
add_escapes(String) - Method in exception xjavadoc.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAbstractFile(String, AbstractFile) - Method in class xjavadoc.XJavaDoc
 
addClass(XClass) - Method in class xjavadoc.XPackage
Describe the method
addConstructor(XConstructor) - Method in class xjavadoc.AbstractClass
Gets the Constructors attribute of the AbstractClass object
addDocListener(XDocListener) - Method in class xjavadoc.XDoc
Add doc listener interested in changes.
addEscapes(String) - Static method in error xjavadoc.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addField(XField) - Method in class xjavadoc.AbstractClass
Gets the Fields attribute of the AbstractClass object
addFileset(FileSet) - Method in class xjavadoc.ant.XJavadocTask
Ant's <fileset> definition.
addImportedClass(String) - Method in class xjavadoc.AbstractClass
Sets the ImportedClasses attribute of the AbstractClass object
addImportedPackage(String) - Method in class xjavadoc.AbstractClass
Sets the ImportedPackages attribute of the AbstractClass object
addInnerClass(XClass) - Method in class xjavadoc.AbstractClass
 
addInnerClassRecursive(XClass, Collection) - Method in class xjavadoc.XJavaDoc
Recursively adds inner classes to a collection
addInterface(String) - Method in class xjavadoc.AbstractClass
Adds an interface that this class implements (if this is a class) or an interface that this interface extends (if this is an interface)
AdditiveExpression() - Method in class xjavadoc.NodeParser
 
AdditiveExpression() - Method in class xjavadoc.SimpleParser
 
addMethod(XMethod) - Method in class xjavadoc.AbstractClass
Gets the Methods attribute of the AbstractClass object
addModifier(int) - Method in class xjavadoc.AbstractProgramElement
 
addPackageMaybe(String) - Method in class xjavadoc.XJavaDoc
Describe the method
addParameterData(String, String, int) - Method in class xjavadoc.AbstractExecutableMember
Adds a parameter
addPrimitive(String, String) - Method in class xjavadoc.XJavaDoc
Describe the method
addSourceClass(SourceClass) - Method in class xjavadoc.XJavaDoc
Adds a source class to the cache.
addSourceSet(SourceSet) - Method in class xjavadoc.XJavaDoc
Adds a new set of java sources to be parsed.
addTag(String, String) - Method in class xjavadoc.XDoc
Add a tag to the doc item.
addTag_Impl(String, String, int) - Method in class xjavadoc.XDoc
Creates and adds a tag
addTagForValidation(DefaultXTag) - Method in class xjavadoc.SourceClass
 
addTagListener(XTagListener) - Method in class xjavadoc.DefaultXTag
add doc listener interested in chages
addTagListener(XTagListener) - Method in interface xjavadoc.XTag
 
addThrownException(String) - Method in class xjavadoc.AbstractExecutableMember
 
addUnicodeEscapes(String) - Static method in class xjavadoc.NodePrinter
Describe the method
addUnicodeEscapesOld(String) - Method in class xjavadoc.NodePrinter
Describe the method
adjustBeginLineColumn(int, int) - Method in class xjavadoc.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class xjavadoc.JavaCharStream
 
AllocationExpression() - Method in class xjavadoc.NodeParser
 
AllocationExpression() - Method in class xjavadoc.SimpleParser
 
ANDASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
ANDASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
AndExpression() - Method in class xjavadoc.NodeParser
 
AndExpression() - Method in class xjavadoc.SimpleParser
 
appendDimensionAsString(int, StringBuffer) - Static method in class xjavadoc.Util
 
appendSignature(StringBuffer, boolean) - Method in class xjavadoc.AbstractExecutableMember
 
appendWhiteSpaces(StringBuffer) - Method in class xjavadoc.XDoc
Add some white space to the string being built up in toString().
arg - Variable in class xjavadoc.NodeParser.JJCalls
 
arg - Variable in class xjavadoc.SimpleParser.JJCalls
 
ArgumentList() - Method in class xjavadoc.NodeParser
 
ArgumentList() - Method in class xjavadoc.SimpleParser
 
Arguments() - Method in class xjavadoc.NodeParser
 
Arguments() - Method in class xjavadoc.SimpleParser
 
ArrayDimsAndInits() - Method in class xjavadoc.NodeParser
 
ArrayDimsAndInits() - Method in class xjavadoc.SimpleParser
 
ArrayInitializer() - Method in class xjavadoc.NodeParser
 
ArrayInitializer() - Method in class xjavadoc.SimpleParser
 
ASSERT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
ASSERT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
assertApiEquals(File, File) - Static method in class xjavadoc.codeunit.CodeTestCase
Asserts (tests) that the APIs of two sources are equal.
assertApiEquals(Reader, Reader) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertApiEquals(SourceClass, SourceClass) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertAstEquals(File, File) - Static method in class xjavadoc.codeunit.CodeTestCase
Asserts (tests) that the ASTs of two sources are equal.
assertAstEquals(Reader, Reader) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertAstEquals(SimpleNode, SimpleNode) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertAstEqualsDir(File, File) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertConstructorEquals(XConstructor, XConstructor) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertConstructorsEqual(XClass, XClass) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertEquals(File, File) - Static method in class xjavadoc.codeunit.CodeTestCase
Compares both API and AST.
assertEquals(Reader, Reader) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertFieldEquals(XField, XField) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertFieldsEqual(XClass, XClass) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertInterfacesEqual(SourceClass, SourceClass) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertMethodEquals(XMethod, XMethod) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertMethodsEqual(XClass, XClass) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertModifiersEqual(String, XProgramElement, XProgramElement) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertNameEquals(String, Named, Named) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertNameWithSignatureEquals(String, XExecutableMember, XExecutableMember) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertParameterEquals(XParameter, XParameter) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertParametersEqual(String, XExecutableMember, XExecutableMember) - Static method in class xjavadoc.codeunit.CodeTestCase
 
AssertStatement() - Method in class xjavadoc.NodeParser
 
AssertStatement() - Method in class xjavadoc.SimpleParser
 
assertSuperclassEquals(SourceClass, SourceClass) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertThrownExceptionsEqual(String, XExecutableMember, XExecutableMember) - Static method in class xjavadoc.codeunit.CodeTestCase
 
assertTypeEquals(String, Type, Type) - Static method in class xjavadoc.codeunit.CodeTestCase
 
ASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
ASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
AssignmentOperator() - Method in class xjavadoc.NodeParser
 
AssignmentOperator() - Method in class xjavadoc.SimpleParser
 
atEnd - Variable in class xjavadoc.JavaDocReader
 
available - Variable in class xjavadoc.JavaCharStream
 
available() - Method in class xjavadoc.JavaDocReader
Returns the number of bytes that can be read without blocking.

B

backup(int) - Method in class xjavadoc.JavaCharStream
Retreat.
badChar - Variable in class xjavadoc.JavaDocReader
 
BANG - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
BANG - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
beginColumn - Variable in class xjavadoc.Token
The column number of the first character of this Token.
beginLine - Variable in class xjavadoc.Token
The line number of the first character of this Token.
BeginToken() - Method in class xjavadoc.JavaCharStream
 
BinaryClass - Class in xjavadoc
Describe what this class does
BinaryClass(XJavaDoc, Class) - Constructor for class xjavadoc.BinaryClass
 
BIT_AND - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
BIT_AND - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
BIT_OR - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
BIT_OR - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
Block() - Method in class xjavadoc.NodeParser
 
Block() - Method in class xjavadoc.SimpleParser
 
BlockStatement() - Method in class xjavadoc.NodeParser
 
BlockStatement() - Method in class xjavadoc.SimpleParser
 
BOOLEAN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
BOOLEAN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
BooleanLiteral() - Method in class xjavadoc.NodeParser
 
BooleanLiteral() - Method in class xjavadoc.SimpleParser
 
BREAK - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
BREAK - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
BreakStatement() - Method in class xjavadoc.NodeParser
 
BreakStatement() - Method in class xjavadoc.SimpleParser
 
bufcolumn - Variable in class xjavadoc.JavaCharStream
 
buffer - Variable in class xjavadoc.JavaCharStream
 
bufline - Variable in class xjavadoc.JavaCharStream
 
bufpos - Variable in class xjavadoc.JavaCharStream
Position in buffer.
bufsize - Variable in class xjavadoc.JavaCharStream
 
buildStringId() - Method in class xjavadoc.AbstractExecutableMember
 
buildStringId() - Method in class xjavadoc.ConstructorImpl
 
buildStringId() - Method in class xjavadoc.MethodImpl
 
BYTE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
BYTE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.

C

c - Variable in class xjavadoc.JavaDocReader
 
CASE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
CASE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
CastExpression() - Method in class xjavadoc.NodeParser
 
CastExpression() - Method in class xjavadoc.SimpleParser
 
CastLookahead() - Method in class xjavadoc.NodeParser
 
CastLookahead() - Method in class xjavadoc.SimpleParser
 
CATCH - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
CATCH - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
CHAR - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
CHAR - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
CHARACTER_LITERAL - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
CHARACTER_LITERAL - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
checkNotDir(File, File) - Static method in class xjavadoc.codeunit.CodeTestCase
 
children - Variable in class xjavadoc.SimpleNode
 
CLASS - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
CLASS - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
ClassBody() - Method in class xjavadoc.NodeParser
 
ClassBody() - Method in class xjavadoc.SimpleParser
 
ClassBodyDeclaration() - Method in class xjavadoc.NodeParser
 
ClassBodyDeclaration() - Method in class xjavadoc.SimpleParser
 
ClassDeclaration() - Method in class xjavadoc.NodeParser
 
ClassDeclaration() - Method in class xjavadoc.SimpleParser
 
classExists(String) - Method in class xjavadoc.XJavaDoc
 
classNameFromQualifiedClassName(String) - Static method in class xjavadoc.Util
Return only class name of a full qualified (package+classname) string.
clearNameBuffer() - Method in class xjavadoc.NodeParser
 
clearNameBuffer() - Method in class xjavadoc.SimpleParser
 
clearNodeScope(Node) - Method in class xjavadoc.JJTNodeParserState
 
closeNodeScope(Node, int) - Method in class xjavadoc.JJTNodeParserState
 
closeNodeScope(Node, boolean) - Method in class xjavadoc.JJTNodeParserState
 
CodeTestCase - Class in xjavadoc.codeunit
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.
CodeTestCase() - Constructor for class xjavadoc.codeunit.CodeTestCase
 
COLON - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
COLON - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
column - Variable in class xjavadoc.JavaCharStream
 
COMMA - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
COMMA - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
compareTo(Object) - Method in class xjavadoc.AbstractClass
 
compareTo(Object) - Method in class xjavadoc.AbstractProgramElement
 
compareTo(Object) - Method in class xjavadoc.XPackage
Describe what the method does
CompilationUnit(SourceClass) - Method in class xjavadoc.NodeParser
THE JAVA LANGUAGE GRAMMAR STARTS HERE *
CompilationUnit(SourceClass) - Method in class xjavadoc.SimpleParser
THE JAVA LANGUAGE GRAMMAR STARTS HERE *
ConditionalAndExpression() - Method in class xjavadoc.NodeParser
 
ConditionalAndExpression() - Method in class xjavadoc.SimpleParser
 
ConditionalExpression() - Method in class xjavadoc.NodeParser
 
ConditionalExpression() - Method in class xjavadoc.SimpleParser
 
ConditionalOrExpression() - Method in class xjavadoc.NodeParser
 
ConditionalOrExpression() - Method in class xjavadoc.SimpleParser
 
CONST - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
CONST - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
ConstructorDeclaration() - Method in class xjavadoc.NodeParser
 
ConstructorDeclaration() - Method in class xjavadoc.SimpleParser
 
ConstructorImpl - Class in xjavadoc
Describe what this class does
ConstructorImpl(AbstractClass, XTagFactory) - Constructor for class xjavadoc.ConstructorImpl
 
containsAbsolute(String) - Method in class xjavadoc.filesystem.FileSourceSet
whether source set contains given absolute file name
containsRelative(String) - Method in class xjavadoc.filesystem.FileSourceSet
whether source set contains relative file name
CONTINUE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
CONTINUE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
ContinueStatement() - Method in class xjavadoc.NodeParser
 
ContinueStatement() - Method in class xjavadoc.SimpleParser
 
createIgnoredtag() - Method in class xjavadoc.ant.XJavadocTask
Ignores one tag
createTag(String, String, XDoc, int) - Method in class xjavadoc.XTagFactory
Creates a new XTag.
curChar - Variable in class xjavadoc.NodeParserTokenManager
 
curChar - Variable in class xjavadoc.SimpleParserTokenManager
 
curLexState - Variable in class xjavadoc.NodeParserTokenManager
 
curLexState - Variable in class xjavadoc.SimpleParserTokenManager
 
currentClass() - Method in class xjavadoc.NodeParser
 
currentClass() - Method in class xjavadoc.SimpleParser
 
currentToken - Variable in exception xjavadoc.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class xjavadoc.NodeParserTokenManager
Debug output.
debugStream - Variable in class xjavadoc.SimpleParserTokenManager
Debug output.
DECIMAL_LITERAL - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
DECIMAL_LITERAL - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
DECR - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
DECR - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
DEFAULT - Static variable in interface xjavadoc.NodeParserConstants
Lexical state.
DEFAULT - Static variable in interface xjavadoc.SimpleParserConstants
Lexical state.
defaultLexState - Variable in class xjavadoc.NodeParserTokenManager
 
defaultLexState - Variable in class xjavadoc.SimpleParserTokenManager
 
DefaultXTag - Class in xjavadoc
 
DefaultXTag() - Constructor for class xjavadoc.DefaultXTag
 
dereferenceProperties(String) - Method in class xjavadoc.XJavaDoc
 
descend(File, String, LinkedList) - Static method in class xjavadoc.Util
Recursively descends a directory and build a list of relative file names for java files.
DIGIT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
DIGIT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
dimension - Variable in class xjavadoc.NodeParser.Parameter
 
dimension - Variable in class xjavadoc.SimpleParser.Parameter
 
disable_tracing() - Method in class xjavadoc.NodeParser
Disable tracing.
disable_tracing() - Method in class xjavadoc.SimpleParser
Disable tracing.
DO - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
DO - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
doc - Variable in class xjavadoc.XDocTest
 
docChanged(XDocEvent) - Method in interface xjavadoc.event.XDocListener
Describe what the method does
Done() - Method in class xjavadoc.JavaCharStream
Set buffers back to null when finished.
DoStatement() - Method in class xjavadoc.NodeParser
 
DoStatement() - Method in class xjavadoc.SimpleParser
 
DOT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
DOT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
dotted(String) - Static method in class xjavadoc.XDoc
Convert a tag name from the old colon-separated form to the new preferred dot-separated form.
DOUBLE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
DOUBLE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
dump() - Method in class xjavadoc.SimpleNode
 
dump(StringBuffer, String) - Method in class xjavadoc.SimpleNode
 

E

ELSE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
ELSE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
EMPTY_COMMENT - Static variable in class xjavadoc.XDoc
Default comment
EMPTY_LIST - Static variable in class xjavadoc.AbstractProgramElement
 
EmptyStatement() - Method in class xjavadoc.NodeParser
 
EmptyStatement() - Method in class xjavadoc.SimpleParser
 
enable_tracing() - Method in class xjavadoc.NodeParser
Enable tracing.
enable_tracing() - Method in class xjavadoc.SimpleParser
Enable tracing.
endColumn - Variable in class xjavadoc.Token
The column number of the last character of this Token.
endLine - Variable in class xjavadoc.Token
The line number of the last character of this Token.
endOfLine - Variable in class xjavadoc.JavaDocReader
 
ensureTagListenersInitialised() - Method in class xjavadoc.DefaultXTag
 
ensureTagMapInitialised() - Method in class xjavadoc.XDoc
 
EOF - Static variable in interface xjavadoc.NodeParserConstants
End of File.
EOF - Static variable in interface xjavadoc.SimpleParserConstants
End of File.
eol - Variable in exception xjavadoc.ParseException
The end of line string for this machine.
EQ - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
EQ - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
EqualityExpression() - Method in class xjavadoc.NodeParser
 
EqualityExpression() - Method in class xjavadoc.SimpleParser
 
equals(Object) - Method in class xjavadoc.AbstractClass
 
equals(Object) - Method in class xjavadoc.AbstractExecutableMember
 
equals(Object) - Method in class xjavadoc.AbstractType
 
equals(Object) - Method in class xjavadoc.DefaultXTag
 
equals(Object) - Method in class xjavadoc.filesystem.FileSourceSet
Compares with another object.
equals(Object) - Method in class xjavadoc.MethodImpl
Two methods are equal if they have the same return type, name and signature, regardless of the enclosing class and modifiers.
equals(Object) - Method in interface xjavadoc.XTag
 
errorCode - Variable in error xjavadoc.TokenMgrError
Indicates the reason why the exception is thrown.
evaluate(XProgramElement) - Method in class xjavadoc.predicates.HasTag
 
evaluate(Object) - Method in class xjavadoc.predicates.ProgramElementPredicate
 
evaluate(XProgramElement) - Method in class xjavadoc.predicates.ProgramElementPredicate
 
evaluate(XProgramElement) - Method in class xjavadoc.predicates.TagAttributeEquals
 
evaluate(Object) - Method in class xjavadoc.XJavaDoc.NoInnerClassesPredicate
 
evaluate(Object) - Method in class xjavadoc.XMethod.PropertyAccessorPredicate
 
evaluate(Object) - Method in class xjavadoc.XMethod.PropertyMutatorPredicate
 
ExclusiveOrExpression() - Method in class xjavadoc.NodeParser
 
ExclusiveOrExpression() - Method in class xjavadoc.SimpleParser
 
ExecutableMemberThrows_Name(AbstractExecutableMember) - Method in class xjavadoc.NodeParser
 
ExecutableMemberThrows_Name(AbstractExecutableMember) - Method in class xjavadoc.SimpleParser
 
ExecutableMemberThrows_NameList(AbstractExecutableMember) - Method in class xjavadoc.NodeParser
 
ExecutableMemberThrows_NameList(AbstractExecutableMember) - Method in class xjavadoc.SimpleParser
 
execute() - Method in class xjavadoc.ant.XJavadocTask
Implementation of Ant's Task.execute().
ExpandBuff(boolean) - Method in class xjavadoc.JavaCharStream
 
expectedTokenSequences - Variable in exception xjavadoc.ParseException
Each entry in this array is an array of integers.
ExplicitConstructorInvocation() - Method in class xjavadoc.NodeParser
 
ExplicitConstructorInvocation() - Method in class xjavadoc.SimpleParser
 
EXPONENT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
EXPONENT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
Expression() - Method in class xjavadoc.NodeParser
 
Expression() - Method in class xjavadoc.SimpleParser
 
EXTENDS - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
EXTENDS - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.

F

fail(String) - Method in class xjavadoc.DefaultXTag
Utility method that should be called from DefaultXTag.validate() in case ov a validation failure.
FALSE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
FALSE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
Field_Type(FieldImpl) - Method in class xjavadoc.NodeParser
 
Field_Type(FieldImpl) - Method in class xjavadoc.SimpleParser
 
Field_VariableDeclaratorId(FieldImpl) - Method in class xjavadoc.NodeParser
 
Field_VariableDeclaratorId(FieldImpl) - Method in class xjavadoc.SimpleParser
 
FieldDeclaration() - Method in class xjavadoc.NodeParser
 
FieldDeclaration() - Method in class xjavadoc.SimpleParser
 
FieldDeclarator(FieldImpl) - Method in class xjavadoc.NodeParser
 
FieldDeclarator(FieldImpl) - Method in class xjavadoc.SimpleParser
 
FieldImpl - Class in xjavadoc
 
FieldImpl(AbstractClass, XTagFactory) - Constructor for class xjavadoc.FieldImpl
 
file - Variable in class xjavadoc.filesystem.ReaderFile
 
file - Variable in class xjavadoc.filesystem.XJavadocFile
 
FileSourceSet - Class in xjavadoc.filesystem
This class represents a set of Java source files.
FileSourceSet(File, String[]) - Constructor for class xjavadoc.filesystem.FileSourceSet
Constructs a new FileSourceSet.
FileSourceSet(File) - Constructor for class xjavadoc.filesystem.FileSourceSet
Creates a SoureSet from a directory or a file.
FileSourceSet.DirectoryFilter - Class in xjavadoc.filesystem
FileFilter that only accepts directories
FileSourceSet.DirectoryFilter() - Constructor for class xjavadoc.filesystem.FileSourceSet.DirectoryFilter
 
FileSourceSet.JavaSourceFilter - Class in xjavadoc.filesystem
FileFilter that only accepts java sources
FileSourceSet.JavaSourceFilter() - Constructor for class xjavadoc.filesystem.FileSourceSet.JavaSourceFilter
 
FillBuff() - Method in class xjavadoc.JavaCharStream
 
FINAL - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
FINAL - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
FINALLY - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
FINALLY - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
findJavaBeans(File) - Method in class xjavadoc.tags.TagIntrospector
Returns a collection of classes that are Java Beans.
fireDocChanged() - Method in class xjavadoc.XDoc
fire docChange event
fireTagChanged() - Method in class xjavadoc.DefaultXTag
fire tagChanged event
first - Variable in class xjavadoc.NodeParser.JJCalls
 
first - Variable in class xjavadoc.SimpleNode
 
first - Variable in class xjavadoc.SimpleParser.JJCalls
 
FLOAT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
FLOAT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
FLOATING_POINT_LITERAL - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
FLOATING_POINT_LITERAL - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
FOR - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
FOR - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
ForInit() - Method in class xjavadoc.NodeParser
 
ForInit() - Method in class xjavadoc.SimpleParser
 
FORMAL_COMMENT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
FORMAL_COMMENT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
FormalParameter(AbstractExecutableMember) - Method in class xjavadoc.NodeParser
 
FormalParameter(AbstractExecutableMember) - Method in class xjavadoc.SimpleParser
 
FormalParameters(AbstractExecutableMember) - Method in class xjavadoc.NodeParser
 
FormalParameters(AbstractExecutableMember) - Method in class xjavadoc.SimpleParser
 
ForStatement() - Method in class xjavadoc.NodeParser
 
ForStatement() - Method in class xjavadoc.SimpleParser
 
ForUpdate() - Method in class xjavadoc.NodeParser
 
ForUpdate() - Method in class xjavadoc.SimpleParser
 

G

GE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
GE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
gen - Variable in class xjavadoc.NodeParser.JJCalls
 
gen - Variable in class xjavadoc.SimpleParser.JJCalls
 
generateParseException() - Method in class xjavadoc.NodeParser
Generate ParseException.
generateParseException() - Method in class xjavadoc.SimpleParser
Generate ParseException.
getAccessor() - Method in class xjavadoc.MethodImpl
 
getAccessor() - Method in interface xjavadoc.XMethod
If this method is a mutator, and a corresponding accessor exists, that accessor will be returned.
getActualChild(File, File) - Static method in class xjavadoc.codeunit.CodeTestCase
 
getAllSubclasses() - Method in class xjavadoc.AbstractClass
 
getAllSubclasses() - Method in interface xjavadoc.XClass
Returns the (known) subclasses, regardless of how deep in the class hierarchy.
getAllSuperDocs() - Method in class xjavadoc.XDoc
Returns the doc in all the superclasses.
getAllSuperElements() - Method in class xjavadoc.ConstructorImpl
 
getAttributeNames() - Method in class xjavadoc.DefaultXTag
Returns all tag parameters with the given name, or an empty List if none exist;
getAttributeNames() - Method in interface xjavadoc.XTag
Returns all tag attribute names, in the order they occur in the source.
getAttributeValue(String) - Method in class xjavadoc.DefaultXTag
Returns the first tag parameter with the given name, or null if none exist;
getAttributeValue(String) - Method in interface xjavadoc.XTag
Returns the value of the tag parameter with the given name, or null if none exist;
getBeginColumn() - Method in class xjavadoc.JavaCharStream
 
getBeginLine() - Method in class xjavadoc.JavaCharStream
 
getClass(String) - Method in class xjavadoc.XJavaDoc
Returns the Class with the given name, or null if unknown.
getClasses() - Method in class xjavadoc.XPackage
Describe what the method does
getClasspath() - Method in class xjavadoc.ant.XJavadocTask
Returns the classpath
getColumn() - Method in class xjavadoc.JavaCharStream
Deprecated.  
getCommentText() - Method in class xjavadoc.XDoc
return description of program element
getCompilationUnit() - Method in class xjavadoc.SourceClass
 
getConstructor(String) - Method in class xjavadoc.AbstractClass
Gets the Constructor attribute of the AbstractClass object
getConstructor(String) - Method in interface xjavadoc.XClass
Gets the constructor with the given signature.
getConstructors() - Method in class xjavadoc.AbstractClass
Gets the constructors.
getConstructors() - Method in interface xjavadoc.XClass
 
getContainingAbstractClass() - Method in class xjavadoc.AbstractProgramElement
 
getContainingClass() - Method in class xjavadoc.AbstractProgramElement
 
getContainingClass() - Method in interface xjavadoc.XClass
Returns the containing class, if this is an inner class.
getContainingClass() - Method in interface xjavadoc.XProgramElement
 
getContainingPackage() - Method in class xjavadoc.AbstractClass
Describe what the method does
getContainingPackage() - Method in class xjavadoc.AbstractProgramElement
 
getContainingPackage() - Method in class xjavadoc.Primitive
 
getContainingPackage() - Method in interface xjavadoc.XClass
Returns the package this class lives in.
getContainingPackage() - Method in interface xjavadoc.XProgramElement
 
getDeclaredInterfaces() - Method in class xjavadoc.AbstractClass
Returns the interfaces that are declared in the source code.
getDescription() - Method in class xjavadoc.ParameterImpl
 
getDescription() - Method in interface xjavadoc.XParameter
Gets the description of this parameter.
getDimension(Class) - Static method in class xjavadoc.BinaryClass
 
getDimension() - Method in class xjavadoc.FieldImpl
 
getDimension() - Method in class xjavadoc.ParameterImpl
 
getDimension() - Method in class xjavadoc.ReturnType
 
getDimension() - Method in interface xjavadoc.Type
Returns the dimension as an int
getDimensionAsString() - Method in class xjavadoc.FieldImpl
 
getDimensionAsString() - Method in class xjavadoc.ParameterImpl
 
getDimensionAsString() - Method in class xjavadoc.ReturnType
 
getDimensionAsString() - Method in interface xjavadoc.Type
Returns the dimension as a String, "", "[]", "[][]" etc.
getDir() - Method in class xjavadoc.codeunit.CodeTestCase
Returns the directory where this class is located, provided that it's not in a jar.
getDir() - Method in class xjavadoc.filesystem.FileSourceSet
Gets the root directory of the source files.
getDirectSubclasses() - Method in class xjavadoc.AbstractClass
 
getDirectSubclasses() - Method in interface xjavadoc.XClass
Returns the (known) direct subclasses.
getDoc() - Method in class xjavadoc.AbstractProgramElement
Get the doc.
getDoc() - Method in class xjavadoc.DefaultXTag
 
getDoc() - Method in interface xjavadoc.XProgramElement
 
getDoc() - Method in interface xjavadoc.XTag
Returns the XDoc object we belong to.
getDocEncoding() - Method in class xjavadoc.XJavaDoc
Getter for generated file charset.
getEncoding() - Method in class xjavadoc.XJavaDoc
Getter for source file charset.
getEndColumn() - Method in class xjavadoc.JavaCharStream
Get end column.
getEndLine() - Method in class xjavadoc.JavaCharStream
Get end line.
getExtendingInterfaces() - Method in class xjavadoc.AbstractClass
 
getExtendingInterfaces() - Method in interface xjavadoc.XClass
Return the (known) interfaces that extend this interface.
getField(String) - Method in class xjavadoc.AbstractClass
Returns an XField with the given name.
getField(String) - Method in interface xjavadoc.XClass
 
getFields(Predicate, boolean) - Method in class xjavadoc.AbstractClass
 
getFields(boolean) - Method in class xjavadoc.AbstractClass
 
getFields() - Method in class xjavadoc.AbstractClass
Describe what the method does
getFields() - Method in interface xjavadoc.XClass
 
getFields(boolean) - Method in interface xjavadoc.XClass
 
getFile() - Method in class xjavadoc.SourceClass
 
getFileName(String) - Static method in class xjavadoc.SourceClass
Describe what the method does
getFiles() - Method in class xjavadoc.filesystem.FileSourceSet
Gets the files contained in the source set.
getFiles() - Method in interface xjavadoc.SourceSet
 
getFirstSentence() - Method in class xjavadoc.XDoc
Return the first sentence of the text of the comment for this doc item.
getFirstToken() - Method in class xjavadoc.SimpleNode
 
GetImage() - Method in class xjavadoc.JavaCharStream
 
getImplementingClasses() - Method in class xjavadoc.AbstractClass
 
getImplementingClasses() - Method in interface xjavadoc.XClass
Return the (known) classes that implement this interface.
getImportedClasses() - Method in class xjavadoc.AbstractClass
Describe what the method does
getImportedClasses() - Method in interface xjavadoc.XClass
Returns the imported classes.
getImportedPackages() - Method in class xjavadoc.AbstractClass
Describe what the method does
getImportedPackages() - Method in interface xjavadoc.XClass
 
getInfo() - Method in class xjavadoc.DefaultXTag
 
getInfo() - Method in interface xjavadoc.XTag
 
getInnerClasses() - Method in class xjavadoc.AbstractClass
Describe what the method does
getInnerClasses() - Method in interface xjavadoc.XClass
Returns the inner classes.
getInterfaces() - Method in class xjavadoc.AbstractClass
Returns all the implemented interfaces (if this is a class) or all the extended interfaces (if this is an interface)
getInterfaces() - Method in class xjavadoc.BinaryClass
 
getInterfaces() - Method in interface xjavadoc.XClass
Returns all the interfaces implemented by this class.
getJavaFiles(File) - Static method in class xjavadoc.Util
Returns an array of String containing relative names of all java files under root.
getLastToken() - Method in class xjavadoc.SimpleNode
 
getLine() - Method in class xjavadoc.JavaCharStream
Deprecated.  
getLineNumber() - Method in class xjavadoc.DefaultXTag
 
getLineNumber() - Method in interface xjavadoc.XTag
 
getLineOffset() - Method in class xjavadoc.JavaDocReader
Returns the line offset we're currently reading
getMembers(boolean, boolean) - Method in class xjavadoc.AbstractClass
Returns all the fields or methods.
getMessage() - Method in exception xjavadoc.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in exception xjavadoc.TagValidationException
 
getMessage() - Method in error xjavadoc.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethod(String) - Method in class xjavadoc.AbstractClass
 
getMethod(String, boolean) - Method in class xjavadoc.AbstractClass
 
getMethod(String, boolean) - Method in interface xjavadoc.XClass
Returns an XMethod with the given name and parameters.
getMethod(String) - Method in interface xjavadoc.XClass
 
getMethodNameWithSignatureAndModifiers() - Method in class xjavadoc.MethodImpl
 
getMethodNameWithSignatureWithoutModifiers() - Method in class xjavadoc.MethodImpl
 
getMethods() - Method in class xjavadoc.AbstractClass
 
getMethods(Predicate, boolean) - Method in class xjavadoc.AbstractClass
 
getMethods(boolean) - Method in class xjavadoc.AbstractClass
 
getMethods(boolean) - Method in interface xjavadoc.XClass
Returns all the methods.
getMethods(Predicate, boolean) - Method in interface xjavadoc.XClass
Returns all the methods that are accepted by the filter.
getMethods() - Method in interface xjavadoc.XClass
Returns all the methods, not including superclasses
getMethodTags(String, boolean) - Method in class xjavadoc.AbstractClass
 
getMethodTags(String, boolean) - Method in interface xjavadoc.XClass
Returns a collection of tags from the methods in this class (or superclasses).
getModifiers() - Method in class xjavadoc.AbstractProgramElement
Get modifiers string.
getModifiers() - Method in interface xjavadoc.XProgramElement
 
getModifierSpecifier() - Method in class xjavadoc.AbstractProgramElement
Get the modifier specifier integer.
getModifierSpecifier() - Method in interface xjavadoc.XProgramElement
 
getMutator() - Method in class xjavadoc.MethodImpl
 
getMutator() - Method in interface xjavadoc.XMethod
If this method is an accessor, and a corresponding mutator exists, that mutator will be returned.
getName() - Method in class xjavadoc.AbstractClass
 
getName() - Method in class xjavadoc.ConstructorImpl
 
getName() - Method in class xjavadoc.DefaultXTag
Returns the full name of the tag, excluding the @
getName() - Method in class xjavadoc.MemberImpl
 
getName() - Method in interface xjavadoc.Named
Get name
getName() - Method in class xjavadoc.ParameterImpl
 
getName() - Method in class xjavadoc.XPackage
Describe what the method does
getName() - Method in interface xjavadoc.XTag
Returns the full name of the tag, excluding the @
getNameWithoutPrefix() - Method in class xjavadoc.MethodImpl
 
getNameWithoutPrefix() - Method in interface xjavadoc.XMethod
Returns the name of the method with the prefix stripped away.
getNameWithSignature(boolean) - Method in class xjavadoc.AbstractExecutableMember
Gets the name and signature
getNameWithSignature(boolean) - Method in interface xjavadoc.XExecutableMember
Gets the name and signature
getNextAnonymousClassName() - Method in class xjavadoc.SourceClass
Returns "1", "2", etc., depending on how many inner classes we have.
getNextToken() - Method in class xjavadoc.NodeParser
Get the next Token.
getNextToken() - Method in class xjavadoc.NodeParserTokenManager
Get the next Token.
getNextToken() - Method in class xjavadoc.SimpleParser
Get the next Token.
getNextToken() - Method in class xjavadoc.SimpleParserTokenManager
Get the next Token.
getOuterSourceClasses() - Method in class xjavadoc.XJavaDoc
Returns all classes in the registered source sets
getOutputStream() - Method in interface xjavadoc.filesystem.AbstractFile
Get an outputstream for the file.
getOutputStream() - Method in class xjavadoc.filesystem.ReaderFile
 
getOutputStream() - Method in class xjavadoc.filesystem.XJavadocFile
 
getOwner() - Method in class xjavadoc.XDoc
Gets the Owner attribute of the XDoc object
getPackageNameFor(String) - Static method in class xjavadoc.Util
 
getParameterDimension(int) - Method in class xjavadoc.AbstractExecutableMember
 
getParameterName(int) - Method in class xjavadoc.AbstractExecutableMember
 
getParameters() - Method in class xjavadoc.AbstractExecutableMember
Returns the method parameters.
getParameters() - Method in interface xjavadoc.XExecutableMember
Returns the parameters.
getParameterType(int) - Method in class xjavadoc.AbstractExecutableMember
 
getParameterTypes() - Method in class xjavadoc.AbstractExecutableMember
 
getParameterTypes() - Method in interface xjavadoc.XExecutableMember
Returns the parameters as a comma separated list of classes.
getParamTag() - Method in class xjavadoc.ParameterImpl
 
getParamTag() - Method in interface xjavadoc.XParameter
Gets the param tag for this parameter.
getPath() - Method in interface xjavadoc.filesystem.AbstractFile
 
getPath() - Method in class xjavadoc.filesystem.ReaderFile
 
getPath() - Method in class xjavadoc.filesystem.XJavadocFile
 
getPosition() - Method in class xjavadoc.SimpleNode
Returns our position under our parent.
getPrimitive(String) - Static method in class xjavadoc.XJavaDoc
Gets the Primitive attribute of the XJavaDoc class
getPropertyMap() - Method in class xjavadoc.XJavaDoc
 
getPropertyName() - Method in class xjavadoc.MethodImpl
 
getPropertyName() - Method in interface xjavadoc.XMethod
Returns the property name of this method (if it is an accessor or mutator), or null if it is not.
getPropertyType() - Method in class xjavadoc.MethodImpl
 
getPropertyType() - Method in interface xjavadoc.XMethod
Returns the type of the property this method represents, or null if this method is not a property method.
getQualifiedExceptions() - Method in class xjavadoc.AbstractExecutableMember
 
getQualifiedName() - Method in class xjavadoc.AbstractClass
Describe what the method does
getQualifiedName(int) - Method in class xjavadoc.filesystem.FileSourceSet
Gets the fully qualified class name of the i'th file in the instance.
getQualifiedName(String) - Method in class xjavadoc.filesystem.FileSourceSet
Gets the fully qualified class name for a relative file
getQualifiedName(int) - Method in interface xjavadoc.SourceSet
 
getQualifiedName() - Method in interface xjavadoc.XClass
Gets the qualified class name.
getQualifiedNameFor(String, String) - Static method in class xjavadoc.Util
 
getReader() - Method in interface xjavadoc.filesystem.AbstractFile
Obtain a reader for the file.
getReader(String) - Method in interface xjavadoc.filesystem.AbstractFile
 
getReader() - Method in class xjavadoc.filesystem.ReaderFile
 
getReader(String) - Method in class xjavadoc.filesystem.ReaderFile
 
getReader() - Method in class xjavadoc.filesystem.XJavadocFile
 
getReader(String) - Method in class xjavadoc.filesystem.XJavadocFile
 
getReader() - Method in class xjavadoc.SourceClass
Returns a reader for the source code.
getRelativeFileName(String) - Method in class xjavadoc.filesystem.FileSourceSet
Gets the relative file name (relative to dir) for a fully qualified class name
getReturnType() - Method in class xjavadoc.MethodImpl
 
getReturnType() - Method in interface xjavadoc.XMethod
Returns the return type of the method.
getRootDir() - Method in class xjavadoc.codeunit.CodeTestCase
Returns the root directory of the package hierarchy where this class is located, provided that it's not in a jar.
getSignature(boolean) - Method in class xjavadoc.AbstractExecutableMember
Gets the signature
getSignature(boolean) - Method in interface xjavadoc.XExecutableMember
Returns the signature.
getSize() - Method in class xjavadoc.filesystem.FileSourceSet
Returns the number of files in the instance
getSize() - Method in interface xjavadoc.SourceSet
 
getSource() - Method in exception xjavadoc.XJavaDocException
Gets the Source attribute of the XJavaDocException object
getSourceClasses(Predicate) - Method in class xjavadoc.XJavaDoc
 
getSourceClasses() - Method in class xjavadoc.XJavaDoc
Returns all classes in the registered source sets, including inner classes
getSourceFile(String) - Method in class xjavadoc.filesystem.FileSourceSet
Gets the File containing the source of the class.
getSourceFile(String) - Method in interface xjavadoc.SourceSet
 
getSourceFile(String) - Method in class xjavadoc.XJavaDoc
Gets the SourceFile attribute of the XJavaDoc object
getSourceFileFor(XProgramElement) - Static method in class xjavadoc.XJavaDoc
Gets the file the pe is contained in.
getSourcePackage(String) - Method in class xjavadoc.XJavaDoc
Returns the package.
getSourcePackages() - Method in class xjavadoc.XJavaDoc
Returns the packages of the specified classes during parsing.
GetSuffix(int) - Method in class xjavadoc.JavaCharStream
 
getSuperclass() - Method in class xjavadoc.AbstractClass
Describe what the method does
getSuperclass() - Method in class xjavadoc.BinaryClass
 
getSuperclass() - Method in interface xjavadoc.XClass
Return superclass of this class.
getSuperDoc() - Method in class xjavadoc.XDoc
Returns the doc in the superclass.
getSuperElement() - Method in class xjavadoc.AbstractClass
Describe what the method does
getSuperElement(boolean) - Method in class xjavadoc.AbstractExecutableMember
 
getSuperElement() - Method in class xjavadoc.ConstructorImpl
 
getSuperElement() - Method in class xjavadoc.FieldImpl
 
getSuperElement() - Method in class xjavadoc.MethodImpl
 
getSuperElement() - Method in interface xjavadoc.XProgramElement
 
getSuperInterfaceElements() - Method in class xjavadoc.AbstractClass
 
getSuperInterfaceElements() - Method in class xjavadoc.MemberImpl
 
getSuperInterfaceElements() - Method in class xjavadoc.MethodImpl
 
getSuperInterfaceElements() - Method in interface xjavadoc.XProgramElement
 
getTabSize(int) - Method in class xjavadoc.JavaCharStream
 
getTag() - Method in exception xjavadoc.TagValidationException
 
getTag(String) - Method in class xjavadoc.XDoc
Get the first tag of name tagName from this doc.
getTag(String, boolean) - Method in class xjavadoc.XDoc
Get the first tag of name tagName.
getTagAttributeValue(String, String) - Method in class xjavadoc.XDoc
Returns the tag attribute value.
getTagAttributeValue(String, String, boolean) - Method in class xjavadoc.XDoc
Returns the tag attribute value.
getTagFactory() - Method in class xjavadoc.AbstractProgramElement
 
getTagFactory() - Method in class xjavadoc.XJavaDoc
 
getTags(String) - Method in class xjavadoc.XDoc
Returns all the tags in this doc with the specified tagName (not superclasses).
getTags(String, boolean) - Method in class xjavadoc.XDoc
Returns all the tags with the specified tagName.
getTags() - Method in class xjavadoc.XDoc
Returns all the tags in this doc (not superclasses).
getTags(boolean) - Method in class xjavadoc.XDoc
Returns all the tags.
getThrownExceptions() - Method in class xjavadoc.AbstractExecutableMember
 
getThrownExceptions() - Method in interface xjavadoc.XExecutableMember
Returns the thrown exception classes.
getToken(int) - Method in interface xjavadoc.JavaParser
Gets the Token attribute of the JavaParser object.
getToken(int) - Method in class xjavadoc.NodeParser
Get the specific Token.
getToken(int) - Method in class xjavadoc.SimpleParser
Get the specific Token.
getTransformedName() - Method in class xjavadoc.AbstractClass
Gets the transformed class name, for example: Character$Subset
getTransformedName() - Method in interface xjavadoc.XClass
Gets the transformed class name, for example: Character$Subset
getTransformedQualifiedName() - Method in class xjavadoc.AbstractClass
Gets the transformed qualified class name, for example: java.lang.Character$Subset
getTransformedQualifiedName() - Method in interface xjavadoc.XClass
Gets the transformed qualified class name, for example: java.lang.Character$Subset
getType() - Method in class xjavadoc.AbstractClass
 
getType() - Method in class xjavadoc.FieldImpl
 
getType() - Method in class xjavadoc.ParameterImpl
Returns the class describing the type of this parameter.
getType() - Method in class xjavadoc.Primitive
 
getType() - Method in class xjavadoc.ReturnType
 
getType() - Method in class xjavadoc.SimpleNode
 
getType() - Method in interface xjavadoc.Type
Get type
getType() - Method in interface xjavadoc.XClass
Gets the type, e.g.
getTypeAsString() - Method in class xjavadoc.FieldImpl
 
getTypeName(Class) - Static method in class xjavadoc.BinaryClass
 
getValue() - Method in class xjavadoc.DefaultXTag
Returns the full value of the tag.
getValue() - Method in class xjavadoc.Token
An optional attribute value of the Token.
getValue() - Method in interface xjavadoc.XTag
Returns the full value of the tag.
getWriter() - Method in interface xjavadoc.filesystem.AbstractFile
Obtain a writer for the file.
getWriter() - Method in class xjavadoc.filesystem.ReaderFile
 
getWriter() - Method in class xjavadoc.filesystem.XJavadocFile
 
getXClass(String) - Method in class xjavadoc.XJavaDoc
Get the XClass corresponding to the qualifiedName.
getXJavaDoc() - Method in class xjavadoc.AbstractProgramElement
 
getXJavaDoc() - Method in class xjavadoc.ant.XJavadocTask
 
getXJavaDoc() - Method in class xjavadoc.codeunit.CodeTestCase
 
getXJavaDoc() - Method in interface xjavadoc.XProgramElement
 
GOTO - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
GOTO - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
GT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
GT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.

H

hash - Variable in class xjavadoc.filesystem.FileSourceSet
overridden hash code
hashCode() - Method in class xjavadoc.AbstractClass
 
hashCode() - Method in class xjavadoc.AbstractExecutableMember
 
hashCode() - Method in class xjavadoc.DefaultXTag
 
hashCode() - Method in class xjavadoc.filesystem.FileSourceSet
 
hashCode() - Method in class xjavadoc.MethodImpl
 
hashCode() - Method in class xjavadoc.XPackage
Describe what the method does
hashCode() - Method in interface xjavadoc.XTag
 
hasImportedClasses() - Method in class xjavadoc.AbstractClass
 
hasImportedPackages() - Method in class xjavadoc.AbstractClass
 
hasInnerClasses() - Method in class xjavadoc.AbstractClass
 
HasTag - Class in xjavadoc.predicates
Filter that accepts program elements that have a certain tag
HasTag() - Constructor for class xjavadoc.predicates.HasTag
 
HasTag(String) - Constructor for class xjavadoc.predicates.HasTag
 
hasTag(String) - Method in class xjavadoc.XDoc
Returns true if the tag exists.
hasTag(String, boolean) - Method in class xjavadoc.XDoc
Returns true if the tag exists.
HEX_LITERAL - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
HEX_LITERAL - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
hexval(char) - Static method in class xjavadoc.JavaCharStream
 
HOOK - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
HOOK - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.

I

id - Variable in class xjavadoc.SimpleNode
 
IDENTIFIER - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
IDENTIFIER - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
IF - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
IF - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
IfStatement() - Method in class xjavadoc.NodeParser
 
IfStatement() - Method in class xjavadoc.SimpleParser
 
image - Variable in class xjavadoc.NodeParserTokenManager
 
image - Variable in class xjavadoc.SimpleParserTokenManager
 
image - Variable in class xjavadoc.Token
The string image of the token.
IMPLEMENTS - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
IMPLEMENTS - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
IMPORT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
IMPORT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
ImportDeclaration() - Method in class xjavadoc.NodeParser
 
ImportDeclaration() - Method in class xjavadoc.SimpleParser
 
IN_FORMAL_COMMENT - Static variable in interface xjavadoc.NodeParserConstants
Lexical state.
IN_FORMAL_COMMENT - Static variable in interface xjavadoc.SimpleParserConstants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface xjavadoc.NodeParserConstants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface xjavadoc.SimpleParserConstants
Lexical state.
IN_SINGLE_LINE_COMMENT - Static variable in interface xjavadoc.NodeParserConstants
Lexical state.
IN_SINGLE_LINE_COMMENT - Static variable in interface xjavadoc.SimpleParserConstants
Lexical state.
inBuf - Variable in class xjavadoc.JavaCharStream
 
InclusiveOrExpression() - Method in class xjavadoc.NodeParser
 
InclusiveOrExpression() - Method in class xjavadoc.SimpleParser
 
INCR - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
INCR - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
init(String, String, XDoc, int) - Method in class xjavadoc.DefaultXTag
Sets the name and value.
INITIAL_PARAMETER_POOL_SIZE - Static variable in class xjavadoc.AbstractExecutableMember
Initial size of ParameterImpl pool.
initializeNamedConstructorsHashMap() - Method in class xjavadoc.AbstractClass
 
initializeNamedMethodsHashMap() - Method in class xjavadoc.AbstractClass
 
Initializer() - Method in class xjavadoc.NodeParser
 
Initializer() - Method in class xjavadoc.SimpleParser
 
input_stream - Variable in class xjavadoc.NodeParserTokenManager
 
input_stream - Variable in class xjavadoc.SimpleParserTokenManager
 
inputStream - Variable in class xjavadoc.JavaCharStream
 
instanceCount - Static variable in class xjavadoc.BinaryClass
 
instanceCount - Static variable in class xjavadoc.ConstructorImpl
 
instanceCount - Static variable in class xjavadoc.DefaultXTag
 
instanceCount - Static variable in class xjavadoc.MethodImpl
 
instanceCount - Static variable in class xjavadoc.ParameterImpl
 
instanceCount - Static variable in class xjavadoc.SimpleNode
 
instanceCount - Static variable in class xjavadoc.SourceClass
 
instanceCount - Static variable in class xjavadoc.UnknownClass
 
instanceCount - Static variable in class xjavadoc.XDoc
 
INSTANCEOF - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
INSTANCEOF - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
InstanceOfExpression() - Method in class xjavadoc.NodeParser
 
InstanceOfExpression() - Method in class xjavadoc.SimpleParser
 
INT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
INT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
INTEGER_LITERAL - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
INTEGER_LITERAL - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
INTERFACE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
INTERFACE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
InterfaceDeclaration() - Method in class xjavadoc.NodeParser
 
InterfaceDeclaration() - Method in class xjavadoc.SimpleParser
 
InterfaceMemberDeclaration() - Method in class xjavadoc.NodeParser
 
InterfaceMemberDeclaration() - Method in class xjavadoc.SimpleParser
 
Interfaces_Name() - Method in class xjavadoc.NodeParser
 
Interfaces_Name() - Method in class xjavadoc.SimpleParser
 
Interfaces_NameList() - Method in class xjavadoc.NodeParser
 
Interfaces_NameList() - Method in class xjavadoc.SimpleParser
 
INVALID_LEXICAL_STATE - Static variable in error xjavadoc.TokenMgrError
Tried to change to an invalid lexical state.
IS_UNICODE - Static variable in class xjavadoc.XJavaDoc
Indicates whether this XJavaDoc was built with or without unicode support
isA(String) - Method in class xjavadoc.AbstractClass
 
isA(String, boolean) - Method in class xjavadoc.AbstractClass
 
isA(String) - Method in interface xjavadoc.XClass
Returns true if we are subclass or implement the class/interface with the name classOrInterfaceName
isA(String, boolean) - Method in interface xjavadoc.XClass
Returns true if we are subclass or implement the class/interface with the name classOrInterfaceName
isAbstract() - Method in class xjavadoc.AbstractProgramElement
 
isAbstract() - Method in interface xjavadoc.XClass
 
isAbstract() - Method in interface xjavadoc.XProgramElement
 
isAnonymous() - Method in class xjavadoc.AbstractClass
 
isAnonymous() - Method in interface xjavadoc.XClass
Returns true if this class is anonymous.
isClassImplementingInterface(Class, String, boolean) - Method in class xjavadoc.BinaryClass
 
isConstructor() - Method in class xjavadoc.ConstructorImpl
 
isConstructor() - Method in class xjavadoc.MethodImpl
Gets the Constructor attribute of the SourceMethod object
isConstructor() - Method in interface xjavadoc.XExecutableMember
Return true if this is a constructor.
isDefaultPackage() - Method in class xjavadoc.XPackage
Gets the DefaultPackage attribute of the XPackage object
isExtraClass() - Method in class xjavadoc.SourceClass
 
isFinal() - Method in class xjavadoc.AbstractProgramElement
 
isFinal() - Method in interface xjavadoc.XProgramElement
 
isImplementingInterface(String) - Method in class xjavadoc.AbstractClass
 
isImplementingInterface(String, boolean) - Method in class xjavadoc.AbstractClass
 
isImplementingInterface(String, boolean) - Method in class xjavadoc.BinaryClass
 
isImplementingInterface(String) - Method in interface xjavadoc.XClass
Returns true if it implements full_qualified_type_name (or recursively superclasses implement).
isImplementingInterface(String, boolean) - Method in interface xjavadoc.XClass
Returns true if it implements full_qualified_type_name (or recursively superclasses implement, if superclasses==true).
isInner() - Method in class xjavadoc.AbstractClass
 
isInner() - Method in interface xjavadoc.XClass
Returns true if this is an inner class.
isInterface() - Method in class xjavadoc.AbstractClass
Gets the Interface attribute of the SourceClass object
isInterface() - Method in interface xjavadoc.XClass
 
isNative() - Method in class xjavadoc.AbstractExecutableMember
Gets the Native attribute of the AbstractExecutableMember object
isNative() - Method in interface xjavadoc.XExecutableMember
 
isOuterClass() - Method in class xjavadoc.SourceClass
Gets the OuterClass attribute of the SourceClass object
isPackagePrivate() - Method in class xjavadoc.AbstractProgramElement
 
isPackagePrivate() - Method in interface xjavadoc.XProgramElement
 
isPrimitive() - Method in class xjavadoc.BinaryClass
 
isPrimitive() - Method in class xjavadoc.Primitive
 
isPrimitive() - Method in class xjavadoc.SourceClass
 
isPrimitive() - Method in class xjavadoc.UnknownClass
 
isPrimitive() - Method in interface xjavadoc.XClass
Returns true if this class is a primitive.
isPrivate() - Method in class xjavadoc.AbstractProgramElement
 
isPrivate() - Method in interface xjavadoc.XProgramElement
 
isPropertyAccessor() - Method in class xjavadoc.MethodImpl
 
isPropertyAccessor() - Method in interface xjavadoc.XMethod
 
isPropertyMutator() - Method in class xjavadoc.MethodImpl
 
isPropertyMutator() - Method in interface xjavadoc.XMethod
 
isProtected() - Method in class xjavadoc.AbstractProgramElement
 
isProtected() - Method in interface xjavadoc.XProgramElement
 
isPublic() - Method in class xjavadoc.AbstractProgramElement
 
isPublic() - Method in interface xjavadoc.XProgramElement
 
isSelected(File, String, File) - Method in class xjavadoc.ant.XJavadocFilter
 
isStatic() - Method in class xjavadoc.AbstractProgramElement
 
isStatic() - Method in interface xjavadoc.XProgramElement
 
isSubclassOf(String) - Method in class xjavadoc.AbstractClass
 
isSubclassOf(String, boolean) - Method in class xjavadoc.AbstractClass
 
isSubclassOf(String, boolean) - Method in class xjavadoc.BinaryClass
 
isSubclassOf(String) - Method in interface xjavadoc.XClass
Returns true if the superclass (or recursively superclass of superclass) is full_qualified_type_name.
isSubclassOf(String, boolean) - Method in interface xjavadoc.XClass
Returns true if the superclass (or recursively superclass of superclass, if superclasses==true) is full_qualified_type_name.
isSynchronized() - Method in class xjavadoc.AbstractExecutableMember
Gets the Synchronized attribute of the AbstractExecutableMember object
isSynchronized() - Method in interface xjavadoc.XExecutableMember
 
isTransient() - Method in class xjavadoc.FieldImpl
 
isTransient() - Method in interface xjavadoc.XField
Gets the Transient attribute of the XField object
isValidating() - Method in class xjavadoc.XTagFactory
 
isVolatile() - Method in class xjavadoc.FieldImpl
 
isVolatile() - Method in interface xjavadoc.XField
Gets the Volatile attribute of the XField object
isWriteable() - Method in class xjavadoc.BinaryClass
whether this class is writeable an can be save ( it can not )
isWriteable() - Method in interface xjavadoc.filesystem.AbstractFile
Determine if the file is writeable or not.
isWriteable() - Method in class xjavadoc.filesystem.ReaderFile
 
isWriteable() - Method in class xjavadoc.filesystem.XJavadocFile
 
isWriteable() - Method in class xjavadoc.Primitive
whether this class can be saved ( it can not )
isWriteable() - Method in class xjavadoc.SourceClass
Gets the Writeable attribute of the SourceClass object
isWriteable() - Method in class xjavadoc.UnknownClass
whether this class can be saved ( it cannot )
isWriteable() - Method in interface xjavadoc.XClass
Returns true if this instance can be saved.

J

JavaCharStream - Class in xjavadoc
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class xjavadoc.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class xjavadoc.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class xjavadoc.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class xjavadoc.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class xjavadoc.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class xjavadoc.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class xjavadoc.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class xjavadoc.JavaCharStream
Constructor.
JavaCharStream(InputStream) - Constructor for class xjavadoc.JavaCharStream
Constructor.
JavaDocReader - Class in xjavadoc
A reader which strips away any spaces and stars at the beginning of javadoc.
JavaDocReader(Reader) - Constructor for class xjavadoc.JavaDocReader
 
JavaParser - Interface in xjavadoc
Describe what this class does
jj_2_1(int) - Method in class xjavadoc.NodeParser
 
jj_2_1(int) - Method in class xjavadoc.SimpleParser
 
jj_2_10(int) - Method in class xjavadoc.NodeParser
 
jj_2_10(int) - Method in class xjavadoc.SimpleParser
 
jj_2_11(int) - Method in class xjavadoc.NodeParser
 
jj_2_11(int) - Method in class xjavadoc.SimpleParser
 
jj_2_12(int) - Method in class xjavadoc.NodeParser
 
jj_2_12(int) - Method in class xjavadoc.SimpleParser
 
jj_2_13(int) - Method in class xjavadoc.NodeParser
 
jj_2_13(int) - Method in class xjavadoc.SimpleParser
 
jj_2_14(int) - Method in class xjavadoc.NodeParser
 
jj_2_14(int) - Method in class xjavadoc.SimpleParser
 
jj_2_15(int) - Method in class xjavadoc.NodeParser
 
jj_2_15(int) - Method in class xjavadoc.SimpleParser
 
jj_2_16(int) - Method in class xjavadoc.NodeParser
 
jj_2_16(int) - Method in class xjavadoc.SimpleParser
 
jj_2_17(int) - Method in class xjavadoc.NodeParser
 
jj_2_17(int) - Method in class xjavadoc.SimpleParser
 
jj_2_18(int) - Method in class xjavadoc.NodeParser
 
jj_2_18(int) - Method in class xjavadoc.SimpleParser
 
jj_2_19(int) - Method in class xjavadoc.NodeParser
 
jj_2_19(int) - Method in class xjavadoc.SimpleParser
 
jj_2_2(int) - Method in class xjavadoc.NodeParser
 
jj_2_2(int) - Method in class xjavadoc.SimpleParser
 
jj_2_20(int) - Method in class xjavadoc.NodeParser
 
jj_2_20(int) - Method in class xjavadoc.SimpleParser
 
jj_2_21(int) - Method in class xjavadoc.NodeParser
 
jj_2_21(int) - Method in class xjavadoc.SimpleParser
 
jj_2_22(int) - Method in class xjavadoc.NodeParser
 
jj_2_22(int) - Method in class xjavadoc.SimpleParser
 
jj_2_23(int) - Method in class xjavadoc.NodeParser
 
jj_2_23(int) - Method in class xjavadoc.SimpleParser
 
jj_2_24(int) - Method in class xjavadoc.NodeParser
 
jj_2_24(int) - Method in class xjavadoc.SimpleParser
 
jj_2_25(int) - Method in class xjavadoc.NodeParser
 
jj_2_25(int) - Method in class xjavadoc.SimpleParser
 
jj_2_26(int) - Method in class xjavadoc.NodeParser
 
jj_2_26(int) - Method in class xjavadoc.SimpleParser
 
jj_2_27(int) - Method in class xjavadoc.NodeParser
 
jj_2_27(int) - Method in class xjavadoc.SimpleParser
 
jj_2_28(int) - Method in class xjavadoc.NodeParser
 
jj_2_28(int) - Method in class xjavadoc.SimpleParser
 
jj_2_29(int) - Method in class xjavadoc.NodeParser
 
jj_2_29(int) - Method in class xjavadoc.SimpleParser
 
jj_2_3(int) - Method in class xjavadoc.NodeParser
 
jj_2_3(int) - Method in class xjavadoc.SimpleParser
 
jj_2_30(int) - Method in class xjavadoc.NodeParser
 
jj_2_30(int) - Method in class xjavadoc.SimpleParser
 
jj_2_31(int) - Method in class xjavadoc.NodeParser
 
jj_2_31(int) - Method in class xjavadoc.SimpleParser
 
jj_2_4(int) - Method in class xjavadoc.NodeParser
 
jj_2_4(int) - Method in class xjavadoc.SimpleParser
 
jj_2_5(int) - Method in class xjavadoc.NodeParser
 
jj_2_5(int) - Method in class xjavadoc.SimpleParser
 
jj_2_6(int) - Method in class xjavadoc.NodeParser
 
jj_2_6(int) - Method in class xjavadoc.SimpleParser
 
jj_2_7(int) - Method in class xjavadoc.NodeParser
 
jj_2_7(int) - Method in class xjavadoc.SimpleParser
 
jj_2_8(int) - Method in class xjavadoc.NodeParser
 
jj_2_8(int) - Method in class xjavadoc.SimpleParser
 
jj_2_9(int) - Method in class xjavadoc.NodeParser
 
jj_2_9(int) - Method in class xjavadoc.SimpleParser
 
jj_2_rtns - Variable in class xjavadoc.NodeParser
 
jj_2_rtns - Variable in class xjavadoc.SimpleParser
 
jj_3_1() - Method in class xjavadoc.NodeParser
 
jj_3_1() - Method in class xjavadoc.SimpleParser
 
jj_3_10() - Method in class xjavadoc.NodeParser
 
jj_3_10() - Method in class xjavadoc.SimpleParser
 
jj_3_11() - Method in class xjavadoc.NodeParser
 
jj_3_11() - Method in class xjavadoc.SimpleParser
 
jj_3_12() - Method in class xjavadoc.NodeParser
 
jj_3_12() - Method in class xjavadoc.SimpleParser
 
jj_3_13() - Method in class xjavadoc.NodeParser
 
jj_3_13() - Method in class xjavadoc.SimpleParser
 
jj_3_14() - Method in class xjavadoc.NodeParser
 
jj_3_14() - Method in class xjavadoc.SimpleParser
 
jj_3_15() - Method in class xjavadoc.NodeParser
 
jj_3_15() - Method in class xjavadoc.SimpleParser
 
jj_3_16() - Method in class xjavadoc.NodeParser
 
jj_3_16() - Method in class xjavadoc.SimpleParser
 
jj_3_17() - Method in class xjavadoc.NodeParser
 
jj_3_17() - Method in class xjavadoc.SimpleParser
 
jj_3_18() - Method in class xjavadoc.NodeParser
 
jj_3_18() - Method in class xjavadoc.SimpleParser
 
jj_3_19() - Method in class xjavadoc.NodeParser
 
jj_3_19() - Method in class xjavadoc.SimpleParser
 
jj_3_2() - Method in class xjavadoc.NodeParser
 
jj_3_2() - Method in class xjavadoc.SimpleParser
 
jj_3_20() - Method in class xjavadoc.NodeParser
 
jj_3_20() - Method in class xjavadoc.SimpleParser
 
jj_3_21() - Method in class xjavadoc.NodeParser
 
jj_3_21() - Method in class xjavadoc.SimpleParser
 
jj_3_22() - Method in class xjavadoc.NodeParser
 
jj_3_22() - Method in class xjavadoc.SimpleParser
 
jj_3_23() - Method in class xjavadoc.NodeParser
 
jj_3_23() - Method in class xjavadoc.SimpleParser
 
jj_3_24() - Method in class xjavadoc.NodeParser
 
jj_3_24() - Method in class xjavadoc.SimpleParser
 
jj_3_25() - Method in class xjavadoc.NodeParser
 
jj_3_25() - Method in class xjavadoc.SimpleParser
 
jj_3_26() - Method in class xjavadoc.NodeParser
 
jj_3_26() - Method in class xjavadoc.SimpleParser
 
jj_3_27() - Method in class xjavadoc.NodeParser
 
jj_3_27() - Method in class xjavadoc.SimpleParser
 
jj_3_28() - Method in class xjavadoc.NodeParser
 
jj_3_28() - Method in class xjavadoc.SimpleParser
 
jj_3_29() - Method in class xjavadoc.NodeParser
 
jj_3_29() - Method in class xjavadoc.SimpleParser
 
jj_3_3() - Method in class xjavadoc.NodeParser
 
jj_3_3() - Method in class xjavadoc.SimpleParser
 
jj_3_30() - Method in class xjavadoc.NodeParser
 
jj_3_30() - Method in class xjavadoc.SimpleParser
 
jj_3_31() - Method in class xjavadoc.NodeParser
 
jj_3_31() - Method in class xjavadoc.SimpleParser
 
jj_3_4() - Method in class xjavadoc.NodeParser
 
jj_3_4() - Method in class xjavadoc.SimpleParser
 
jj_3_5() - Method in class xjavadoc.NodeParser
 
jj_3_5() - Method in class xjavadoc.SimpleParser
 
jj_3_6() - Method in class xjavadoc.NodeParser
 
jj_3_6() - Method in class xjavadoc.SimpleParser
 
jj_3_7() - Method in class xjavadoc.NodeParser
 
jj_3_7() - Method in class xjavadoc.SimpleParser
 
jj_3_8() - Method in class xjavadoc.NodeParser
 
jj_3_8() - Method in class xjavadoc.SimpleParser
 
jj_3_9() - Method in class xjavadoc.NodeParser
 
jj_3_9() - Method in class xjavadoc.SimpleParser
 
jj_3R_100() - Method in class xjavadoc.NodeParser
 
jj_3R_100() - Method in class xjavadoc.SimpleParser
 
jj_3R_101() - Method in class xjavadoc.NodeParser
 
jj_3R_101() - Method in class xjavadoc.SimpleParser
 
jj_3R_102() - Method in class xjavadoc.NodeParser
 
jj_3R_102() - Method in class xjavadoc.SimpleParser
 
jj_3R_103() - Method in class xjavadoc.NodeParser
 
jj_3R_103() - Method in class xjavadoc.SimpleParser
 
jj_3R_104() - Method in class xjavadoc.NodeParser
 
jj_3R_104() - Method in class xjavadoc.SimpleParser
 
jj_3R_105() - Method in class xjavadoc.NodeParser
 
jj_3R_105() - Method in class xjavadoc.SimpleParser
 
jj_3R_106() - Method in class xjavadoc.NodeParser
 
jj_3R_106() - Method in class xjavadoc.SimpleParser
 
jj_3R_107() - Method in class xjavadoc.NodeParser
 
jj_3R_107() - Method in class xjavadoc.SimpleParser
 
jj_3R_108() - Method in class xjavadoc.NodeParser
 
jj_3R_108() - Method in class xjavadoc.SimpleParser
 
jj_3R_109() - Method in class xjavadoc.NodeParser
 
jj_3R_109() - Method in class xjavadoc.SimpleParser
 
jj_3R_110() - Method in class xjavadoc.NodeParser
 
jj_3R_110() - Method in class xjavadoc.SimpleParser
 
jj_3R_111() - Method in class xjavadoc.NodeParser
 
jj_3R_111() - Method in class xjavadoc.SimpleParser
 
jj_3R_112() - Method in class xjavadoc.NodeParser
 
jj_3R_112() - Method in class xjavadoc.SimpleParser
 
jj_3R_113() - Method in class xjavadoc.NodeParser
 
jj_3R_113() - Method in class xjavadoc.SimpleParser
 
jj_3R_114() - Method in class xjavadoc.NodeParser
 
jj_3R_114() - Method in class xjavadoc.SimpleParser
 
jj_3R_115() - Method in class xjavadoc.NodeParser
 
jj_3R_115() - Method in class xjavadoc.SimpleParser
 
jj_3R_116() - Method in class xjavadoc.NodeParser
 
jj_3R_116() - Method in class xjavadoc.SimpleParser
 
jj_3R_117() - Method in class xjavadoc.NodeParser
 
jj_3R_117() - Method in class xjavadoc.SimpleParser
 
jj_3R_118() - Method in class xjavadoc.NodeParser
 
jj_3R_118() - Method in class xjavadoc.SimpleParser
 
jj_3R_119() - Method in class xjavadoc.NodeParser
 
jj_3R_119() - Method in class xjavadoc.SimpleParser
 
jj_3R_120() - Method in class xjavadoc.NodeParser
 
jj_3R_120() - Method in class xjavadoc.SimpleParser
 
jj_3R_121() - Method in class xjavadoc.NodeParser
 
jj_3R_121() - Method in class xjavadoc.SimpleParser
 
jj_3R_122() - Method in class xjavadoc.NodeParser
 
jj_3R_122() - Method in class xjavadoc.SimpleParser
 
jj_3R_123() - Method in class xjavadoc.NodeParser
 
jj_3R_123() - Method in class xjavadoc.SimpleParser
 
jj_3R_124() - Method in class xjavadoc.NodeParser
 
jj_3R_124() - Method in class xjavadoc.SimpleParser
 
jj_3R_125() - Method in class xjavadoc.NodeParser
 
jj_3R_125() - Method in class xjavadoc.SimpleParser
 
jj_3R_126() - Method in class xjavadoc.NodeParser
 
jj_3R_126() - Method in class xjavadoc.SimpleParser
 
jj_3R_127() - Method in class xjavadoc.NodeParser
 
jj_3R_127() - Method in class xjavadoc.SimpleParser
 
jj_3R_128() - Method in class xjavadoc.NodeParser
 
jj_3R_128() - Method in class xjavadoc.SimpleParser
 
jj_3R_129() - Method in class xjavadoc.NodeParser
 
jj_3R_129() - Method in class xjavadoc.SimpleParser
 
jj_3R_130() - Method in class xjavadoc.NodeParser
 
jj_3R_130() - Method in class xjavadoc.SimpleParser
 
jj_3R_131() - Method in class xjavadoc.NodeParser
 
jj_3R_131() - Method in class xjavadoc.SimpleParser
 
jj_3R_132() - Method in class xjavadoc.NodeParser
 
jj_3R_132() - Method in class xjavadoc.SimpleParser
 
jj_3R_133() - Method in class xjavadoc.NodeParser
 
jj_3R_133() - Method in class xjavadoc.SimpleParser
 
jj_3R_134() - Method in class xjavadoc.NodeParser
 
jj_3R_134() - Method in class xjavadoc.SimpleParser
 
jj_3R_135() - Method in class xjavadoc.NodeParser
 
jj_3R_135() - Method in class xjavadoc.SimpleParser
 
jj_3R_136() - Method in class xjavadoc.NodeParser
 
jj_3R_136() - Method in class xjavadoc.SimpleParser
 
jj_3R_137() - Method in class xjavadoc.NodeParser
 
jj_3R_137() - Method in class xjavadoc.SimpleParser
 
jj_3R_138() - Method in class xjavadoc.NodeParser
 
jj_3R_138() - Method in class xjavadoc.SimpleParser
 
jj_3R_139() - Method in class xjavadoc.NodeParser
 
jj_3R_139() - Method in class xjavadoc.SimpleParser
 
jj_3R_140() - Method in class xjavadoc.NodeParser
 
jj_3R_140() - Method in class xjavadoc.SimpleParser
 
jj_3R_141() - Method in class xjavadoc.NodeParser
 
jj_3R_141() - Method in class xjavadoc.SimpleParser
 
jj_3R_142() - Method in class xjavadoc.NodeParser
 
jj_3R_142() - Method in class xjavadoc.SimpleParser
 
jj_3R_143() - Method in class xjavadoc.NodeParser
 
jj_3R_143() - Method in class xjavadoc.SimpleParser
 
jj_3R_144() - Method in class xjavadoc.NodeParser
 
jj_3R_144() - Method in class xjavadoc.SimpleParser
 
jj_3R_145() - Method in class xjavadoc.NodeParser
 
jj_3R_145() - Method in class xjavadoc.SimpleParser
 
jj_3R_146() - Method in class xjavadoc.NodeParser
 
jj_3R_146() - Method in class xjavadoc.SimpleParser
 
jj_3R_147() - Method in class xjavadoc.NodeParser
 
jj_3R_147() - Method in class xjavadoc.SimpleParser
 
jj_3R_148() - Method in class xjavadoc.NodeParser
 
jj_3R_148() - Method in class xjavadoc.SimpleParser
 
jj_3R_149() - Method in class xjavadoc.NodeParser
 
jj_3R_149() - Method in class xjavadoc.SimpleParser
 
jj_3R_150() - Method in class xjavadoc.NodeParser
 
jj_3R_150() - Method in class xjavadoc.SimpleParser
 
jj_3R_151() - Method in class xjavadoc.NodeParser
 
jj_3R_151() - Method in class xjavadoc.SimpleParser
 
jj_3R_152() - Method in class xjavadoc.NodeParser
 
jj_3R_152() - Method in class xjavadoc.SimpleParser
 
jj_3R_153() - Method in class xjavadoc.NodeParser
 
jj_3R_153() - Method in class xjavadoc.SimpleParser
 
jj_3R_154() - Method in class xjavadoc.NodeParser
 
jj_3R_154() - Method in class xjavadoc.SimpleParser
 
jj_3R_155() - Method in class xjavadoc.NodeParser
 
jj_3R_155() - Method in class xjavadoc.SimpleParser
 
jj_3R_156() - Method in class xjavadoc.NodeParser
 
jj_3R_156() - Method in class xjavadoc.SimpleParser
 
jj_3R_157() - Method in class xjavadoc.NodeParser
 
jj_3R_157() - Method in class xjavadoc.SimpleParser
 
jj_3R_158() - Method in class xjavadoc.NodeParser
 
jj_3R_158() - Method in class xjavadoc.SimpleParser
 
jj_3R_159() - Method in class xjavadoc.NodeParser
 
jj_3R_159() - Method in class xjavadoc.SimpleParser
 
jj_3R_160() - Method in class xjavadoc.NodeParser
 
jj_3R_160() - Method in class xjavadoc.SimpleParser
 
jj_3R_161() - Method in class xjavadoc.NodeParser
 
jj_3R_161() - Method in class xjavadoc.SimpleParser
 
jj_3R_162() - Method in class xjavadoc.NodeParser
 
jj_3R_162() - Method in class xjavadoc.SimpleParser
 
jj_3R_163() - Method in class xjavadoc.NodeParser
 
jj_3R_163() - Method in class xjavadoc.SimpleParser
 
jj_3R_164() - Method in class xjavadoc.NodeParser
 
jj_3R_164() - Method in class xjavadoc.SimpleParser
 
jj_3R_165() - Method in class xjavadoc.NodeParser
 
jj_3R_165() - Method in class xjavadoc.SimpleParser
 
jj_3R_166() - Method in class xjavadoc.NodeParser
 
jj_3R_166() - Method in class xjavadoc.SimpleParser
 
jj_3R_167() - Method in class xjavadoc.NodeParser
 
jj_3R_167() - Method in class xjavadoc.SimpleParser
 
jj_3R_168() - Method in class xjavadoc.NodeParser
 
jj_3R_168() - Method in class xjavadoc.SimpleParser
 
jj_3R_169() - Method in class xjavadoc.NodeParser
 
jj_3R_169() - Method in class xjavadoc.SimpleParser
 
jj_3R_170() - Method in class xjavadoc.NodeParser
 
jj_3R_170() - Method in class xjavadoc.SimpleParser
 
jj_3R_171() - Method in class xjavadoc.NodeParser
 
jj_3R_171() - Method in class xjavadoc.SimpleParser
 
jj_3R_172() - Method in class xjavadoc.NodeParser
 
jj_3R_172() - Method in class xjavadoc.SimpleParser
 
jj_3R_173() - Method in class xjavadoc.NodeParser
 
jj_3R_173() - Method in class xjavadoc.SimpleParser
 
jj_3R_174() - Method in class xjavadoc.NodeParser
 
jj_3R_174() - Method in class xjavadoc.SimpleParser
 
jj_3R_175() - Method in class xjavadoc.NodeParser
 
jj_3R_175() - Method in class xjavadoc.SimpleParser
 
jj_3R_176() - Method in class xjavadoc.NodeParser
 
jj_3R_176() - Method in class xjavadoc.SimpleParser
 
jj_3R_177() - Method in class xjavadoc.NodeParser
 
jj_3R_177() - Method in class xjavadoc.SimpleParser
 
jj_3R_178() - Method in class xjavadoc.NodeParser
 
jj_3R_178() - Method in class xjavadoc.SimpleParser
 
jj_3R_179() - Method in class xjavadoc.NodeParser
 
jj_3R_179() - Method in class xjavadoc.SimpleParser
 
jj_3R_180() - Method in class xjavadoc.NodeParser
 
jj_3R_180() - Method in class xjavadoc.SimpleParser
 
jj_3R_181() - Method in class xjavadoc.NodeParser
 
jj_3R_181() - Method in class xjavadoc.SimpleParser
 
jj_3R_182() - Method in class xjavadoc.NodeParser
 
jj_3R_182() - Method in class xjavadoc.SimpleParser
 
jj_3R_183() - Method in class xjavadoc.NodeParser
 
jj_3R_183() - Method in class xjavadoc.SimpleParser
 
jj_3R_184() - Method in class xjavadoc.NodeParser
 
jj_3R_184() - Method in class xjavadoc.SimpleParser
 
jj_3R_185() - Method in class xjavadoc.NodeParser
 
jj_3R_185() - Method in class xjavadoc.SimpleParser
 
jj_3R_186() - Method in class xjavadoc.NodeParser
 
jj_3R_186() - Method in class xjavadoc.SimpleParser
 
jj_3R_187() - Method in class xjavadoc.NodeParser
 
jj_3R_187() - Method in class xjavadoc.SimpleParser
 
jj_3R_188() - Method in class xjavadoc.NodeParser
 
jj_3R_188() - Method in class xjavadoc.SimpleParser
 
jj_3R_189() - Method in class xjavadoc.NodeParser
 
jj_3R_189() - Method in class xjavadoc.SimpleParser
 
jj_3R_190() - Method in class xjavadoc.NodeParser
 
jj_3R_190() - Method in class xjavadoc.SimpleParser
 
jj_3R_191() - Method in class xjavadoc.NodeParser
 
jj_3R_191() - Method in class xjavadoc.SimpleParser
 
jj_3R_192() - Method in class xjavadoc.NodeParser
 
jj_3R_192() - Method in class xjavadoc.SimpleParser
 
jj_3R_193() - Method in class xjavadoc.NodeParser
 
jj_3R_193() - Method in class xjavadoc.SimpleParser
 
jj_3R_194() - Method in class xjavadoc.NodeParser
 
jj_3R_194() - Method in class xjavadoc.SimpleParser
 
jj_3R_195() - Method in class xjavadoc.NodeParser
 
jj_3R_195() - Method in class xjavadoc.SimpleParser
 
jj_3R_196() - Method in class xjavadoc.NodeParser
 
jj_3R_196() - Method in class xjavadoc.SimpleParser
 
jj_3R_197() - Method in class xjavadoc.NodeParser
 
jj_3R_197() - Method in class xjavadoc.SimpleParser
 
jj_3R_198() - Method in class xjavadoc.NodeParser
 
jj_3R_198() - Method in class xjavadoc.SimpleParser
 
jj_3R_199() - Method in class xjavadoc.NodeParser
 
jj_3R_199() - Method in class xjavadoc.SimpleParser
 
jj_3R_200() - Method in class xjavadoc.NodeParser
 
jj_3R_200() - Method in class xjavadoc.SimpleParser
 
jj_3R_201() - Method in class xjavadoc.NodeParser
 
jj_3R_201() - Method in class xjavadoc.SimpleParser
 
jj_3R_202() - Method in class xjavadoc.NodeParser
 
jj_3R_202() - Method in class xjavadoc.SimpleParser
 
jj_3R_203() - Method in class xjavadoc.NodeParser
 
jj_3R_203() - Method in class xjavadoc.SimpleParser
 
jj_3R_204() - Method in class xjavadoc.NodeParser
 
jj_3R_204() - Method in class xjavadoc.SimpleParser
 
jj_3R_205() - Method in class xjavadoc.NodeParser
 
jj_3R_205() - Method in class xjavadoc.SimpleParser
 
jj_3R_206() - Method in class xjavadoc.NodeParser
 
jj_3R_206() - Method in class xjavadoc.SimpleParser
 
jj_3R_207() - Method in class xjavadoc.NodeParser
 
jj_3R_207() - Method in class xjavadoc.SimpleParser
 
jj_3R_208() - Method in class xjavadoc.NodeParser
 
jj_3R_208() - Method in class xjavadoc.SimpleParser
 
jj_3R_209() - Method in class xjavadoc.NodeParser
 
jj_3R_209() - Method in class xjavadoc.SimpleParser
 
jj_3R_210() - Method in class xjavadoc.NodeParser
 
jj_3R_210() - Method in class xjavadoc.SimpleParser
 
jj_3R_211() - Method in class xjavadoc.NodeParser
 
jj_3R_211() - Method in class xjavadoc.SimpleParser
 
jj_3R_212() - Method in class xjavadoc.NodeParser
 
jj_3R_212() - Method in class xjavadoc.SimpleParser
 
jj_3R_213() - Method in class xjavadoc.NodeParser
 
jj_3R_213() - Method in class xjavadoc.SimpleParser
 
jj_3R_214() - Method in class xjavadoc.NodeParser
 
jj_3R_214() - Method in class xjavadoc.SimpleParser
 
jj_3R_215() - Method in class xjavadoc.NodeParser
 
jj_3R_215() - Method in class xjavadoc.SimpleParser
 
jj_3R_216() - Method in class xjavadoc.NodeParser
 
jj_3R_216() - Method in class xjavadoc.SimpleParser
 
jj_3R_217() - Method in class xjavadoc.NodeParser
 
jj_3R_217() - Method in class xjavadoc.SimpleParser
 
jj_3R_218() - Method in class xjavadoc.NodeParser
 
jj_3R_218() - Method in class xjavadoc.SimpleParser
 
jj_3R_219() - Method in class xjavadoc.NodeParser
 
jj_3R_219() - Method in class xjavadoc.SimpleParser
 
jj_3R_220() - Method in class xjavadoc.NodeParser
 
jj_3R_220() - Method in class xjavadoc.SimpleParser
 
jj_3R_221() - Method in class xjavadoc.NodeParser
 
jj_3R_221() - Method in class xjavadoc.SimpleParser
 
jj_3R_222() - Method in class xjavadoc.NodeParser
 
jj_3R_222() - Method in class xjavadoc.SimpleParser
 
jj_3R_223() - Method in class xjavadoc.NodeParser
 
jj_3R_223() - Method in class xjavadoc.SimpleParser
 
jj_3R_224() - Method in class xjavadoc.NodeParser
 
jj_3R_224() - Method in class xjavadoc.SimpleParser
 
jj_3R_225() - Method in class xjavadoc.NodeParser
 
jj_3R_225() - Method in class xjavadoc.SimpleParser
 
jj_3R_226() - Method in class xjavadoc.NodeParser
 
jj_3R_226() - Method in class xjavadoc.SimpleParser
 
jj_3R_227() - Method in class xjavadoc.NodeParser
 
jj_3R_227() - Method in class xjavadoc.SimpleParser
 
jj_3R_228() - Method in class xjavadoc.NodeParser
 
jj_3R_228() - Method in class xjavadoc.SimpleParser
 
jj_3R_229() - Method in class xjavadoc.NodeParser
 
jj_3R_229() - Method in class xjavadoc.SimpleParser
 
jj_3R_230() - Method in class xjavadoc.NodeParser
 
jj_3R_230() - Method in class xjavadoc.SimpleParser
 
jj_3R_231() - Method in class xjavadoc.NodeParser
 
jj_3R_231() - Method in class xjavadoc.SimpleParser
 
jj_3R_232() - Method in class xjavadoc.NodeParser
 
jj_3R_232() - Method in class xjavadoc.SimpleParser
 
jj_3R_233() - Method in class xjavadoc.NodeParser
 
jj_3R_233() - Method in class xjavadoc.SimpleParser
 
jj_3R_234() - Method in class xjavadoc.NodeParser
 
jj_3R_234() - Method in class xjavadoc.SimpleParser
 
jj_3R_235() - Method in class xjavadoc.NodeParser
 
jj_3R_235() - Method in class xjavadoc.SimpleParser
 
jj_3R_236() - Method in class xjavadoc.NodeParser
 
jj_3R_236() - Method in class xjavadoc.SimpleParser
 
jj_3R_237() - Method in class xjavadoc.NodeParser
 
jj_3R_237() - Method in class xjavadoc.SimpleParser
 
jj_3R_238() - Method in class xjavadoc.NodeParser
 
jj_3R_238() - Method in class xjavadoc.SimpleParser
 
jj_3R_239() - Method in class xjavadoc.NodeParser
 
jj_3R_239() - Method in class xjavadoc.SimpleParser
 
jj_3R_240() - Method in class xjavadoc.NodeParser
 
jj_3R_240() - Method in class xjavadoc.SimpleParser
 
jj_3R_241() - Method in class xjavadoc.NodeParser
 
jj_3R_241() - Method in class xjavadoc.SimpleParser
 
jj_3R_242() - Method in class xjavadoc.NodeParser
 
jj_3R_242() - Method in class xjavadoc.SimpleParser
 
jj_3R_243() - Method in class xjavadoc.NodeParser
 
jj_3R_243() - Method in class xjavadoc.SimpleParser
 
jj_3R_244() - Method in class xjavadoc.NodeParser
 
jj_3R_244() - Method in class xjavadoc.SimpleParser
 
jj_3R_245() - Method in class xjavadoc.NodeParser
 
jj_3R_245() - Method in class xjavadoc.SimpleParser
 
jj_3R_246() - Method in class xjavadoc.NodeParser
 
jj_3R_246() - Method in class xjavadoc.SimpleParser
 
jj_3R_247() - Method in class xjavadoc.NodeParser
 
jj_3R_247() - Method in class xjavadoc.SimpleParser
 
jj_3R_248() - Method in class xjavadoc.NodeParser
 
jj_3R_248() - Method in class xjavadoc.SimpleParser
 
jj_3R_249() - Method in class xjavadoc.NodeParser
 
jj_3R_249() - Method in class xjavadoc.SimpleParser
 
jj_3R_250() - Method in class xjavadoc.NodeParser
 
jj_3R_250() - Method in class xjavadoc.SimpleParser
 
jj_3R_251() - Method in class xjavadoc.NodeParser
 
jj_3R_251() - Method in class xjavadoc.SimpleParser
 
jj_3R_252() - Method in class xjavadoc.NodeParser
 
jj_3R_252() - Method in class xjavadoc.SimpleParser
 
jj_3R_253() - Method in class xjavadoc.NodeParser
 
jj_3R_253() - Method in class xjavadoc.SimpleParser
 
jj_3R_254() - Method in class xjavadoc.NodeParser
 
jj_3R_254() - Method in class xjavadoc.SimpleParser
 
jj_3R_255() - Method in class xjavadoc.NodeParser
 
jj_3R_255() - Method in class xjavadoc.SimpleParser
 
jj_3R_256() - Method in class xjavadoc.NodeParser
 
jj_3R_256() - Method in class xjavadoc.SimpleParser
 
jj_3R_257() - Method in class xjavadoc.NodeParser
 
jj_3R_257() - Method in class xjavadoc.SimpleParser
 
jj_3R_258() - Method in class xjavadoc.NodeParser
 
jj_3R_258() - Method in class xjavadoc.SimpleParser
 
jj_3R_259() - Method in class xjavadoc.NodeParser
 
jj_3R_259() - Method in class xjavadoc.SimpleParser
 
jj_3R_260() - Method in class xjavadoc.NodeParser
 
jj_3R_260() - Method in class xjavadoc.SimpleParser
 
jj_3R_261() - Method in class xjavadoc.NodeParser
 
jj_3R_261() - Method in class xjavadoc.SimpleParser
 
jj_3R_262() - Method in class xjavadoc.NodeParser
 
jj_3R_262() - Method in class xjavadoc.SimpleParser
 
jj_3R_263() - Method in class xjavadoc.NodeParser
 
jj_3R_263() - Method in class xjavadoc.SimpleParser
 
jj_3R_264() - Method in class xjavadoc.NodeParser
 
jj_3R_264() - Method in class xjavadoc.SimpleParser
 
jj_3R_265() - Method in class xjavadoc.NodeParser
 
jj_3R_265() - Method in class xjavadoc.SimpleParser
 
jj_3R_266() - Method in class xjavadoc.NodeParser
 
jj_3R_266() - Method in class xjavadoc.SimpleParser
 
jj_3R_267() - Method in class xjavadoc.NodeParser
 
jj_3R_267() - Method in class xjavadoc.SimpleParser
 
jj_3R_268() - Method in class xjavadoc.NodeParser
 
jj_3R_268() - Method in class xjavadoc.SimpleParser
 
jj_3R_269() - Method in class xjavadoc.NodeParser
 
jj_3R_269() - Method in class xjavadoc.SimpleParser
 
jj_3R_270() - Method in class xjavadoc.NodeParser
 
jj_3R_270() - Method in class xjavadoc.SimpleParser
 
jj_3R_271() - Method in class xjavadoc.NodeParser
 
jj_3R_271() - Method in class xjavadoc.SimpleParser
 
jj_3R_272() - Method in class xjavadoc.NodeParser
 
jj_3R_272() - Method in class xjavadoc.SimpleParser
 
jj_3R_273() - Method in class xjavadoc.NodeParser
 
jj_3R_273() - Method in class xjavadoc.SimpleParser
 
jj_3R_274() - Method in class xjavadoc.NodeParser
 
jj_3R_274() - Method in class xjavadoc.SimpleParser
 
jj_3R_275() - Method in class xjavadoc.NodeParser
 
jj_3R_275() - Method in class xjavadoc.SimpleParser
 
jj_3R_276() - Method in class xjavadoc.NodeParser
 
jj_3R_276() - Method in class xjavadoc.SimpleParser
 
jj_3R_277() - Method in class xjavadoc.NodeParser
 
jj_3R_277() - Method in class xjavadoc.SimpleParser
 
jj_3R_278() - Method in class xjavadoc.NodeParser
 
jj_3R_278() - Method in class xjavadoc.SimpleParser
 
jj_3R_279() - Method in class xjavadoc.NodeParser
 
jj_3R_279() - Method in class xjavadoc.SimpleParser
 
jj_3R_280() - Method in class xjavadoc.NodeParser
 
jj_3R_280() - Method in class xjavadoc.SimpleParser
 
jj_3R_281() - Method in class xjavadoc.NodeParser
 
jj_3R_281() - Method in class xjavadoc.SimpleParser
 
jj_3R_282() - Method in class xjavadoc.NodeParser
 
jj_3R_282() - Method in class xjavadoc.SimpleParser
 
jj_3R_283() - Method in class xjavadoc.NodeParser
 
jj_3R_283() - Method in class xjavadoc.SimpleParser
 
jj_3R_284() - Method in class xjavadoc.NodeParser
 
jj_3R_284() - Method in class xjavadoc.SimpleParser
 
jj_3R_285() - Method in class xjavadoc.NodeParser
 
jj_3R_285() - Method in class xjavadoc.SimpleParser
 
jj_3R_286() - Method in class xjavadoc.NodeParser
 
jj_3R_286() - Method in class xjavadoc.SimpleParser
 
jj_3R_287() - Method in class xjavadoc.NodeParser
 
jj_3R_287() - Method in class xjavadoc.SimpleParser
 
jj_3R_288() - Method in class xjavadoc.NodeParser
 
jj_3R_288() - Method in class xjavadoc.SimpleParser
 
jj_3R_289() - Method in class xjavadoc.NodeParser
 
jj_3R_289() - Method in class xjavadoc.SimpleParser
 
jj_3R_290() - Method in class xjavadoc.NodeParser
 
jj_3R_290() - Method in class xjavadoc.SimpleParser
 
jj_3R_291() - Method in class xjavadoc.NodeParser
 
jj_3R_291() - Method in class xjavadoc.SimpleParser
 
jj_3R_292() - Method in class xjavadoc.NodeParser
 
jj_3R_292() - Method in class xjavadoc.SimpleParser
 
jj_3R_293() - Method in class xjavadoc.NodeParser
 
jj_3R_293() - Method in class xjavadoc.SimpleParser
 
jj_3R_294() - Method in class xjavadoc.NodeParser
 
jj_3R_294() - Method in class xjavadoc.SimpleParser
 
jj_3R_295() - Method in class xjavadoc.NodeParser
 
jj_3R_295() - Method in class xjavadoc.SimpleParser
 
jj_3R_296() - Method in class xjavadoc.NodeParser
 
jj_3R_296() - Method in class xjavadoc.SimpleParser
 
jj_3R_297() - Method in class xjavadoc.NodeParser
 
jj_3R_297() - Method in class xjavadoc.SimpleParser
 
jj_3R_298() - Method in class xjavadoc.NodeParser
 
jj_3R_298() - Method in class xjavadoc.SimpleParser
 
jj_3R_299() - Method in class xjavadoc.NodeParser
 
jj_3R_299() - Method in class xjavadoc.SimpleParser
 
jj_3R_300() - Method in class xjavadoc.NodeParser
 
jj_3R_300() - Method in class xjavadoc.SimpleParser
 
jj_3R_301() - Method in class xjavadoc.NodeParser
 
jj_3R_301() - Method in class xjavadoc.SimpleParser
 
jj_3R_302() - Method in class xjavadoc.NodeParser
 
jj_3R_302() - Method in class xjavadoc.SimpleParser
 
jj_3R_303() - Method in class xjavadoc.NodeParser
 
jj_3R_303() - Method in class xjavadoc.SimpleParser
 
jj_3R_304() - Method in class xjavadoc.NodeParser
 
jj_3R_304() - Method in class xjavadoc.SimpleParser
 
jj_3R_305() - Method in class xjavadoc.NodeParser
 
jj_3R_305() - Method in class xjavadoc.SimpleParser
 
jj_3R_306() - Method in class xjavadoc.NodeParser
 
jj_3R_306() - Method in class xjavadoc.SimpleParser
 
jj_3R_307() - Method in class xjavadoc.NodeParser
 
jj_3R_307() - Method in class xjavadoc.SimpleParser
 
jj_3R_308() - Method in class xjavadoc.NodeParser
 
jj_3R_308() - Method in class xjavadoc.SimpleParser
 
jj_3R_309() - Method in class xjavadoc.NodeParser
 
jj_3R_309() - Method in class xjavadoc.SimpleParser
 
jj_3R_310() - Method in class xjavadoc.NodeParser
 
jj_3R_310() - Method in class xjavadoc.SimpleParser
 
jj_3R_311() - Method in class xjavadoc.NodeParser
 
jj_3R_311() - Method in class xjavadoc.SimpleParser
 
jj_3R_312() - Method in class xjavadoc.NodeParser
 
jj_3R_312() - Method in class xjavadoc.SimpleParser
 
jj_3R_313() - Method in class xjavadoc.NodeParser
 
jj_3R_313() - Method in class xjavadoc.SimpleParser
 
jj_3R_314() - Method in class xjavadoc.NodeParser
 
jj_3R_314() - Method in class xjavadoc.SimpleParser
 
jj_3R_315() - Method in class xjavadoc.NodeParser
 
jj_3R_315() - Method in class xjavadoc.SimpleParser
 
jj_3R_316() - Method in class xjavadoc.NodeParser
 
jj_3R_316() - Method in class xjavadoc.SimpleParser
 
jj_3R_317() - Method in class xjavadoc.NodeParser
 
jj_3R_317() - Method in class xjavadoc.SimpleParser
 
jj_3R_318() - Method in class xjavadoc.NodeParser
 
jj_3R_318() - Method in class xjavadoc.SimpleParser
 
jj_3R_319() - Method in class xjavadoc.NodeParser
 
jj_3R_319() - Method in class xjavadoc.SimpleParser
 
jj_3R_320() - Method in class xjavadoc.NodeParser
 
jj_3R_320() - Method in class xjavadoc.SimpleParser
 
jj_3R_321() - Method in class xjavadoc.NodeParser
 
jj_3R_321() - Method in class xjavadoc.SimpleParser
 
jj_3R_322() - Method in class xjavadoc.NodeParser
 
jj_3R_322() - Method in class xjavadoc.SimpleParser
 
jj_3R_323() - Method in class xjavadoc.NodeParser
 
jj_3R_323() - Method in class xjavadoc.SimpleParser
 
jj_3R_324() - Method in class xjavadoc.NodeParser
 
jj_3R_324() - Method in class xjavadoc.SimpleParser
 
jj_3R_325() - Method in class xjavadoc.NodeParser
 
jj_3R_325() - Method in class xjavadoc.SimpleParser
 
jj_3R_326() - Method in class xjavadoc.NodeParser
 
jj_3R_326() - Method in class xjavadoc.SimpleParser
 
jj_3R_327() - Method in class xjavadoc.NodeParser
 
jj_3R_327() - Method in class xjavadoc.SimpleParser
 
jj_3R_328() - Method in class xjavadoc.NodeParser
 
jj_3R_328() - Method in class xjavadoc.SimpleParser
 
jj_3R_329() - Method in class xjavadoc.NodeParser
 
jj_3R_329() - Method in class xjavadoc.SimpleParser
 
jj_3R_330() - Method in class xjavadoc.NodeParser
 
jj_3R_330() - Method in class xjavadoc.SimpleParser
 
jj_3R_331() - Method in class xjavadoc.NodeParser
 
jj_3R_331() - Method in class xjavadoc.SimpleParser
 
jj_3R_332() - Method in class xjavadoc.NodeParser
 
jj_3R_332() - Method in class xjavadoc.SimpleParser
 
jj_3R_333() - Method in class xjavadoc.NodeParser
 
jj_3R_334() - Method in class xjavadoc.NodeParser
 
jj_3R_335() - Method in class xjavadoc.NodeParser
 
jj_3R_336() - Method in class xjavadoc.NodeParser
 
jj_3R_52() - Method in class xjavadoc.NodeParser
 
jj_3R_52() - Method in class xjavadoc.SimpleParser
 
jj_3R_53() - Method in class xjavadoc.NodeParser
 
jj_3R_53() - Method in class xjavadoc.SimpleParser
 
jj_3R_54() - Method in class xjavadoc.NodeParser
 
jj_3R_54() - Method in class xjavadoc.SimpleParser
 
jj_3R_55() - Method in class xjavadoc.NodeParser
 
jj_3R_55() - Method in class xjavadoc.SimpleParser
 
jj_3R_56() - Method in class xjavadoc.NodeParser
 
jj_3R_56() - Method in class xjavadoc.SimpleParser
 
jj_3R_57() - Method in class xjavadoc.NodeParser
 
jj_3R_57() - Method in class xjavadoc.SimpleParser
 
jj_3R_58() - Method in class xjavadoc.NodeParser
 
jj_3R_58() - Method in class xjavadoc.SimpleParser
 
jj_3R_59() - Method in class xjavadoc.NodeParser
 
jj_3R_59() - Method in class xjavadoc.SimpleParser
 
jj_3R_60() - Method in class xjavadoc.NodeParser
 
jj_3R_60() - Method in class xjavadoc.SimpleParser
 
jj_3R_61() - Method in class xjavadoc.NodeParser
 
jj_3R_61() - Method in class xjavadoc.SimpleParser
 
jj_3R_62() - Method in class xjavadoc.NodeParser
 
jj_3R_62() - Method in class xjavadoc.SimpleParser
 
jj_3R_63() - Method in class xjavadoc.NodeParser
 
jj_3R_63() - Method in class xjavadoc.SimpleParser
 
jj_3R_64() - Method in class xjavadoc.NodeParser
 
jj_3R_64() - Method in class xjavadoc.SimpleParser
 
jj_3R_65() - Method in class xjavadoc.NodeParser
 
jj_3R_65() - Method in class xjavadoc.SimpleParser
 
jj_3R_66() - Method in class xjavadoc.NodeParser
 
jj_3R_66() - Method in class xjavadoc.SimpleParser
 
jj_3R_67() - Method in class xjavadoc.NodeParser
 
jj_3R_67() - Method in class xjavadoc.SimpleParser
 
jj_3R_68() - Method in class xjavadoc.NodeParser
 
jj_3R_68() - Method in class xjavadoc.SimpleParser
 
jj_3R_69() - Method in class xjavadoc.NodeParser
 
jj_3R_69() - Method in class xjavadoc.SimpleParser
 
jj_3R_70() - Method in class xjavadoc.NodeParser
 
jj_3R_70() - Method in class xjavadoc.SimpleParser
 
jj_3R_71() - Method in class xjavadoc.NodeParser
 
jj_3R_71() - Method in class xjavadoc.SimpleParser
 
jj_3R_72() - Method in class xjavadoc.NodeParser
 
jj_3R_72() - Method in class xjavadoc.SimpleParser
 
jj_3R_73() - Method in class xjavadoc.NodeParser
 
jj_3R_73() - Method in class xjavadoc.SimpleParser
 
jj_3R_74() - Method in class xjavadoc.NodeParser
 
jj_3R_74() - Method in class xjavadoc.SimpleParser
 
jj_3R_75() - Method in class xjavadoc.NodeParser
 
jj_3R_75() - Method in class xjavadoc.SimpleParser
 
jj_3R_76() - Method in class xjavadoc.NodeParser
 
jj_3R_76() - Method in class xjavadoc.SimpleParser
 
jj_3R_77() - Method in class xjavadoc.NodeParser
 
jj_3R_77() - Method in class xjavadoc.SimpleParser
 
jj_3R_78() - Method in class xjavadoc.NodeParser
 
jj_3R_78() - Method in class xjavadoc.SimpleParser
 
jj_3R_79() - Method in class xjavadoc.NodeParser
 
jj_3R_79() - Method in class xjavadoc.SimpleParser
 
jj_3R_80() - Method in class xjavadoc.NodeParser
 
jj_3R_80() - Method in class xjavadoc.SimpleParser
 
jj_3R_81() - Method in class xjavadoc.NodeParser
 
jj_3R_81() - Method in class xjavadoc.SimpleParser
 
jj_3R_82() - Method in class xjavadoc.NodeParser
 
jj_3R_82() - Method in class xjavadoc.SimpleParser
 
jj_3R_83() - Method in class xjavadoc.NodeParser
 
jj_3R_83() - Method in class xjavadoc.SimpleParser
 
jj_3R_84() - Method in class xjavadoc.NodeParser
 
jj_3R_84() - Method in class xjavadoc.SimpleParser
 
jj_3R_85() - Method in class xjavadoc.NodeParser
 
jj_3R_85() - Method in class xjavadoc.SimpleParser
 
jj_3R_86() - Method in class xjavadoc.NodeParser
 
jj_3R_86() - Method in class xjavadoc.SimpleParser
 
jj_3R_87() - Method in class xjavadoc.NodeParser
 
jj_3R_87() - Method in class xjavadoc.SimpleParser
 
jj_3R_88() - Method in class xjavadoc.NodeParser
 
jj_3R_88() - Method in class xjavadoc.SimpleParser
 
jj_3R_89() - Method in class xjavadoc.NodeParser
 
jj_3R_89() - Method in class xjavadoc.SimpleParser
 
jj_3R_90() - Method in class xjavadoc.NodeParser
 
jj_3R_90() - Method in class xjavadoc.SimpleParser
 
jj_3R_91() - Method in class xjavadoc.NodeParser
 
jj_3R_91() - Method in class xjavadoc.SimpleParser
 
jj_3R_92() - Method in class xjavadoc.NodeParser
 
jj_3R_92() - Method in class xjavadoc.SimpleParser
 
jj_3R_93() - Method in class xjavadoc.NodeParser
 
jj_3R_93() - Method in class xjavadoc.SimpleParser
 
jj_3R_94() - Method in class xjavadoc.NodeParser
 
jj_3R_94() - Method in class xjavadoc.SimpleParser
 
jj_3R_95() - Method in class xjavadoc.NodeParser
 
jj_3R_95() - Method in class xjavadoc.SimpleParser
 
jj_3R_96() - Method in class xjavadoc.NodeParser
 
jj_3R_96() - Method in class xjavadoc.SimpleParser
 
jj_3R_97() - Method in class xjavadoc.NodeParser
 
jj_3R_97() - Method in class xjavadoc.SimpleParser
 
jj_3R_98() - Method in class xjavadoc.NodeParser
 
jj_3R_98() - Method in class xjavadoc.SimpleParser
 
jj_3R_99() - Method in class xjavadoc.NodeParser
 
jj_3R_99() - Method in class xjavadoc.SimpleParser
 
jj_add_error_token(int, int) - Method in class xjavadoc.NodeParser
 
jj_add_error_token(int, int) - Method in class xjavadoc.SimpleParser
 
jj_consume_token(int) - Method in class xjavadoc.NodeParser
 
jj_consume_token(int) - Method in class xjavadoc.SimpleParser
 
jj_endpos - Variable in class xjavadoc.NodeParser
 
jj_endpos - Variable in class xjavadoc.SimpleParser
 
jj_expentries - Variable in class xjavadoc.NodeParser
 
jj_expentries - Variable in class xjavadoc.SimpleParser
 
jj_expentry - Variable in class xjavadoc.NodeParser
 
jj_expentry - Variable in class xjavadoc.SimpleParser
 
jj_gc - Variable in class xjavadoc.NodeParser
 
jj_gc - Variable in class xjavadoc.SimpleParser
 
jj_gen - Variable in class xjavadoc.NodeParser
 
jj_gen - Variable in class xjavadoc.SimpleParser
 
jj_input_stream - Variable in class xjavadoc.NodeParser
 
jj_input_stream - Variable in class xjavadoc.SimpleParser
 
jj_kind - Variable in class xjavadoc.NodeParser
 
jj_kind - Variable in class xjavadoc.SimpleParser
 
jj_la - Variable in class xjavadoc.NodeParser
 
jj_la - Variable in class xjavadoc.SimpleParser
 
jj_la1 - Variable in class xjavadoc.NodeParser
 
jj_la1 - Variable in class xjavadoc.SimpleParser
 
jj_la1_0 - Static variable in class xjavadoc.NodeParser
 
jj_la1_0 - Static variable in class xjavadoc.SimpleParser
 
jj_la1_1 - Static variable in class xjavadoc.NodeParser
 
jj_la1_1 - Static variable in class xjavadoc.SimpleParser
 
jj_la1_2 - Static variable in class xjavadoc.NodeParser
 
jj_la1_2 - Static variable in class xjavadoc.SimpleParser
 
jj_la1_3 - Static variable in class xjavadoc.NodeParser
 
jj_la1_3 - Static variable in class xjavadoc.SimpleParser
 
jj_la1_init_0() - Static method in class xjavadoc.NodeParser
 
jj_la1_init_0() - Static method in class xjavadoc.SimpleParser
 
jj_la1_init_1() - Static method in class xjavadoc.NodeParser
 
jj_la1_init_1() - Static method in class xjavadoc.SimpleParser
 
jj_la1_init_2() - Static method in class xjavadoc.NodeParser
 
jj_la1_init_2() - Static method in class xjavadoc.SimpleParser
 
jj_la1_init_3() - Static method in class xjavadoc.NodeParser
 
jj_la1_init_3() - Static method in class xjavadoc.SimpleParser
 
jj_lastpos - Variable in class xjavadoc.NodeParser
 
jj_lastpos - Variable in class xjavadoc.SimpleParser
 
jj_lasttokens - Variable in class xjavadoc.NodeParser
 
jj_lasttokens - Variable in class xjavadoc.SimpleParser
 
jj_ls - Variable in class xjavadoc.NodeParser
 
jj_ls - Variable in class xjavadoc.SimpleParser
 
jj_nt - Variable in class xjavadoc.NodeParser
Next token.
jj_nt - Variable in class xjavadoc.SimpleParser
Next token.
jj_rescan - Variable in class xjavadoc.NodeParser
 
jj_rescan - Variable in class xjavadoc.SimpleParser
 
jj_rescan_token() - Method in class xjavadoc.NodeParser
 
jj_rescan_token() - Method in class xjavadoc.SimpleParser
 
jj_save(int, int) - Method in class xjavadoc.NodeParser
 
jj_save(int, int) - Method in class xjavadoc.SimpleParser
 
jj_scan_token(int) - Method in class xjavadoc.NodeParser
 
jj_scan_token(int) - Method in class xjavadoc.SimpleParser
 
jj_scanpos - Variable in class xjavadoc.NodeParser
 
jj_scanpos - Variable in class xjavadoc.SimpleParser
 
jjAddStates(int, int) - Method in class xjavadoc.NodeParserTokenManager
 
jjAddStates(int, int) - Method in class xjavadoc.SimpleParserTokenManager
 
jjbitVec0 - Static variable in class xjavadoc.NodeParserTokenManager
 
jjbitVec0 - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjbitVec2 - Static variable in class xjavadoc.NodeParserTokenManager
 
jjbitVec2 - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjbitVec3 - Static variable in class xjavadoc.NodeParserTokenManager
 
jjbitVec3 - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjbitVec4 - Static variable in class xjavadoc.NodeParserTokenManager
 
jjbitVec4 - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjbitVec5 - Static variable in class xjavadoc.NodeParserTokenManager
 
jjbitVec5 - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjbitVec6 - Static variable in class xjavadoc.NodeParserTokenManager
 
jjbitVec6 - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjbitVec7 - Static variable in class xjavadoc.NodeParserTokenManager
 
jjbitVec7 - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjbitVec8 - Static variable in class xjavadoc.NodeParserTokenManager
 
jjbitVec8 - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjCanMove_0(int, int, int, long, long) - Static method in class xjavadoc.NodeParserTokenManager
 
jjCanMove_0(int, int, int, long, long) - Static method in class xjavadoc.SimpleParserTokenManager
 
jjCanMove_1(int, int, int, long, long) - Static method in class xjavadoc.NodeParserTokenManager
 
jjCanMove_1(int, int, int, long, long) - Static method in class xjavadoc.SimpleParserTokenManager
 
jjCheckNAdd(int) - Method in class xjavadoc.NodeParserTokenManager
 
jjCheckNAdd(int) - Method in class xjavadoc.SimpleParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class xjavadoc.NodeParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class xjavadoc.SimpleParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class xjavadoc.NodeParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class xjavadoc.SimpleParserTokenManager
 
jjFillToken() - Method in class xjavadoc.NodeParserTokenManager
 
jjFillToken() - Method in class xjavadoc.SimpleParserTokenManager
 
jjimage - Variable in class xjavadoc.NodeParserTokenManager
 
jjimage - Variable in class xjavadoc.SimpleParserTokenManager
 
jjimageLen - Variable in class xjavadoc.NodeParserTokenManager
 
jjimageLen - Variable in class xjavadoc.SimpleParserTokenManager
 
jjmatchedKind - Variable in class xjavadoc.NodeParserTokenManager
 
jjmatchedKind - Variable in class xjavadoc.SimpleParserTokenManager
 
jjmatchedPos - Variable in class xjavadoc.NodeParserTokenManager
 
jjmatchedPos - Variable in class xjavadoc.SimpleParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveNfa_1(int, int) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveNfa_1(int, int) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa0_1() - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa0_1() - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa0_2() - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa0_2() - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa0_3() - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa0_3() - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa10_0(long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa10_0(long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa11_0(long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa11_0(long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa1_0(long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa1_0(long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa1_2(long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa1_2(long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa1_3(long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa1_3(long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa2_0(long, long, long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa2_0(long, long, long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa3_0(long, long, long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa3_0(long, long, long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa4_0(long, long, long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa4_0(long, long, long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa5_0(long, long, long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa5_0(long, long, long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa6_0(long, long, long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa6_0(long, long, long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa7_0(long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa7_0(long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa8_0(long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa8_0(long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjMoveStringLiteralDfa9_0(long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjMoveStringLiteralDfa9_0(long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjnewLexState - Static variable in class xjavadoc.NodeParserTokenManager
Lex State array.
jjnewLexState - Static variable in class xjavadoc.SimpleParserTokenManager
Lex State array.
jjnewStateCnt - Variable in class xjavadoc.NodeParserTokenManager
 
jjnewStateCnt - Variable in class xjavadoc.SimpleParserTokenManager
 
jjnextStates - Static variable in class xjavadoc.NodeParserTokenManager
 
jjnextStates - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjround - Variable in class xjavadoc.NodeParserTokenManager
 
jjround - Variable in class xjavadoc.SimpleParserTokenManager
 
jjrounds - Variable in class xjavadoc.NodeParserTokenManager
 
jjrounds - Variable in class xjavadoc.SimpleParserTokenManager
 
jjStartNfa_0(int, long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjStartNfa_0(int, long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class xjavadoc.NodeParserTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class xjavadoc.SimpleParserTokenManager
 
jjstateSet - Variable in class xjavadoc.NodeParserTokenManager
 
jjstateSet - Variable in class xjavadoc.SimpleParserTokenManager
 
jjStopAtPos(int, int) - Method in class xjavadoc.NodeParserTokenManager
 
jjStopAtPos(int, int) - Method in class xjavadoc.SimpleParserTokenManager
 
jjStopStringLiteralDfa_0(int, long, long) - Method in class xjavadoc.NodeParserTokenManager
 
jjStopStringLiteralDfa_0(int, long, long) - Method in class xjavadoc.SimpleParserTokenManager
 
jjstrLiteralImages - Static variable in class xjavadoc.NodeParserTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class xjavadoc.SimpleParserTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface xjavadoc.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class xjavadoc.SimpleNode
 
JJTADDITIVEEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTALLOCATIONEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTANDEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTARGUMENTLIST - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTARGUMENTS - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTARRAYDIMSANDINITS - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTARRAYINITIALIZER - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTASSERTSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTASSIGNMENTOPERATOR - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTBLOCK - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTBLOCKSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTBOOLEANLITERAL - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTBREAKSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCASTEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCASTLOOKAHEAD - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCLASSBODY - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCLASSBODYDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCLASSDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
jjtClose() - Method in interface xjavadoc.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class xjavadoc.SimpleNode
 
JJTCOMPILATIONUNIT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCONDITIONALANDEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCONDITIONALEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCONDITIONALOREXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCONSTRUCTORDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTCONTINUESTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTDOSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTEMPTYSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTEQUALITYEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTEXCLUSIVEOREXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTEXECUTABLEMEMBERTHROWS_NAME - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTEXECUTABLEMEMBERTHROWS_NAMELIST - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTEXPLICITCONSTRUCTORINVOCATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTFIELD_TYPE - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTFIELD_VARIABLEDECLARATORID - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTFIELDDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTFIELDDECLARATOR - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTFORINIT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTFORMALPARAMETER - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTFORMALPARAMETERS - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTFORSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTFORUPDATE - Static variable in interface xjavadoc.NodeParserTreeConstants
 
jjtGetChild(int) - Method in interface xjavadoc.Node
This method returns a child node.
jjtGetChild(int) - Method in class xjavadoc.SimpleNode
 
jjtGetNumChildren() - Method in interface xjavadoc.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class xjavadoc.SimpleNode
 
jjtGetParent() - Method in interface xjavadoc.Node
 
jjtGetParent() - Method in class xjavadoc.SimpleNode
 
JJTIFSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTIMPORTDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTINCLUSIVEOREXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTINITIALIZER - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTINSTANCEOFEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTINTERFACEDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTINTERFACEMEMBERDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTINTERFACES_NAME - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTINTERFACES_NAMELIST - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTLABELEDSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTLITERAL - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTLOCALVARIABLEDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTMETHOD_BLOCK - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTMETHOD_BLOCKSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTMETHODDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTMETHODDECLARATIONLOOKAHEAD - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTMETHODDECLARATOR - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTMETHODRESULT_TYPE - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTMULTIPLICATIVEEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTNAME - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTNAMELIST - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTNESTEDCLASSDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTNESTEDINTERFACEDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
jjtNodeName - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTNodeParserState - Class in xjavadoc
 
JJTNodeParserState() - Constructor for class xjavadoc.JJTNodeParserState
 
JJTNULLLITERAL - Static variable in interface xjavadoc.NodeParserTreeConstants
 
jjtoMore - Static variable in class xjavadoc.NodeParserTokenManager
 
jjtoMore - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjtOpen() - Method in interface xjavadoc.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class xjavadoc.SimpleNode
 
jjtoSkip - Static variable in class xjavadoc.NodeParserTokenManager
 
jjtoSkip - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjtoSpecial - Static variable in class xjavadoc.NodeParserTokenManager
 
jjtoSpecial - Static variable in class xjavadoc.SimpleParserTokenManager
 
jjtoToken - Static variable in class xjavadoc.NodeParserTokenManager
 
jjtoToken - Static variable in class xjavadoc.SimpleParserTokenManager
 
JJTPACKAGEDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTPARAMETER_TYPE - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTPARAMETER_VARIABLEDECLARATORID - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTPOSTFIXEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTPREDECREMENTEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTPREINCREMENTEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTPRIMARYEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTPRIMARYPREFIX - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTPRIMARYSUFFIX - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTPRIMITIVETYPE - Static variable in interface xjavadoc.NodeParserTreeConstants
 
jjtree - Variable in class xjavadoc.NodeParser
 
JJTRELATIONALEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTRESULTTYPE - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTRETURNSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
jjtSetParent(Node) - Method in interface xjavadoc.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class xjavadoc.SimpleNode
 
JJTSHIFTEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTSTATEMENTEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTSTATEMENTEXPRESSIONLIST - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTSWITCHLABEL - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTSWITCHSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTSYNCHRONIZEDSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTTHROWSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTTRYSTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTTYPE - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTTYPEDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTUNARYEXPRESSION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTUNARYEXPRESSIONNOTPLUSMINUS - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTUNMODIFIEDCLASSDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTUNMODIFIEDINTERFACEDECLARATION - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTVARIABLEDECLARATOR - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTVARIABLEDECLARATORID - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTVARIABLEINITIALIZER - Static variable in interface xjavadoc.NodeParserTreeConstants
 
JJTWHILESTATEMENT - Static variable in interface xjavadoc.NodeParserTreeConstants
 

K

kind - Variable in class xjavadoc.Token
An integer that describes the kind of this token.

L

LabeledStatement() - Method in class xjavadoc.NodeParser
 
LabeledStatement() - Method in class xjavadoc.SimpleParser
 
last - Variable in class xjavadoc.SimpleNode
 
lastC - Variable in class xjavadoc.JavaDocReader
 
lastModified() - Method in class xjavadoc.AbstractClass
 
lastModified() - Method in interface xjavadoc.filesystem.AbstractFile
Get the last modified timestamp of the file, or 0 if not available.
lastModified() - Method in class xjavadoc.filesystem.ReaderFile
 
lastModified() - Method in class xjavadoc.filesystem.XJavadocFile
 
lastModified() - Method in class xjavadoc.SourceClass
Describe what the method does
lastModified() - Method in interface xjavadoc.XClass
 
LBRACE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
LBRACE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
LBRACKET - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
LBRACKET - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
LE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
LE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
lengthOfMatch - Variable in class xjavadoc.NodeParserTokenManager
 
lengthOfMatch - Variable in class xjavadoc.SimpleParserTokenManager
 
LETTER - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
LETTER - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
LEXICAL_ERROR - Static variable in error xjavadoc.TokenMgrError
Lexical error occurred.
LexicalError(boolean, int, int, int, String, char) - Static method in error xjavadoc.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class xjavadoc.NodeParserTokenManager
Lexer state names.
lexStateNames - Static variable in class xjavadoc.SimpleParserTokenManager
Lexer state names.
line - Variable in class xjavadoc.JavaCharStream
 
Literal() - Method in class xjavadoc.NodeParser
 
Literal() - Method in class xjavadoc.SimpleParser
 
LocalVariableDeclaration() - Method in class xjavadoc.NodeParser
 
LocalVariableDeclaration() - Method in class xjavadoc.SimpleParser
 
logMessage(SourceClass, UnknownClass, String, int) - Method in class xjavadoc.XJavaDoc
 
LONG - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
LONG - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
LOOP_DETECTED - Static variable in error xjavadoc.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
LPAREN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
LSHIFT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
LSHIFT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
LSHIFTASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
LSHIFTASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
LT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
LT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.

M

marks - Variable in class xjavadoc.JJTNodeParserState
 
MAX_ARRAY_SIZE - Static variable in class xjavadoc.AbstractExecutableMember
Maximum dimension of a parameter.
maxNextCharInd - Variable in class xjavadoc.JavaCharStream
 
MemberImpl - Class in xjavadoc
Baseclass for field, method and constructor
MemberImpl(AbstractClass, XTagFactory) - Constructor for class xjavadoc.MemberImpl
 
Method_Block() - Method in class xjavadoc.NodeParser
 
Method_Block() - Method in class xjavadoc.SimpleParser
 
Method_BlockStatement() - Method in class xjavadoc.NodeParser
 
Method_BlockStatement() - Method in class xjavadoc.SimpleParser
 
MethodDeclaration() - Method in class xjavadoc.NodeParser
 
MethodDeclaration() - Method in class xjavadoc.SimpleParser
 
MethodDeclarationLookahead() - Method in class xjavadoc.NodeParser
 
MethodDeclarationLookahead() - Method in class xjavadoc.SimpleParser
 
MethodDeclarator(MethodImpl) - Method in class xjavadoc.NodeParser
 
MethodDeclarator(MethodImpl) - Method in class xjavadoc.SimpleParser
 
MethodImpl - Class in xjavadoc
Describe what this class does
MethodImpl(AbstractClass, XTagFactory) - Constructor for class xjavadoc.MethodImpl
 
methodNameWithSignatureAndModifiers - Variable in class xjavadoc.MethodImpl
 
methodNameWithSignatureWithoutModifiers - Variable in class xjavadoc.MethodImpl
 
MethodResult_Type(MethodImpl) - Method in class xjavadoc.NodeParser
 
MethodResult_Type(MethodImpl) - Method in class xjavadoc.SimpleParser
 
MINUS - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
MINUS - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
MINUSASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
MINUSASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
mk - Variable in class xjavadoc.JJTNodeParserState
 
MoreLexicalActions() - Method in class xjavadoc.NodeParserTokenManager
 
MoreLexicalActions() - Method in class xjavadoc.SimpleParserTokenManager
 
MULTI_LINE_COMMENT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
MULTI_LINE_COMMENT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
MultiplicativeExpression() - Method in class xjavadoc.NodeParser
 
MultiplicativeExpression() - Method in class xjavadoc.SimpleParser
 

N

Name() - Method in class xjavadoc.NodeParser
 
name - Variable in class xjavadoc.NodeParser.Parameter
 
Name() - Method in class xjavadoc.SimpleParser
 
name - Variable in class xjavadoc.SimpleParser.Parameter
 
Named - Interface in xjavadoc
Everything that can have a name implements this interface
NameList() - Method in class xjavadoc.NodeParser
 
NameList() - Method in class xjavadoc.SimpleParser
 
NATIVE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
NATIVE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
NE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
NE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
NestedClassDeclaration() - Method in class xjavadoc.NodeParser
 
NestedClassDeclaration() - Method in class xjavadoc.SimpleParser
 
NestedInterfaceDeclaration() - Method in class xjavadoc.NodeParser
 
NestedInterfaceDeclaration() - Method in class xjavadoc.SimpleParser
 
NEW - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
NEW - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
NEWLINE - Static variable in class xjavadoc.XDoc
Platform specific NEWLINE.
newToken(int, String) - Static method in class xjavadoc.Token
Returns a new Token object, by default.
newToken(int) - Static method in class xjavadoc.Token
 
next - Variable in class xjavadoc.NodeParser.JJCalls
 
next - Variable in class xjavadoc.SimpleParser.JJCalls
 
next - Variable in class xjavadoc.Token
A reference to the next regular (non-special) token from the input stream.
nextChar - Variable in class xjavadoc.JavaDocReader
 
nextCharBuf - Variable in class xjavadoc.JavaCharStream
 
nextCharInd - Variable in class xjavadoc.JavaCharStream
 
NO_IMPORTED_PACKAGES - Static variable in class xjavadoc.XJavaDoc
messgage level for reporting unqualified classes when there are no imported packages
Node - Interface in xjavadoc
 
node_created - Variable in class xjavadoc.JJTNodeParserState
 
nodeArity() - Method in class xjavadoc.JJTNodeParserState
 
nodeCreated() - Method in class xjavadoc.JJTNodeParserState
 
NodeParser - Class in xjavadoc
 
NodeParser(XJavaDoc, XTagFactory) - Constructor for class xjavadoc.NodeParser
This constructor was added to allow the re-use of parsers.
NodeParser(InputStream) - Constructor for class xjavadoc.NodeParser
Constructor with InputStream.
NodeParser(InputStream, String) - Constructor for class xjavadoc.NodeParser
Constructor with InputStream and supplied encoding
NodeParser(Reader) - Constructor for class xjavadoc.NodeParser
Constructor.
NodeParser(NodeParserTokenManager) - Constructor for class xjavadoc.NodeParser
Constructor with generated Token Manager.
NodeParser.JJCalls - Class in xjavadoc
 
NodeParser.JJCalls() - Constructor for class xjavadoc.NodeParser.JJCalls
 
NodeParser.LookaheadSuccess - Error in xjavadoc
 
NodeParser.LookaheadSuccess() - Constructor for error xjavadoc.NodeParser.LookaheadSuccess
 
NodeParser.Parameter - Class in xjavadoc
 
NodeParser.Parameter() - Constructor for class xjavadoc.NodeParser.Parameter
 
NodeParserConstants - Interface in xjavadoc
Token literal values and constants.
NodeParserTokenManager - Class in xjavadoc
Token Manager.
NodeParserTokenManager(JavaCharStream) - Constructor for class xjavadoc.NodeParserTokenManager
Constructor.
NodeParserTokenManager(JavaCharStream, int) - Constructor for class xjavadoc.NodeParserTokenManager
Constructor.
NodeParserTreeConstants - Interface in xjavadoc
 
NodePrinter - Class in xjavadoc
This visitor prints a node and all its children to a PrintWriter.
NodePrinter() - Constructor for class xjavadoc.NodePrinter
 
nodes - Variable in class xjavadoc.JJTNodeParserState
 
NULL - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
NULL - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
NullLiteral() - Method in class xjavadoc.NodeParser
 
NullLiteral() - Method in class xjavadoc.SimpleParser
 

O

OCTAL_LITERAL - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
OCTAL_LITERAL - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
ONE_OR_MORE_IMPORTED_PACKAGES - Static variable in class xjavadoc.XJavaDoc
messgage level for reporting unqualified classes when there are one or more imported packages
openNodeScope(Node) - Method in class xjavadoc.JJTNodeParserState
 
ORASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
ORASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.

P

PACKAGE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
PACKAGE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
PackageDeclaration() - Method in class xjavadoc.NodeParser
 
PackageDeclaration() - Method in class xjavadoc.SimpleParser
 
PARAMETER_DATA_SIZE - Static variable in class xjavadoc.AbstractExecutableMember
Initial size of data to hold parameters.
Parameter_Type() - Method in class xjavadoc.NodeParser
 
Parameter_Type() - Method in class xjavadoc.SimpleParser
 
Parameter_VariableDeclaratorId() - Method in class xjavadoc.NodeParser
 
Parameter_VariableDeclaratorId() - Method in class xjavadoc.SimpleParser
 
ParameterImpl - Class in xjavadoc
This is a flyweight implementation of XParameter
ParameterImpl() - Constructor for class xjavadoc.ParameterImpl
 
parent - Variable in class xjavadoc.SimpleNode
 
parse() - Method in class xjavadoc.DefaultXTag
Given the raw javadoc tag content as the value parameter parses it and sets the parameter.
parse(boolean) - Method in class xjavadoc.SourceClass
Describe what the method does
parse() - Method in class xjavadoc.XDoc
Parse token into comments, tags and tag attributes.
ParseException - Exception in xjavadoc
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception xjavadoc.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception xjavadoc.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception xjavadoc.ParseException
Constructor with message.
parsePropertyString(String, List, List) - Static method in class xjavadoc.XJavaDoc
Parses a string containing ${xxx} style property references into two lists.
parser - Variable in class xjavadoc.SimpleNode
 
peekNode() - Method in class xjavadoc.JJTNodeParserState
 
PLUS - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
PLUS - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
PLUSASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
PLUSASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
popAndAddInner() - Method in class xjavadoc.NodeParser
Should be called after UnmodifiedClassDeclaration or UnmodifiedInterfaceDeclaration
popAndAddInner() - Method in class xjavadoc.SimpleParser
Should be called after UnmodifiedClassDeclaration or UnmodifiedInterfaceDeclaration
popNode() - Method in class xjavadoc.JJTNodeParserState
 
populate(SourceClass) - Method in interface xjavadoc.JavaParser
Populates the class by parsing its source.
populate(SourceClass) - Method in class xjavadoc.NodeParser
This was also added to allow parsers to be re-usable.
populate(SourceClass) - Method in class xjavadoc.SimpleParser
This was also added to allow parsers to be re-usable.
populateExecutableMember(AbstractExecutableMember, AccessibleObject) - Method in class xjavadoc.BinaryClass
 
PostfixExpression() - Method in class xjavadoc.NodeParser
 
PostfixExpression() - Method in class xjavadoc.SimpleParser
 
PreDecrementExpression() - Method in class xjavadoc.NodeParser
 
PreDecrementExpression() - Method in class xjavadoc.SimpleParser
 
PreIncrementExpression() - Method in class xjavadoc.NodeParser
 
PreIncrementExpression() - Method in class xjavadoc.SimpleParser
 
prevCharIsCR - Variable in class xjavadoc.JavaCharStream
 
prevCharIsLF - Variable in class xjavadoc.JavaCharStream
 
PrimaryExpression() - Method in class xjavadoc.NodeParser
 
PrimaryExpression() - Method in class xjavadoc.SimpleParser
 
PrimaryPrefix() - Method in class xjavadoc.NodeParser
 
PrimaryPrefix() - Method in class xjavadoc.SimpleParser
 
PrimarySuffix() - Method in class xjavadoc.NodeParser
 
PrimarySuffix() - Method in class xjavadoc.SimpleParser
 
Primitive - Class in xjavadoc
This class represents primitive types
Primitive(XJavaDoc, String, String) - Constructor for class xjavadoc.Primitive
 
PRIMITIVES - Static variable in class xjavadoc.XJavaDoc
 
PrimitiveType() - Method in class xjavadoc.NodeParser
 
PrimitiveType() - Method in class xjavadoc.SimpleParser
 
print(SimpleNode, Writer) - Static method in class xjavadoc.NodePrinter
Describe what the method does
print(Token, PrintWriter) - Static method in class xjavadoc.NodePrinter
Describe what the method does
print(Writer) - Method in class xjavadoc.SourceClass
Prints this class to a stream
printLogMessages(PrintStream, int) - Method in class xjavadoc.XJavaDoc
Prints the log messages encountered during parsing
printMemoryStatus() - Static method in class xjavadoc.XJavaDoc
Dump to sytem out the status of XJavadoc.
PRIVATE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
PRIVATE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
ProgramElementPredicate - Class in xjavadoc.predicates
 
ProgramElementPredicate() - Constructor for class xjavadoc.predicates.ProgramElementPredicate
 
PROPERTY_ACCESSOR_PREDICATE - Static variable in interface xjavadoc.XMethod
Predicate that can be used to retrieve all property accessor methods.
PROPERTY_MUTATOR_PREDICATE - Static variable in interface xjavadoc.XMethod
Predicate that can be used to retrieve all property mutator methods.
PROTECTED - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
PROTECTED - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
PUBLIC - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
PUBLIC - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
pushAndGet() - Method in class xjavadoc.NodeParser
Should be called before UnmodifiedClassDeclaration or UnmodifiedInterfaceDeclaration
pushAndGet() - Method in class xjavadoc.SimpleParser
Should be called before UnmodifiedClassDeclaration or UnmodifiedInterfaceDeclaration
pushNode(Node) - Method in class xjavadoc.JJTNodeParserState
 

Q

qualify(String) - Method in class xjavadoc.AbstractClass
 
qualify(String) - Method in class xjavadoc.SourceClass
Returns fully qualified name of a class.
qualify(String) - Method in interface xjavadoc.XClass
 

R

RBRACE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
RBRACE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
RBRACKET - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
RBRACKET - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
read() - Method in class xjavadoc.JavaDocReader
Reads a byte of data.
read(char[], int, int) - Method in class xjavadoc.JavaDocReader
Reads into an array of bytes.
ReadByte() - Method in class xjavadoc.JavaCharStream
 
readChar() - Method in class xjavadoc.JavaCharStream
Read a character.
ReaderFile - Class in xjavadoc.filesystem
 
ReaderFile(Reader) - Constructor for class xjavadoc.filesystem.ReaderFile
 
registerTagClass(String, Class) - Method in class xjavadoc.XTagFactory
 
registerTags(String, XTagFactory) - Method in class xjavadoc.tags.TagIntrospector
 
registerTags(List, XTagFactory) - Method in class xjavadoc.tags.TagIntrospector
 
registerTags(String) - Method in class xjavadoc.XJavaDoc
Registers tags.
ReInit(Reader, int, int, int) - Method in class xjavadoc.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class xjavadoc.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class xjavadoc.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class xjavadoc.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class xjavadoc.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class xjavadoc.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class xjavadoc.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class xjavadoc.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class xjavadoc.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class xjavadoc.NodeParser
Reinitialise.
ReInit(InputStream, String) - Method in class xjavadoc.NodeParser
Reinitialise.
ReInit(Reader) - Method in class xjavadoc.NodeParser
Reinitialise.
ReInit(NodeParserTokenManager) - Method in class xjavadoc.NodeParser
Reinitialise.
ReInit(JavaCharStream) - Method in class xjavadoc.NodeParserTokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class xjavadoc.NodeParserTokenManager
Reinitialise parser.
ReInit(InputStream) - Method in class xjavadoc.SimpleParser
Reinitialise.
ReInit(InputStream, String) - Method in class xjavadoc.SimpleParser
Reinitialise.
ReInit(Reader) - Method in class xjavadoc.SimpleParser
Reinitialise.
ReInit(SimpleParserTokenManager) - Method in class xjavadoc.SimpleParser
Reinitialise.
ReInit(JavaCharStream) - Method in class xjavadoc.SimpleParserTokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class xjavadoc.SimpleParserTokenManager
Reinitialise parser.
ReInitRounds() - Method in class xjavadoc.NodeParserTokenManager
 
ReInitRounds() - Method in class xjavadoc.SimpleParserTokenManager
 
RelationalExpression() - Method in class xjavadoc.NodeParser
 
RelationalExpression() - Method in class xjavadoc.SimpleParser
 
REM - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
REM - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
REMASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
REMASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
removeAttribute(String) - Method in class xjavadoc.DefaultXTag
Removes an attribute
removeAttribute(String) - Method in interface xjavadoc.XTag
 
removeDocListener(XDocListener) - Method in class xjavadoc.XDoc
remove doc listener
removeTag(XTag) - Method in class xjavadoc.XDoc
Removes tag.
removeTagListener(XTagListener) - Method in class xjavadoc.DefaultXTag
remove doc listener
removeTagListener(XTagListener) - Method in interface xjavadoc.XTag
 
replaceProperties(String, Map) - Static method in class xjavadoc.XJavaDoc
Replaces ${xxx} style constructions in the given value with the string value of the corresponding data types.
reset() - Method in class xjavadoc.AbstractClass
 
reset() - Method in class xjavadoc.AbstractProgramElement
 
reset() - Method in class xjavadoc.JJTNodeParserState
 
reset() - Method in class xjavadoc.SourceClass
 
reset(boolean) - Method in class xjavadoc.XJavaDoc
Resets the caches.
resetValue() - Method in class xjavadoc.DefaultXTag
 
resolveImportedClasses() - Method in class xjavadoc.AbstractClass
 
ResultType(MethodImpl) - Method in class xjavadoc.NodeParser
 
ResultType(MethodImpl) - Method in class xjavadoc.SimpleParser
 
RETURN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
RETURN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
ReturnStatement() - Method in class xjavadoc.NodeParser
 
ReturnStatement() - Method in class xjavadoc.SimpleParser
 
ReturnType - Class in xjavadoc
Implementation of Type for method return types.
ReturnType(MethodImpl) - Constructor for class xjavadoc.ReturnType
 
rootNode() - Method in class xjavadoc.JJTNodeParserState
 
RPAREN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
RPAREN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
RSIGNEDSHIFT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
RSIGNEDSHIFT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
RSIGNEDSHIFTASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
RSIGNEDSHIFTASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
RUNSIGNEDSHIFT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
RUNSIGNEDSHIFT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
RUNSIGNEDSHIFTASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
RUNSIGNEDSHIFTASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.

S

save(File) - Method in class xjavadoc.AbstractClass
 
save(File) - Method in class xjavadoc.SourceClass
Saves the class at root dir rootDir.
save(File) - Method in interface xjavadoc.XClass
 
saveNeeded() - Method in class xjavadoc.BinaryClass
this class is not intended to be saved
saveNeeded() - Method in class xjavadoc.Primitive
this class is not intended to be saved
saveNeeded() - Method in class xjavadoc.SourceClass
 
saveNeeded() - Method in class xjavadoc.UnknownClass
this class is not intended to be saved
saveNeeded() - Method in interface xjavadoc.XClass
whether class needs saving
SC_AND - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SC_AND - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
SC_OR - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SC_OR - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
scanAndPut(String) - Method in class xjavadoc.XJavaDoc
Scan's a class and puts it in the cache.
SEMICOLON - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SEMICOLON - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
setAttribute(String, String) - Method in class xjavadoc.DefaultXTag
Adds a parameter
setAttribute(String, String) - Method in interface xjavadoc.XTag
Adds a parameter
setAttribute_Impl(String, String) - Method in class xjavadoc.DefaultXTag
 
setAttributeName(String) - Method in class xjavadoc.predicates.TagAttributeEquals
 
setAttributeValue(String) - Method in class xjavadoc.predicates.TagAttributeEquals
 
setCommentText(String) - Method in class xjavadoc.XDoc
Set the text of the comment for this doc item.
setCompilationUnit(SimpleNode) - Method in class xjavadoc.SourceClass
Called by JavaParser at the end of the parsing
setConstructors(Class) - Method in class xjavadoc.BinaryClass
Discovers constructors.
setContainingPackage(String) - Method in class xjavadoc.AbstractClass
Sets the ContainingPackage attribute of the AbstractProgramElement object Use package name specified in class, and do not complain about directory struct.
setDebugStream(PrintStream) - Method in class xjavadoc.NodeParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class xjavadoc.SimpleParserTokenManager
Set debug output.
setDimension(int) - Method in class xjavadoc.FieldImpl
 
setDimension(int) - Method in class xjavadoc.ReturnType
 
setDirty() - Method in class xjavadoc.BinaryClass
no op since we do not save binary classes
setDirty() - Method in class xjavadoc.Primitive
no op since it's not writeable
setDirty() - Method in class xjavadoc.SourceClass
say this class is dirty and needs saving propagate to outer class ( if any )
setDirty() - Method in class xjavadoc.UnknownClass
no op for sake of interface implementation
setDirty() - Method in interface xjavadoc.XClass
mark this class dirty for saving
setDocencoding(String) - Method in class xjavadoc.ant.XJavadocTask
set generated file charset
setDocEncoding(String) - Method in class xjavadoc.XJavaDoc
Setter for generated file charset.
setEncoding(String) - Method in class xjavadoc.ant.XJavadocTask
set source file charset
setEncoding(String) - Method in class xjavadoc.XJavaDoc
Setter for source file charset.
setIgnoredtags(String) - Method in class xjavadoc.ant.XJavadocTask
Sets the tags to ignore if validation is true.
setIgnoredTags(String) - Method in class xjavadoc.XTagFactory
Set the name of the tags that shouldn't be validated against.
setInterface(boolean) - Method in class xjavadoc.AbstractClass
Sets the Interface attribute of the SourceClass object
setInterfacesMaybe() - Method in class xjavadoc.BinaryClass
 
setJavaDoc() - Method in class xjavadoc.AbstractProgramElement
 
setMethods(Class) - Method in class xjavadoc.BinaryClass
Discovers constructors.
setName(String) - Method in class xjavadoc.AbstractClass
Sets the unqualified name of the class.
setName(String) - Method in class xjavadoc.ConstructorImpl
 
setName(String) - Method in class xjavadoc.MemberImpl
 
setPredicate(Predicate) - Method in class xjavadoc.TagValidator
 
setPropertyMap(Map) - Method in class xjavadoc.XJavaDoc
 
setQualifiedName(String) - Method in class xjavadoc.AbstractClass
Sets the qualified name of the class.
setRealised(String) - Method in class xjavadoc.AbstractClass
This method is called for anonymous classes only.
setReturnDimension(int) - Method in class xjavadoc.MethodImpl
Sets the ReturnDimension attribute of the SourceMethod object
setReturnType(String) - Method in class xjavadoc.MethodImpl
Sets the ReturnType attribute of the SourceMethod object
setState(AbstractExecutableMember, int) - Method in class xjavadoc.ParameterImpl
Sets the extrinsic flyweight state.
setSuperclass(String) - Method in class xjavadoc.AbstractClass
Sets the SuperClass attribute of the SourceClass object
setSuperclassMaybe() - Method in class xjavadoc.BinaryClass
 
setTabSize(int) - Method in class xjavadoc.JavaCharStream
 
setTagName(String) - Method in class xjavadoc.predicates.HasTag
 
setTagName(String) - Method in class xjavadoc.predicates.TagAttributeEquals
 
setToken(Token) - Method in class xjavadoc.AbstractProgramElement
Sets the Token where we start.
setToken(AbstractProgramElement, Token) - Static method in class xjavadoc.NodeParser
 
setToken(AbstractProgramElement, Token) - Static method in class xjavadoc.SimpleParser
 
setType(String) - Method in class xjavadoc.FieldImpl
 
setType(String) - Method in class xjavadoc.ReturnType
 
setUp() - Method in class xjavadoc.XDocTest
setup doc for testing
setUseNodeParser(boolean) - Method in class xjavadoc.XJavaDoc
This method can be called prior to parsing so that all classes are parsed with AST (to make it possible to write the source back to disk)
setValidating(boolean) - Method in class xjavadoc.ant.XJavadocTask
Sets whether or not tags will be validated.
setValidating(boolean) - Method in class xjavadoc.XTagFactory
 
ShiftExpression() - Method in class xjavadoc.NodeParser
 
ShiftExpression() - Method in class xjavadoc.SimpleParser
 
SHORT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SHORT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
SimpleNode - Class in xjavadoc
 
SimpleNode(int) - Constructor for class xjavadoc.SimpleNode
 
SimpleNode(JavaParser, int) - Constructor for class xjavadoc.SimpleNode
 
SimpleParser - Class in xjavadoc
 
SimpleParser(XJavaDoc, XTagFactory) - Constructor for class xjavadoc.SimpleParser
This constructor was added to allow the re-use of parsers.
SimpleParser(InputStream) - Constructor for class xjavadoc.SimpleParser
Constructor with InputStream.
SimpleParser(InputStream, String) - Constructor for class xjavadoc.SimpleParser
Constructor with InputStream and supplied encoding
SimpleParser(Reader) - Constructor for class xjavadoc.SimpleParser
Constructor.
SimpleParser(SimpleParserTokenManager) - Constructor for class xjavadoc.SimpleParser
Constructor with generated Token Manager.
SimpleParser.JJCalls - Class in xjavadoc
 
SimpleParser.JJCalls() - Constructor for class xjavadoc.SimpleParser.JJCalls
 
SimpleParser.LookaheadSuccess - Error in xjavadoc
 
SimpleParser.LookaheadSuccess() - Constructor for error xjavadoc.SimpleParser.LookaheadSuccess
 
SimpleParser.Parameter - Class in xjavadoc
 
SimpleParser.Parameter() - Constructor for class xjavadoc.SimpleParser.Parameter
 
SimpleParserConstants - Interface in xjavadoc
Token literal values and constants.
SimpleParserTokenManager - Class in xjavadoc
Token Manager.
SimpleParserTokenManager(JavaCharStream) - Constructor for class xjavadoc.SimpleParserTokenManager
Constructor.
SimpleParserTokenManager(JavaCharStream, int) - Constructor for class xjavadoc.SimpleParserTokenManager
Constructor.
SINGLE_LINE_COMMENT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SINGLE_LINE_COMMENT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
skip(long) - Method in class xjavadoc.JavaDocReader
Skips bytes of input.
SkipLexicalActions(Token) - Method in class xjavadoc.NodeParserTokenManager
 
SkipLexicalActions(Token) - Method in class xjavadoc.SimpleParserTokenManager
 
skipWhitespace(String, int) - Static method in class xjavadoc.DefaultXTag
Skips whitespaces, starting from index i till the first non-whitespace character or end of s and returns the new index.
SLASH - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SLASH - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
SLASHASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SLASHASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
SourceClass - Class in xjavadoc
This class represents a class for which the source code is available XJavaDocFil
SourceClass(SourceClass, XTagFactory) - Constructor for class xjavadoc.SourceClass
Constructor to use for inner classes.
SourceClass(SourceClass, int, XTagFactory) - Constructor for class xjavadoc.SourceClass
Constructor to use for "extra" classes, that is, secondary classes that figure in the same source.
SourceClass(XJavaDoc, File, XTagFactory) - Constructor for class xjavadoc.SourceClass
Constructor to use for outer classes
SourceClass(XJavaDoc, Reader, XTagFactory) - Constructor for class xjavadoc.SourceClass
Constructor to use for outer classes
SourceClass(XJavaDoc, File, boolean, XTagFactory) - Constructor for class xjavadoc.SourceClass
 
SourceClass(XJavaDoc, AbstractFile, boolean, XTagFactory, String) - Constructor for class xjavadoc.SourceClass
Constructor to use for outer classes
sourceExists(String) - Method in class xjavadoc.XJavaDoc
Checks is the source exists
SourceSet - Interface in xjavadoc
This interface represents a set of Java source files.
sp - Variable in class xjavadoc.JJTNodeParserState
 
specialConstructor - Variable in exception xjavadoc.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class xjavadoc.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
STAR - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
STAR - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
STARASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
STARASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
start() - Method in class xjavadoc.ant.XJavadocTask
Implement this method and play with _xJavaDoc
Statement() - Method in class xjavadoc.NodeParser
 
Statement() - Method in class xjavadoc.SimpleParser
 
StatementExpression() - Method in class xjavadoc.NodeParser
 
StatementExpression() - Method in class xjavadoc.SimpleParser
 
StatementExpressionList() - Method in class xjavadoc.NodeParser
 
StatementExpressionList() - Method in class xjavadoc.SimpleParser
 
STATIC - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
STATIC - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
STATIC_LEXER_ERROR - Static variable in error xjavadoc.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class xjavadoc.JavaCharStream
Whether parser is static.
STRICTFP - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
STRICTFP - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
stringId() - Method in class xjavadoc.AbstractExecutableMember
Gets the StringId attribute of the MethodImpl object
suffix - Static variable in class xjavadoc.filesystem.FileSourceSet.JavaSourceFilter
 
SUPER - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SUPER - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
SWITCH - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SWITCH - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
SwitchLabel() - Method in class xjavadoc.NodeParser
 
SwitchLabel() - Method in class xjavadoc.SimpleParser
 
SwitchStatement() - Method in class xjavadoc.NodeParser
 
SwitchStatement() - Method in class xjavadoc.SimpleParser
 
SwitchTo(int) - Method in class xjavadoc.NodeParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class xjavadoc.SimpleParserTokenManager
Switch to specified lex state.
SYNCHRONIZED - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
SYNCHRONIZED - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
SynchronizedStatement() - Method in class xjavadoc.NodeParser
 
SynchronizedStatement() - Method in class xjavadoc.SimpleParser
 

T

tabSize - Variable in class xjavadoc.JavaCharStream
 
TagAttributeEquals - Class in xjavadoc.predicates
Filter that accepts program elements that have a tag attribute equal to a certain value
TagAttributeEquals(String, String, String) - Constructor for class xjavadoc.predicates.TagAttributeEquals
 
tagChanged(XTagEvent) - Method in interface xjavadoc.event.XTagListener
notify abou tag change
tagChanged(XTagEvent) - Method in class xjavadoc.XDoc
receive change notification from xtag
TagIntrospector - Class in xjavadoc.tags
This class introspects the classpath and registers tags.
TagIntrospector() - Constructor for class xjavadoc.tags.TagIntrospector
 
TagValidationException - Exception in xjavadoc
This exception will be thrown if a tag is misnamed or has bad content.
TagValidationException(String, XTag) - Constructor for exception xjavadoc.TagValidationException
 
TagValidator - Class in xjavadoc
A class that can validate tags.
TagValidator(Predicate) - Constructor for class xjavadoc.TagValidator
 
testCommentChange() - Method in class xjavadoc.XDocTest
 
testFirstSentence() - Method in class xjavadoc.XDocTest
test comment text and first sentence
testTagChange() - Method in class xjavadoc.XDocTest
 
testTagCreationAndRemoval() - Method in class xjavadoc.XDocTest
 
THIS - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
THIS - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
THROW - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
THROW - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
THROWS - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
THROWS - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
throwsException(String) - Method in class xjavadoc.AbstractExecutableMember
 
throwsException(String) - Method in interface xjavadoc.XExecutableMember
Return true if the member throws the specified exception in its throws block.
ThrowStatement() - Method in class xjavadoc.NodeParser
 
ThrowStatement() - Method in class xjavadoc.SimpleParser
 
TILDE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
TILDE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
token - Variable in class xjavadoc.NodeParser
Current token.
token - Variable in class xjavadoc.SimpleParser
Current token.
Token - Class in xjavadoc
Describes the input token stream.
Token() - Constructor for class xjavadoc.Token
No-argument constructor
Token(int) - Constructor for class xjavadoc.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class xjavadoc.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class xjavadoc.NodeParser
Generated Token Manager.
token_source - Variable in class xjavadoc.SimpleParser
Generated Token Manager.
tokenBegin - Variable in class xjavadoc.JavaCharStream
 
tokenImage - Static variable in interface xjavadoc.NodeParserConstants
Literal token values.
tokenImage - Variable in exception xjavadoc.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface xjavadoc.SimpleParserConstants
Literal token values.
tokenizeAndTrim(String) - Static method in class xjavadoc.XDoc
 
TokenMgrError - Error in xjavadoc
Token Manager Error.
TokenMgrError() - Constructor for error xjavadoc.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error xjavadoc.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error xjavadoc.TokenMgrError
Full Constructor.
toString() - Method in class xjavadoc.AbstractClass
 
toString(XParameter, boolean) - Static method in class xjavadoc.AbstractExecutableMember
 
toString() - Method in class xjavadoc.AbstractExecutableMember
 
toString() - Method in class xjavadoc.FieldImpl
 
toString() - Method in class xjavadoc.filesystem.ReaderFile
 
toString() - Method in class xjavadoc.filesystem.XJavadocFile
 
toString() - Method in class xjavadoc.MethodImpl
 
toString(boolean) - Method in class xjavadoc.MethodImpl
Builds a String uniquely describing this method
toString() - Method in class xjavadoc.ParameterImpl
 
toString() - Method in class xjavadoc.SimpleNode
 
toString(String) - Method in class xjavadoc.SimpleNode
 
toString() - Method in class xjavadoc.Token
Returns the image.
toString(Object[], String) - Static method in class xjavadoc.Util
 
toString() - Method in class xjavadoc.XDoc
Returns a String representation of this doc.
toString() - Method in class xjavadoc.XPackage
Describe what the method does
TRANSIENT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
TRANSIENT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
TRUE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
TRUE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
TRY - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
TRY - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
TryStatement() - Method in class xjavadoc.NodeParser
 
TryStatement() - Method in class xjavadoc.SimpleParser
 
type - Variable in class xjavadoc.NodeParser.Parameter
 
Type() - Method in class xjavadoc.NodeParser
 
type - Variable in class xjavadoc.SimpleParser.Parameter
 
Type() - Method in class xjavadoc.SimpleParser
 
Type - Interface in xjavadoc
Everything that can have a type implements this interface
TypeDeclaration() - Method in class xjavadoc.NodeParser
 
TypeDeclaration() - Method in class xjavadoc.SimpleParser
 

U

UnaryExpression() - Method in class xjavadoc.NodeParser
 
UnaryExpression() - Method in class xjavadoc.SimpleParser
 
UnaryExpressionNotPlusMinus() - Method in class xjavadoc.NodeParser
 
UnaryExpressionNotPlusMinus() - Method in class xjavadoc.SimpleParser
 
UnknownClass - Class in xjavadoc
This implementation of XClass is used for classes that can't be resolved from either source or classpath (binary classes).
UnknownClass(XJavaDoc, String) - Constructor for class xjavadoc.UnknownClass
 
UnknownTagException - Exception in xjavadoc
 
UnknownTagException(XTag) - Constructor for exception xjavadoc.UnknownTagException
 
UnmodifiedClassDeclaration() - Method in class xjavadoc.NodeParser
 
UnmodifiedClassDeclaration() - Method in class xjavadoc.SimpleParser
 
UnmodifiedInterfaceDeclaration() - Method in class xjavadoc.NodeParser
 
UnmodifiedInterfaceDeclaration() - Method in class xjavadoc.SimpleParser
 
unqualifiedNameInImportedClasses(String) - Method in class xjavadoc.SourceClass
 
unqualifiedNameInImportedClassesInnerClasses(String) - Method in class xjavadoc.SourceClass
 
unqualifiedNameInImportedPackages(String) - Method in class xjavadoc.SourceClass
Describe what the method does
unqualifiedNameInInnerClasses(String) - Method in class xjavadoc.SourceClass
Describe what the method does
unqualifiedNameInInnerClassesOfSuperClass(String) - Method in class xjavadoc.SourceClass
Resolves Inner classes that exist in the super class hierarchy.
unqualifiedNameInInnerInterface(String) - Method in class xjavadoc.SourceClass
Resolves Inner interfaces that exist in current class.
unqualifiedNameInJavaDotLang(String) - Method in class xjavadoc.SourceClass
Returns the fully qualified class name if it's found in java.lang, otherwise null.
unqualifiedNameInTheSameClassAsAnInnerClass(String) - Method in class xjavadoc.SourceClass
 
unqualifiedNameInTheSamePackage(String) - Method in class xjavadoc.SourceClass
Describe what the method does
updateClassTag(String, String, String, String, int) - Method in class xjavadoc.XJavaDoc
Describe what the method does
updateDoc() - Method in class xjavadoc.AbstractClass
update javadoc
updateDoc() - Method in class xjavadoc.AbstractProgramElement
update javadoc
updateDoc() - Method in interface xjavadoc.XProgramElement
update docs
UpdateLineColumn(char) - Method in class xjavadoc.JavaCharStream
 
updateMethodTag(String, String, String, String, String, int) - Method in class xjavadoc.XJavaDoc
Describe what the method does
updateTagValue(String, String, String, int) - Method in class xjavadoc.XDoc
Utility method to set the value of a tag attribute.
updateToken() - Method in class xjavadoc.XDoc
update token
Util - Class in xjavadoc
Various static utility methods
Util() - Constructor for class xjavadoc.Util
 

V

validate(XMember) - Method in class xjavadoc.AbstractClass
 
validate() - Method in class xjavadoc.DefaultXTag
Validates the tag
validate(XTag) - Method in class xjavadoc.TagValidator
 
validate() - Method in interface xjavadoc.XTag
Validates the tag.
validateOptions() - Method in class xjavadoc.ant.XJavadocTask
Validate a Xdoclet task before running it.
validateTags() - Method in class xjavadoc.SourceClass
Called by XJavaDoc after the entire source is parsed, but only if validation is on.
VariableDeclarator() - Method in class xjavadoc.NodeParser
 
VariableDeclarator() - Method in class xjavadoc.SimpleParser
 
VariableDeclaratorId() - Method in class xjavadoc.NodeParser
 
VariableDeclaratorId() - Method in class xjavadoc.SimpleParser
 
VariableInitializer() - Method in class xjavadoc.NodeParser
 
VariableInitializer() - Method in class xjavadoc.SimpleParser
 
VOID - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
VOID - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
VOLATILE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
VOLATILE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.

W

WHILE - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
WHILE - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
WhileStatement() - Method in class xjavadoc.NodeParser
 
WhileStatement() - Method in class xjavadoc.SimpleParser
 

X

XClass - Interface in xjavadoc
This class represents any type: source class, binary class or primitive type.
XConstructor - Interface in xjavadoc
Describe what this class does
XDoc - Class in xjavadoc
Represents documentation
XDoc(Token, XProgramElement, XTagFactory) - Constructor for class xjavadoc.XDoc
Describe what the XDoc constructor does
XDocEvent - Class in xjavadoc.event
Describe what this class does
XDocEvent(XDoc) - Constructor for class xjavadoc.event.XDocEvent
create new event containing doc object.
XDocListener - Interface in xjavadoc.event
Describe what this class does
XDocTest - Class in xjavadoc
JUnit test for XDoc.
XDocTest(String) - Constructor for class xjavadoc.XDocTest
 
XExecutableMember - Interface in xjavadoc
Common functionality for methods and constructors.
XField - Interface in xjavadoc
Describe what this class does
xjavadoc - package xjavadoc
 
XJavaDoc - Class in xjavadoc
This class represents the entry-point for xjavadoc classes.
XJavaDoc() - Constructor for class xjavadoc.XJavaDoc
 
xjavadoc.ant - package xjavadoc.ant
 
xjavadoc.codeunit - package xjavadoc.codeunit
 
xjavadoc.event - package xjavadoc.event
 
xjavadoc.filesystem - package xjavadoc.filesystem
 
XJavaDoc.LogMessage - Class in xjavadoc
 
XJavaDoc.LogMessage(SourceClass, UnknownClass, String, int) - Constructor for class xjavadoc.XJavaDoc.LogMessage
 
XJavaDoc.NoInnerClassesPredicate - Class in xjavadoc
 
XJavaDoc.NoInnerClassesPredicate() - Constructor for class xjavadoc.XJavaDoc.NoInnerClassesPredicate
 
xjavadoc.predicates - package xjavadoc.predicates
 
xjavadoc.tags - package xjavadoc.tags
 
XJavaDocException - Exception in xjavadoc
 
XJavaDocException(Throwable) - Constructor for exception xjavadoc.XJavaDocException
Describe what the XJavaDocException constructor does
XJavaDocException(String) - Constructor for exception xjavadoc.XJavaDocException
Describe what the XJavaDocException constructor does
XJavadocFile - Class in xjavadoc.filesystem
 
XJavadocFile(File) - Constructor for class xjavadoc.filesystem.XJavadocFile
 
XJavadocFilter - Class in xjavadoc.ant
Custom file filter for Ant based on XJavadoc.
XJavadocFilter() - Constructor for class xjavadoc.ant.XJavadocFilter
Constructor for XJavadocFilter.
XJavadocTask - Class in xjavadoc.ant
This class should be subclassed to be used for XDocletImpl, revXDoclet etc.
XJavadocTask() - Constructor for class xjavadoc.ant.XJavadocTask
 
XMember - Interface in xjavadoc
This is just a marker interface to be able to distinguish between class members and classes.
XMethod - Interface in xjavadoc
Describe what this class does
XMethod.PropertyAccessorPredicate - Class in xjavadoc
 
XMethod.PropertyAccessorPredicate() - Constructor for class xjavadoc.XMethod.PropertyAccessorPredicate
 
XMethod.PropertyMutatorPredicate - Class in xjavadoc
 
XMethod.PropertyMutatorPredicate() - Constructor for class xjavadoc.XMethod.PropertyMutatorPredicate
 
XOR - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
XOR - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
XORASSIGN - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
XORASSIGN - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
XPackage - Class in xjavadoc
Describe what this class does
XPackage(String) - Constructor for class xjavadoc.XPackage
Describe what the XPackage constructor does
XParameter - Interface in xjavadoc
 
XProgramElement - Interface in xjavadoc
Describe what this class does
XTag - Interface in xjavadoc
 
XTagEvent - Class in xjavadoc.event
Describe what this class does
XTagEvent(XTag) - Constructor for class xjavadoc.event.XTagEvent
create new event containing tag object.
XTagFactory - Class in xjavadoc
Creates XTag instances.
XTagFactory() - Constructor for class xjavadoc.XTagFactory
 
XTagListener - Interface in xjavadoc.event
Describe what this class does
XType - Interface in xjavadoc
 

_

_abstractFileClasses - Variable in class xjavadoc.XJavaDoc
 
_allInterfaces - Variable in class xjavadoc.AbstractClass
The implemented interfaces according to the hierarchy
_allSourceClasses - Variable in class xjavadoc.XJavaDoc
This map contains the same classes as _sourceSetSourceClasses, but it is also populated with additional classes that may be accessed that were not in the source sets.
_allSubclasses - Variable in class xjavadoc.AbstractClass
 
_attributeName - Variable in class xjavadoc.predicates.TagAttributeEquals
 
_attributeNames - Variable in class xjavadoc.DefaultXTag
Ordered List of attribute names
_attributes - Variable in class xjavadoc.DefaultXTag
attribute map
_attributeValue - Variable in class xjavadoc.predicates.TagAttributeEquals
 
_binaryClasses - Variable in class xjavadoc.XJavaDoc
 
_birthday - Variable in class xjavadoc.XJavaDoc
Remember when we're born.
_classes - Variable in class xjavadoc.XPackage
 
_clazz - Variable in class xjavadoc.BinaryClass
 
_commentText - Variable in class xjavadoc.XDoc
description of program element
_compilationUnit - Variable in class xjavadoc.SourceClass
The root node of the AST
_constructors - Variable in class xjavadoc.AbstractClass
 
_containingClass - Variable in class xjavadoc.AbstractProgramElement
 
_containingExecutableMember - Variable in class xjavadoc.ParameterImpl
XMember we're currently reresenting.
_containingPackage - Variable in class xjavadoc.AbstractClass
 
_declaredInterfaces - Variable in class xjavadoc.AbstractClass
The implemented interfaces according to the source
_DEFAULT - Static variable in interface xjavadoc.NodeParserConstants
RegularExpression Id.
_DEFAULT - Static variable in interface xjavadoc.SimpleParserConstants
RegularExpression Id.
_description - Variable in class xjavadoc.ParameterImpl
 
_dimension - Variable in class xjavadoc.FieldImpl
 
_dimension - Variable in class xjavadoc.ReturnType
 
_dimensionAsString - Variable in class xjavadoc.ReturnType
 
_dimensions - Static variable in class xjavadoc.AbstractExecutableMember
 
_dir - Variable in class xjavadoc.filesystem.FileSourceSet
root directory
_directSubclasses - Variable in class xjavadoc.AbstractClass
 
_dirFilter - Static variable in class xjavadoc.Util
 
_dirty - Variable in class xjavadoc.SourceClass
doe we nees saving?
_dirty - Variable in class xjavadoc.XDoc
 
_doc - Variable in class xjavadoc.AbstractProgramElement
 
_doc - Variable in class xjavadoc.DefaultXTag
 
_docEncoding - Variable in class xjavadoc.XJavaDoc
charset for generated file
_docListeners - Variable in class xjavadoc.XDoc
 
_encoding - Variable in class xjavadoc.XJavaDoc
charset for source file
_extendingInterfaces - Variable in class xjavadoc.AbstractClass
 
_fields - Variable in class xjavadoc.AbstractClass
 
_files - Variable in class xjavadoc.filesystem.FileSourceSet
source files
_fileSets - Variable in class xjavadoc.ant.XJavadocTask
 
_firstSentence - Variable in class xjavadoc.XDoc
first sentence of comment text
_hash - Variable in class xjavadoc.AbstractClass
 
_hash - Variable in class xjavadoc.DefaultXTag
 
_hasParsedMain - Variable in class xjavadoc.NodeParser
 
_hasParsedMain - Variable in class xjavadoc.SimpleParser
 
_implementingClasses - Variable in class xjavadoc.AbstractClass
 
_importedClasses - Variable in class xjavadoc.AbstractClass
 
_importedClassNames - Variable in class xjavadoc.AbstractClass
 
_importedPackages - Variable in class xjavadoc.AbstractClass
 
_in - Variable in class xjavadoc.SourceClass
 
_innerClasses - Variable in class xjavadoc.AbstractClass
 
_isAnonymous - Variable in class xjavadoc.AbstractClass
 
_isDirty - Variable in class xjavadoc.DefaultXTag
indicate dirty state
_isExtraClass - Variable in class xjavadoc.SourceClass
 
_isInterface - Variable in class xjavadoc.AbstractClass
 
_isInterfacesSet - Variable in class xjavadoc.BinaryClass
 
_isParsed - Variable in class xjavadoc.DefaultXTag
tag parse status
_isSuperclassSet - Variable in class xjavadoc.BinaryClass
 
_isValidating - Variable in class xjavadoc.XTagFactory
 
_javadocToken - Variable in class xjavadoc.AbstractProgramElement
 
_javadocToken - Variable in class xjavadoc.XDoc
Token (which is linked in the AST) that holds the string representation of the doc.
_javaFilter - Static variable in class xjavadoc.Util
 
_level - Variable in class xjavadoc.XJavaDoc.LogMessage
 
_lineNumber - Variable in class xjavadoc.DefaultXTag
 
_lineOffset - Variable in class xjavadoc.JavaDocReader
 
_logMessages - Variable in class xjavadoc.XJavaDoc
info, error and warning messages related to parsing and class qualification
_method - Variable in class xjavadoc.ReturnType
 
_methods - Variable in class xjavadoc.AbstractClass
 
_modifiers - Variable in class xjavadoc.AbstractProgramElement
 
_modifierString - Variable in class xjavadoc.AbstractProgramElement
 
_name - Variable in class xjavadoc.AbstractClass
 
_name - Variable in class xjavadoc.DefaultXTag
tag name
_name - Variable in class xjavadoc.MemberImpl
 
_name - Variable in class xjavadoc.XPackage
 
_nameBuffer - Variable in class xjavadoc.NodeParser
 
_nameBuffer - Variable in class xjavadoc.SimpleParser
 
_namedConstructors - Variable in class xjavadoc.AbstractClass
 
_namedMethods - Variable in class xjavadoc.AbstractClass
 
_nameToken - Variable in class xjavadoc.NodeParser
 
_nameToken - Variable in class xjavadoc.SimpleParser
 
_nameWithSignature - Variable in class xjavadoc.AbstractExecutableMember
 
_owner - Variable in class xjavadoc.XDoc
 
_packageName - Variable in class xjavadoc.NodeParser
 
_packageName - Variable in class xjavadoc.SimpleParser
 
_packages - Variable in class xjavadoc.XJavaDoc
 
_parameter - Variable in class xjavadoc.NodeParser
 
_parameter - Variable in class xjavadoc.SimpleParser
 
_parameterData - Variable in class xjavadoc.AbstractExecutableMember
 
_parameterIndex - Variable in class xjavadoc.ParameterImpl
Index of the parameter we're currently representing.
_parameterPool - Static variable in class xjavadoc.AbstractExecutableMember
 
_predicate - Variable in class xjavadoc.TagValidator
 
_primitiveClasses - Static variable in class xjavadoc.XJavaDoc
 
_primitiveTypes - Static variable in class xjavadoc.BinaryClass
 
_properties - Variable in class xjavadoc.XJavaDoc
 
_qualifiedClasses - Variable in class xjavadoc.SourceClass
 
_qualifiedName - Variable in class xjavadoc.AbstractClass
 
_returnType - Variable in class xjavadoc.MethodImpl
 
_signature - Variable in class xjavadoc.AbstractExecutableMember
 
_source - Variable in exception xjavadoc.XJavaDocException
 
_sourceClass - Variable in class xjavadoc.NodeParser
 
_sourceClass - Variable in class xjavadoc.SimpleParser
 
_sourceClass - Variable in class xjavadoc.XJavaDoc.LogMessage
 
_sourceClassStack - Variable in class xjavadoc.NodeParser
 
_sourceClassStack - Variable in class xjavadoc.SimpleParser
 
_sourceFile - Variable in class xjavadoc.SourceClass
Keep a ref to the file in case of warning reporting
_sourceSetClassNames - Variable in class xjavadoc.XJavaDoc
 
_sourceSets - Variable in class xjavadoc.XJavaDoc
 
_sourceSetSourceClasses - Variable in class xjavadoc.XJavaDoc
This map contains all the classes that were passed in the source sets, excluding all inner classes.
_sourceSetSourceClassesWithInnerClasses - Variable in class xjavadoc.XJavaDoc
This map contains all the classes that were passed in the source sets, including all inner classes.
_stringId - Variable in class xjavadoc.AbstractExecutableMember
 
_superclass - Variable in class xjavadoc.AbstractClass
 
_tag - Variable in exception xjavadoc.TagValidationException
 
_tagClasses - Variable in class xjavadoc.XTagFactory
Maps tag name to XTag class.
_tagFactory - Variable in class xjavadoc.AbstractProgramElement
 
_tagFactory - Variable in class xjavadoc.NodeParser
 
_tagFactory - Variable in class xjavadoc.SimpleParser
 
_tagFactory - Variable in class xjavadoc.XDoc
 
_tagFactory - Variable in class xjavadoc.XJavaDoc
 
_tagListeners - Variable in class xjavadoc.DefaultXTag
tag listeners interested in changes.
_tagMap - Variable in class xjavadoc.XDoc
Maps tag name to List.
_tagName - Variable in class xjavadoc.predicates.HasTag
 
_tagName - Variable in class xjavadoc.predicates.TagAttributeEquals
 
_tags - Variable in class xjavadoc.XDoc
Contains all the tags in the doc, in order of occurrence.
_tagsForValidation - Variable in class xjavadoc.SourceClass
 
_thrownExceptions - Variable in class xjavadoc.AbstractExecutableMember
 
_token - Variable in class xjavadoc.AbstractProgramElement
 
_transformedName - Variable in class xjavadoc.AbstractClass
 
_transformedQualifiedName - Variable in class xjavadoc.AbstractClass
 
_type - Variable in class xjavadoc.FieldImpl
 
_type - Variable in class xjavadoc.Primitive
 
_type - Variable in class xjavadoc.ReturnType
 
_typeString - Variable in class xjavadoc.ReturnType
 
_unknownClass - Variable in class xjavadoc.XJavaDoc.LogMessage
 
_unknownClasses - Variable in class xjavadoc.XJavaDoc
 
_unqualifiedClassName - Variable in class xjavadoc.XJavaDoc.LogMessage
 
_useNodeParser - Variable in class xjavadoc.XJavaDoc
sticky parameter for useNodeParser.
_value - Variable in class xjavadoc.DefaultXTag
string representation of tag
_xJavaDoc - Variable in class xjavadoc.AbstractProgramElement
 
_xJavaDoc - Variable in class xjavadoc.ant.XJavadocFilter
 
_xJavaDoc - Variable in class xjavadoc.ant.XJavadocTask
 
_xJavaDoc - Variable in class xjavadoc.DefaultXTag
 
_xJavaDoc - Variable in class xjavadoc.NodeParser
 
_xJavaDoc - Variable in class xjavadoc.SimpleParser
 

A B C D E F G H I J K L M N O P Q R S T U V W X _