|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IInstanceVariable | |
|---|---|
| org.jrubyparser.ast | |
| org.jrubyparser.util | |
| Uses of IInstanceVariable in org.jrubyparser.ast |
|---|
| Classes in org.jrubyparser.ast that implement IInstanceVariable | |
|---|---|
class |
InstAsgnNode
Represents an instance variable assignment. |
class |
InstVarNode
Represents an instance variable accessor. |
| Methods in org.jrubyparser.ast that return types with arguments of type IInstanceVariable | |
|---|---|
List<IInstanceVariable> |
InstAsgnNode.getOccurences()
|
| Uses of IInstanceVariable in org.jrubyparser.util |
|---|
| Methods in org.jrubyparser.util that return types with arguments of type IInstanceVariable | |
|---|---|
static List<IInstanceVariable> |
IInstanceVariableVisitor.findOccurrencesIn(Node root,
String name)
This helper method uses Node instead of IModuleScope so that you can do more localized searching (e.g. |
List<IInstanceVariable> |
IInstanceVariableVisitor.getVariableList()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||