|
|||||||||||
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.ArrayNode
Represents an array. This could be an array literal, quoted words or some args stuff.
Constructor Summary | |
ArrayNode(ISourcePosition position)
|
Method Summary | |
void |
accept(INodeVisitor iVisitor)
Accept for the visitor pattern. |
IListNode |
add(INode node)
|
java.util.Iterator |
iterator()
|
int |
size()
|
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 |
Methods inherited from interface org.ablaf.ast.INode |
getPosition |
Constructor Detail |
public ArrayNode(ISourcePosition position)
Method Detail |
public IListNode add(INode node)
add
in interface IListNode
IListNode.add(INode)
public java.util.Iterator iterator()
iterator
in interface IListNode
IListNode.iterator()
public void accept(INodeVisitor iVisitor)
accept
in interface INode
iVisitor
- the visitorpublic int size()
size
in interface IListNode
IListNode.size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |