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. |
SHALLOW
public static final int SHALLOW
- Requests shallow traversal. This means that method, constructor,
and initializer bodies will not be visited.
getOptions
public int getOptions()
- Returns options for this visitor encoded as an integer.