© 2005 BEA Systems, Inc.

com.bea.p13n.expression
Interface ExpressionList

All Superinterfaces:
Collection, 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

public 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.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved