|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Colon3Node | |
org.jruby.ast | |
org.jruby.ast.visitor | Provide the infrastructure to apply the visitor pattern to the tree of nodes produced by compiling a ruby script. |
org.jruby.ast.visitor.rewriter |
Uses of Colon3Node in org.jruby.ast |
Subclasses of Colon3Node in org.jruby.ast | |
class |
Colon2Node
Represents a '::' constant access or method call. |
Methods in org.jruby.ast that return Colon3Node | |
Colon3Node |
ClassNode.getCPath()
Gets the className. |
Colon3Node |
IScopingNode.getCPath()
|
Colon3Node |
ModuleNode.getCPath()
Gets the name. |
Constructors in org.jruby.ast with parameters of type Colon3Node | |
ClassNode(ISourcePosition position,
Colon3Node cpath,
StaticScope scope,
Node bodyNode,
Node superNode)
|
|
ModuleNode(ISourcePosition position,
Colon3Node cpath,
StaticScope scope,
Node bodyNode)
|
Uses of Colon3Node in org.jruby.ast.visitor |
Methods in org.jruby.ast.visitor with parameters of type Colon3Node | |
Instruction |
AbstractVisitor.visitColon3Node(Colon3Node iVisited)
|
Instruction |
DefaultIteratorVisitor.visitColon3Node(Colon3Node iVisited)
|
Instruction |
NodeVisitor.visitColon3Node(Colon3Node iVisited)
|
Uses of Colon3Node in org.jruby.ast.visitor.rewriter |
Methods in org.jruby.ast.visitor.rewriter with parameters of type Colon3Node | |
Instruction |
ReWriteVisitor.visitColon3Node(Colon3Node iVisited)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |