Uses of Class
org.jruby.ast.InstVarNode
Packages that use InstVarNode
-
Uses of InstVarNode in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type InstVarNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitInstVarNode
(InstVarNode node) InstanceVariableFinder.visitInstVarNode
(InstVarNode iVisited) Add the name of the instance variable being retrieved to our set of instance variable names and continue to walk child nodes.NodeVisitor.visitInstVarNode
(InstVarNode iVisited) -
Uses of InstVarNode in org.jruby.ir.builder
Methods in org.jruby.ir.builder with parameters of type InstVarNode