public class Colon2MethodNode extends Colon2Node
leftNode
cache, name
Constructor and Description |
---|
Colon2MethodNode(ISourcePosition position,
Node leftNode,
String name) |
Modifier and Type | Method and Description |
---|---|
RubyString |
definition(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
accept, childNodes, getEnclosingModule, getLeftNode, getNodeType
getName, getValue, reCache, setName
assign, createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toString
public Colon2MethodNode(ISourcePosition position, Node leftNode, String name)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
interpret
in class Colon3Node
public RubyString definition(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
definition
in class Colon3Node
Copyright © 2001-2016 JRuby. All Rights Reserved.