joeq.Util.Templates
Interface List.RegisterOperand

All Superinterfaces:
Collection, Iterable, List, List.Operand
All Known Implementing Classes:
UnmodifiableList.RegisterOperand
Enclosing class:
List

public static interface List.RegisterOperand
extends List.Operand


Method Summary
 Operand.RegisterOperand getRegisterOperand(int index)
           
 ListIterator.RegisterOperand registerOperandIterator()
           
 
Methods inherited from interface joeq.Util.Templates.List.Operand
getOperand, operandIterator
 
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

getRegisterOperand

Operand.RegisterOperand getRegisterOperand(int index)

registerOperandIterator

ListIterator.RegisterOperand registerOperandIterator()


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