|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Colon3Node | |
---|---|
org.jruby.ast | |
org.jruby.ast.visitor | |
org.jruby.compiler.ir | |
org.jruby.parser |
Uses of Colon3Node in org.jruby.ast |
---|
Subclasses of Colon3Node in org.jruby.ast | |
---|---|
class |
Colon2ConstNode
|
class |
Colon2ImplicitNode
Represents a bare class declaration (e.g. |
class |
Colon2MethodNode
Represents a constant path which ends in a method (e.g. |
class |
Colon2Node
Represents a '::' constant access or method call (Java::JavaClass). |
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 | |
---|---|
java.lang.Object |
NodeVisitor.visitColon3Node(Colon3Node iVisited)
|
Uses of Colon3Node in org.jruby.compiler.ir |
---|
Methods in org.jruby.compiler.ir with parameters of type Colon3Node | |
---|---|
Operand |
IRBuilder.buildColon3(Colon3Node node,
IRScope s)
|
Uses of Colon3Node in org.jruby.parser |
---|
Methods in org.jruby.parser that return Colon3Node | |
---|---|
Colon3Node |
ParserSupport.new_colon3(ISourcePosition position,
java.lang.String name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |