|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.ast.AbstractNode
org.jruby.ast.HashNode
a Literal Hash. this can represent either a {a=&b, c=&d} type expression or the list of default values in a method call.
Constructor Summary | |
HashNode(IListNode listNode)
|
|
HashNode(ISourcePosition position,
IListNode listNode)
|
Method Summary | |
void |
accept(INodeVisitor iVisitor)
Accept for the visitor pattern. |
IListNode |
getListNode()
Gets the listNode. |
Methods inherited from class org.jruby.ast.AbstractNode |
getPosition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HashNode(IListNode listNode)
public HashNode(ISourcePosition position, IListNode listNode)
Method Detail |
public void accept(INodeVisitor iVisitor)
iVisitor
- the visitorpublic IListNode getListNode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |