| Package | Description |
|---|---|
| org.jruby.ast | |
| org.jruby.ast.visitor | |
| org.jruby.ir | |
| org.jruby.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
Colon2ConstNode |
class |
Colon2ImplicitNode
Represents a bare class declaration (e.g.
|
class |
Colon2MethodNode
Represents a constant path which ends in a method (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
NodeVisitor.visitColon2Node(Colon2Node iVisited) |
Object |
AbstractNodeVisitor.visitColon2Node(Colon2Node iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildColon2(Colon2Node iVisited,
IRScope s) |
| Modifier and Type | Method and Description |
|---|---|
Colon2Node |
ParserSupport.new_colon2(ISourcePosition position,
Node leftNode,
String name) |
Copyright © 2001-2017 JRuby. All Rights Reserved.