org.jruby.ast.util
Class ListNodeUtil

java.lang.Object
  extended byorg.jruby.ast.util.ListNodeUtil

public final class ListNodeUtil
extends java.lang.Object

Some IListNode utils.

Version:
$Revision: 1.2 $
Author:
jpetersen

Constructor Summary
ListNodeUtil()
           
 
Method Summary
static IListNode addAll(IListNode self, IListNode other)
           
static INode getLast(IListNode self)
           
static int getLength(IListNode self)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListNodeUtil

public ListNodeUtil()
Method Detail

addAll

public static final IListNode addAll(IListNode self,
                                     IListNode other)

getLast

public static final INode getLast(IListNode self)

getLength

public static final int getLength(IListNode self)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.