public class Colon2ConstNode extends Colon2Node
leftNodename| Constructor and Description |
|---|
Colon2ConstNode(ISourcePosition position,
Node leftNode,
String name) |
| Modifier and Type | Method and Description |
|---|---|
RubyString |
definition(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
IRubyObject |
getValue(ThreadContext context,
RubyModule target) |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
IRubyObject |
reCache(ThreadContext context,
RubyModule target) |
accept, childNodes, getEnclosingModule, getLeftNode, getNodeTypegetName, getValue, reCache, setNameassign, createList, getNodeName, getPosition, setPosition, toStringpublic Colon2ConstNode(ISourcePosition position, Node leftNode, String name)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
interpret in class Colon3Nodepublic RubyString definition(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
definition in class Colon3Nodepublic IRubyObject getValue(ThreadContext context, RubyModule target)
public IRubyObject reCache(ThreadContext context, RubyModule target)
Copyright © 2001-2013 JRuby. All Rights Reserved.