Groovy 2.1.0-rc-3

org.codehaus.groovy.tools.groovydoc
[Java] Class SimpleGroovyClassDocAssembler

java.lang.Object
  org.codehaus.groovy.antlr.treewalker.VisitorAdapter
      org.codehaus.groovy.tools.groovydoc.SimpleGroovyClassDocAssembler
All Implemented Interfaces:
org.codehaus.groovy.antlr.parser.GroovyTokenTypes

public class SimpleGroovyClassDocAssembler
extends org.codehaus.groovy.antlr.treewalker.VisitorAdapter

Field Summary
 
Fields inherited from class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
OPENING_VISIT, SECOND_VISIT, SUBSEQUENT_VISIT, CLOSING_VISIT
 
Constructor Summary
SimpleGroovyClassDocAssembler(String packagePath, String file, org.codehaus.groovy.antlr.SourceBuffer sourceBuffer, List links, Properties properties, boolean isGroovy)

 
Method Summary
Map getGroovyClassDocs()

org.codehaus.groovy.antlr.GroovySourceAST pop()

void push(org.codehaus.groovy.antlr.GroovySourceAST t)

void visitAnnotationDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitAnnotationFieldDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitAssign(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitClassDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitCtorIdent(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitEnumConstantDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitEnumDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitExtendsClause(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitImplementsClause(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitImport(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitInterfaceDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitMethodCall(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitMethodDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitPackageDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

void visitVariableDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)

 
Methods inherited from class org.codehaus.groovy.antlr.treewalker.VisitorAdapter
org.codehaus.groovy.antlr.treewalker.VisitorAdapter#push(org.codehaus.groovy.antlr.GroovySourceAST), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#pop(), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitType(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitAnnotation(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitAnnotations(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#setUp(), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitAbstract(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitAnnotationArrayInit(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitAnnotationDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitAnnotationFieldDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitAnnotationMemberValuePair(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitArrayDeclarator(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitAt(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBand(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBandAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBigSuffix(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBlock(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBnot(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBor(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBorAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBsr(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBsrAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBxor(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitBxorAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitCaseGroup(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitClassDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitClosedBlock(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitClosureList(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitClosureOp(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitColon(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitComma(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitCompareTo(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitCtorCall(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitCtorIdent(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitDec(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitDigit(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitDiv(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitDivAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitDollar(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitDot(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitDynamicMember(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitElist(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitEmptyStat(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitEnumConstantDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitEnumDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitEof(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitEqual(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitEsc(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitExponent(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitExpr(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitExtendsClause(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitFinal(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitFloatSuffix(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitForCondition(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitForEachClause(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitForInit(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitForInIterable(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitForIterator(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitGe(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitGt(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitHexDigit(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitIdent(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitImplementsClause(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitImplicitParameters(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitImport(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitInc(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitIndexOp(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitInstanceInit(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitInterfaceDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLabeledArg(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLabeledStat(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLand(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLbrack(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLcurly(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLe(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLetter(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitListConstructor(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralAs(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralAssert(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralBoolean(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralBreak(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralByte(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralCase(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralCatch(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralChar(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralClass(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralContinue(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralDefault(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralDouble(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralElse(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralEnum(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralExtends(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralFalse(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralFinally(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralFloat(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralFor(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralIf(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralImplements(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralImport(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralIn(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralInstanceof(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralInt(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralInterface(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralLong(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralNative(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralNew(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralNull(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralPackage(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralPrivate(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralProtected(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralPublic(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralReturn(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralShort(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralStatic(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralSuper(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralSwitch(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralSynchronized(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralThis(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralThreadsafe(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralThrow(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralThrows(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralTransient(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralTrue(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralTry(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralVoid(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralVolatile(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLiteralWhile(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLnot(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLor(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLparen(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitLt(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMapConstructor(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMemberPointer(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMethodCall(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMethodDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMinus(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMinusAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMlComment(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMod(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitModifiers(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitModAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitNls(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitNotEqual(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitNullTreeLookahead(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitNumBigDecimal(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitNumBigInt(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitNumDouble(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitNumFloat(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitNumInt(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitNumLong(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitObjblock(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitOneNl(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitOptionalDot(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitPackageDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitParameters(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitParameterDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitPlus(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitPlusAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitPostDec(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitPostInc(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitQuestion(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRangeExclusive(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRangeInclusive(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRbrack(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRcurly(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRegexpCtorEnd(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRegexpLiteral(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRegexpSymbol(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRegexFind(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRegexMatch(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitRparen(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSelectSlot(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSemi(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitShComment(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSl(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSlist(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSlAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSlComment(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSpreadArg(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSpreadDot(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSpreadMapArg(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSr(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSrAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStar(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStarAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStarStar(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStarStarAssign(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStaticImport(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStaticInit(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStrictfp(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStringCh(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStringConstructor(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStringCtorEnd(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStringCtorMiddle(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStringCtorStart(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStringLiteral(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitStringNl(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitSuperCtorCall(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitTripleDot(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitTypecast(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitTypeArgument(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitTypeArguments(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitTypeLowerBounds(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitTypeParameter(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitTypeParameters(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitTypeUpperBounds(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitUnaryMinus(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitUnaryPlus(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitUnusedConst(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitUnusedDo(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitUnusedGoto(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitVariableDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitVariableParameterDef(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitVocab(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitWildcardType(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitWs(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitDefault(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#tearDown(), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMultiCatch(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#visitMultiCatchTypes(org.codehaus.groovy.antlr.GroovySourceAST, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#wait(long, int), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#wait(long), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#wait(), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#equals(java.lang.Object), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#toString(), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#hashCode(), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#getClass(), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#notify(), org.codehaus.groovy.antlr.treewalker.VisitorAdapter#notifyAll()
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

SimpleGroovyClassDocAssembler

public SimpleGroovyClassDocAssembler(String packagePath, String file, org.codehaus.groovy.antlr.SourceBuffer sourceBuffer, List links, Properties properties, boolean isGroovy)


 
Method Detail

getGroovyClassDocs

public Map getGroovyClassDocs()


pop

public org.codehaus.groovy.antlr.GroovySourceAST pop()


push

public void push(org.codehaus.groovy.antlr.GroovySourceAST t)


visitAnnotationDef

visitClassDef(t, visit);
public void visitAnnotationDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitAnnotationFieldDef

} else if (visit == OPENING_VISIT) {
//
public void visitAnnotationFieldDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitAssign

if (t.getLine() > lastLineCol.getLine() ||
public void visitAssign(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitClassDef

if (visit == OPENING_VISIT) {
public void visitClassDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitCtorIdent

}
public void visitCtorIdent(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitEnumConstantDef

}
public void visitEnumConstantDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitEnumDef

visitClassDef(t, visit);
public void visitEnumDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitExtendsClause

}
public void visitExtendsClause(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitImplementsClause

for (AST child = t.getFirstChild(); child != null; child = child.getNextSibling()) {
public void visitImplementsClause(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitImport

if (visit == OPENING_VISIT) {
public void visitImport(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitInterfaceDef

visitClassDef(t, visit);
public void visitInterfaceDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitMethodCall

}
public void visitMethodCall(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitMethodDef

currentClassDoc.setGroovy(isGroovy);
public void visitMethodDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitPackageDef

if (visit == OPENING_VISIT && deferSetup) {
public void visitPackageDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


visitVariableDef

currentClassDoc.add(currentFieldDoc);
public void visitVariableDef(org.codehaus.groovy.antlr.GroovySourceAST t, int visit)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.