jltools.visit
Class  BaseVisitor
java.lang.Object
  |
  +--jltools.ast.NodeVisitor
        |
        +--jltools.visit.BaseVisitor
- Direct Known Subclasses: 
 - ConstantFolder, SemanticVisitor, TypeBuilder
 
- public abstract class BaseVisitor
- extends NodeVisitor
  
Abstract class that is the base of visitors associated with a Job.
| 
Field Summary | 
protected  Job | 
job
 
            | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
job
protected Job job
BaseVisitor
public BaseVisitor(Job job)
job
public Job job()
errorQueue
public ErrorQueue errorQueue()
nodeFactory
public NodeFactory nodeFactory()
typeSystem
public TypeSystem typeSystem()
parsedResolver
public TableResolver parsedResolver()
importTable
public ImportTable importTable()