public class Colon2MethodNode extends Colon2Node
leftNodecache, nameEMPTY_LIST| Constructor and Description |
|---|
Colon2MethodNode(ISourcePosition position,
Node leftNode,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
RubyString |
definition(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
private boolean |
hasMethod(IRubyObject left) |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
accept, childNodes, getEnclosingModule, getLeftNode, getNodeTypegetName, getValue, reCache, setNameassign, createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toStringpublic Colon2MethodNode(ISourcePosition position, Node leftNode, java.lang.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 Colon3Nodeprivate boolean hasMethod(IRubyObject left)