| 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 |
Colon2Node
Represents a '::' constant access or method call (Java::JavaClass).
|
| Modifier and Type | Method and Description |
|---|---|
Colon3Node |
ModuleNode.getCPath()
Gets the name.
|
Colon3Node |
IScopingNode.getCPath() |
Colon3Node |
ClassNode.getCPath()
Gets the className.
|
| Constructor and Description |
|---|
ClassNode(ISourcePosition position,
Colon3Node cpath,
StaticScope scope,
Node bodyNode,
Node superNode,
int endLine) |
ModuleNode(ISourcePosition position,
Colon3Node cpath,
StaticScope scope,
Node bodyNode,
int endLine) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractNodeVisitor.visitColon3Node(Colon3Node node) |
T |
NodeVisitor.visitColon3Node(Colon3Node iVisited) |
| Modifier and Type | Method and Description |
|---|---|
Operand |
IRBuilder.buildColon3(Colon3Node node) |
| Modifier and Type | Method and Description |
|---|---|
Colon3Node |
ParserSupport.new_colon3(ISourcePosition position,
ByteList name) |
Copyright © 2001-2020 JRuby. All Rights Reserved.