|
JavaDoq 1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.javadoq.jjtree.ast.SuperTypeVisitor
public class SuperTypeVisitor
A JJTree visitor to collect super Java types extended in a source file.
| Field Summary | |
|---|---|
SourceFile |
file
The source file where this visitor is collecting super types. |
| Constructor Summary | |
|---|---|
SuperTypeVisitor(SourceFile file)
Constructs a SuperTypeVisitor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
visit(ASTCompilationUnit node,
java.lang.Object data)
Visits a JJTree node with the specific type. |
java.lang.Object |
visit(ASTGrammar node,
java.lang.Object data)
Visits a JJTree node with the specific type. |
java.lang.Object |
visit(ASTImportName node,
java.lang.Object data)
Visits a JJTree node with the specific type. |
java.lang.Object |
visit(ASTName node,
java.lang.Object data)
Visits a JJTree node with the specific type. |
java.lang.Object |
visit(ASTNewName node,
java.lang.Object data)
Visits a JJTree node with the specific type. |
java.lang.Object |
visit(ASTNewType node,
java.lang.Object data)
Visits a JJTree node with the specific type. |
java.lang.Object |
visit(ASTPackageName node,
java.lang.Object data)
Visits a JJTree node with the specific type. |
java.lang.Object |
visit(ASTSuperList node,
java.lang.Object data)
Visits a JJTree node with the specific type. |
java.lang.Object |
visit(SimpleNode node,
java.lang.Object data)
Visits a JJTree node with the specific type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final SourceFile file
The source file where this visitor is collecting super types.
| Constructor Detail |
|---|
public SuperTypeVisitor(SourceFile file)
Constructs a SuperTypeVisitor.
file - The source file where this visitor is collecting super types.| Method Detail |
|---|
public java.lang.Object visit(ASTNewType node,
java.lang.Object data)
Visits a JJTree node with the specific type.
visit in interface JJTreeParserVisitornode - The JJTree node to visit.data - Visitor data.
public java.lang.Object visit(ASTSuperList node,
java.lang.Object data)
Visits a JJTree node with the specific type.
visit in interface JJTreeParserVisitornode - The JJTree node to visit.data - Visitor data.
public java.lang.Object visit(SimpleNode node,
java.lang.Object data)
Visits a JJTree node with the specific type.
visit in interface JJTreeParserVisitornode - The JJTree node to visit.data - Visitor data.
public java.lang.Object visit(ASTCompilationUnit node,
java.lang.Object data)
Visits a JJTree node with the specific type.
visit in interface JJTreeParserVisitornode - The JJTree node to visit.data - Visitor data.
public java.lang.Object visit(ASTName node,
java.lang.Object data)
Visits a JJTree node with the specific type.
This method simply throws an UnsupportedOperationException.
visit in interface JJTreeParserVisitornode - The JJTree node to visit.data - Visitor data.
public java.lang.Object visit(ASTImportName node,
java.lang.Object data)
Visits a JJTree node with the specific type.
This method simply throws an UnsupportedOperationException.
visit in interface JJTreeParserVisitornode - The JJTree node to visit.data - Visitor data.
public java.lang.Object visit(ASTNewName node,
java.lang.Object data)
Visits a JJTree node with the specific type.
This method simply throws an UnsupportedOperationException.
visit in interface JJTreeParserVisitornode - The JJTree node to visit.data - Visitor data.
public java.lang.Object visit(ASTPackageName node,
java.lang.Object data)
Visits a JJTree node with the specific type.
This method simply throws an UnsupportedOperationException.
visit in interface JJTreeParserVisitornode - The JJTree node to visit.data - Visitor data.
public java.lang.Object visit(ASTGrammar node,
java.lang.Object data)
Visits a JJTree node with the specific type.
This method simply throws an UnsupportedOperationException.
visit in interface JJTreeParserVisitornode - The JJTree node to visit.data - Visitor data.
|
JavaDoq 1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||