|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpolyglot.visit.NodeVisitor
polyglot.visit.HaltingVisitor
polyglot.visit.ErrorHandlingVisitor
polyglot.visit.InitImportsVisitor
public class InitImportsVisitor
Visitor which traverses the AST constructing type objects.
| Field Summary | |
|---|---|
protected ImportTable |
importTable
|
| Fields inherited from class polyglot.visit.ErrorHandlingVisitor |
|---|
error, job, nf, ts |
| Fields inherited from class polyglot.visit.HaltingVisitor |
|---|
bypass, bypassParent |
| Constructor Summary | |
|---|---|
InitImportsVisitor(Job job,
TypeSystem ts,
NodeFactory nf)
|
|
| Method Summary | |
|---|---|
NodeVisitor |
enterCall(Node n)
|
Node |
leaveCall(Node old,
Node n,
NodeVisitor v)
|
| Methods inherited from class polyglot.visit.ErrorHandlingVisitor |
|---|
begin, catchErrors, enter, enterCall, enterError, errorQueue, hasErrors, job, leave, leaveCall, leaveCall, nodeFactory, typeSystem |
| Methods inherited from class polyglot.visit.HaltingVisitor |
|---|
bypass, bypass, bypassChildren, override, visitChildren |
| Methods inherited from class polyglot.visit.NodeVisitor |
|---|
copy, enter, finish, finish, leave, override, toString, visitEdge, visitEdgeNoOverride |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ImportTable importTable
| Constructor Detail |
|---|
public InitImportsVisitor(Job job,
TypeSystem ts,
NodeFactory nf)
| Method Detail |
|---|
public NodeVisitor enterCall(Node n)
throws SemanticException
enterCall in class ErrorHandlingVisitorSemanticException
public Node leaveCall(Node old,
Node n,
NodeVisitor v)
throws SemanticException
leaveCall in class ErrorHandlingVisitorSemanticException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||