| Interface | Description |
|---|---|
| NodeVisitor<T> |
Visitor interface to be implemented by visitors of the jRuby AST.
|
| Class | Description |
|---|---|
| AbstractNodeVisitor<T> |
An abstract implementation of
NodeVisitor that has an abstract default visit method, and provides a utility
method to visit children. |
| InstanceVariableFinder |
Visitor to search AST nodes for instance variables.
|
Copyright © 2001-2016 JRuby. All Rights Reserved.