com.bea.p13n.expression
Interface ExpressionList

All Superinterfaces
Collection, Iterable, List

public interface ExpressionList
extends List

Simple wrapper interface for List for storing sub-components of an expression.


Method Summary
 Expression getExpression(int index)
          Returns the expression at the specified position in this ExpressionList.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getExpression

Expression getExpression(int index)
Returns the expression at the specified position in this ExpressionList.

Parameters
index - index of expression to return.
Returns
The expression at the specified position in this ExpressionList.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.