com.togethersoft.sca.ast.visitor
Interface AstVisitor

All Known Subinterfaces:
AstExpressionVisitor, AstStatementVisitor

public interface AstVisitor

Common interface for AST model visitors.


Field Summary
static int SHALLOW
          Requests shallow traversal.
 
Method Summary
 int getOptions()
          Returns options for this visitor encoded as an integer.
 

Field Detail

SHALLOW

public static final int SHALLOW
Requests shallow traversal. This means that method, constructor, and initializer bodies will not be visited.
Method Detail

getOptions

public int getOptions()
Returns options for this visitor encoded as an integer.