org.jruby.ast.types
Interface IListNode

All Superinterfaces:
INode
All Known Implementing Classes:
ArrayNode, BlockNode, DRegexpNode, DStrNode, DXStrNode, RescueBodyNode

public interface IListNode
extends INode

A node which contains a list of other nodes.

Version:
$Revision: 1.2 $
Author:
jpetersen

Method Summary
 IListNode add(INode node)
           
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from interface org.ablaf.ast.INode
accept, getPosition
 

Method Detail

add

public IListNode add(INode node)

iterator

public java.util.Iterator iterator()

size

public int size()


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.