joeq.Util.Templates
Interface List.BasicBlock

All Superinterfaces:
Collection, Iterable, List
All Known Implementing Classes:
ListWrapper.BasicBlock, UnmodifiableList.BasicBlock
Enclosing class:
List

public static interface List.BasicBlock
extends List


Method Summary
 ListIterator.BasicBlock basicBlockIterator()
           
 BasicBlock getBasicBlock(int index)
           
 
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

getBasicBlock

BasicBlock getBasicBlock(int index)

basicBlockIterator

ListIterator.BasicBlock basicBlockIterator()


Copyright © 2001-2008 John Whaley. All Rights Reserved.