|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.ast.Node
org.jruby.ast.Colon3Node
org.jruby.ast.Colon2Node
org.jruby.ast.Colon2ConstNode
public class Colon2ConstNode
| Field Summary |
|---|
| Fields inherited from class org.jruby.ast.Colon2Node |
|---|
leftNode |
| Fields inherited from class org.jruby.ast.Colon3Node |
|---|
name |
| Fields inherited from class org.jruby.ast.Node |
|---|
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId |
| Constructor Summary | |
|---|---|
Colon2ConstNode(ISourcePosition position,
Node leftNode,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
definition(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
|
| Methods inherited from class org.jruby.ast.Colon2Node |
|---|
accept, childNodes, getEnclosingModule, getLeftNode, toString |
| Methods inherited from class org.jruby.ast.Colon3Node |
|---|
getName, setName |
| Methods inherited from class org.jruby.ast.Node |
|---|
addComment, addComments, assign, createList, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, isInvisible, setPosition, when |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jruby.ast.types.INameNode |
|---|
getName |
| Constructor Detail |
|---|
public Colon2ConstNode(ISourcePosition position,
Node leftNode,
java.lang.String name)
| Method Detail |
|---|
public IRubyObject interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
interpret in class Colon3Node
public java.lang.String definition(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
definition in class Colon3Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||