Package | Description |
---|---|
org.jruby.ast | |
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser | |
org.jruby.truffle.translator |
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) |
ModuleNode(ISourcePosition position,
Colon3Node cpath,
StaticScope scope,
Node bodyNode) |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitColon3Node(Colon3Node iVisited) |
T |
AbstractNodeVisitor.visitColon3Node(Colon3Node node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildColon3(Colon3Node node,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
Colon3Node |
ParserSupport.new_colon3(ISourcePosition position,
String name) |
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.visitColon3Node(Colon3Node node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.