| 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.
|
| Modifier and Type | Method and Description |
|---|---|
T |
NodeVisitor.visitColon2Node(Colon2Node iVisited) |
T |
AbstractNodeVisitor.visitColon2Node(Colon2Node node) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildColon2(Colon2Node iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Colon2Node |
ParserSupport.new_colon2(ISourcePosition position,
Node leftNode,
String name) |
Copyright © 2001-2015 JRuby. All Rights Reserved.