public class MethodCallSequence extends Object implements Sequence<MethodCall>
| Constructor and Description |
|---|
MethodCallSequence(String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(MethodCall call) |
MethodCall |
get(int i) |
String |
getClassName() |
Iterator<MethodCall> |
iterator() |
int |
size()
Returns the number of elements in this sequence.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MethodCallSequence(String className)
public MethodCall get(int i)
public int size()
Sequencesize in interface Sequence<MethodCall>public String getClassName()
public void add(MethodCall call)
public Iterator<MethodCall> iterator()
iterator in interface Iterable<MethodCall>Copyright © 2014–2018 University of Namur. All rights reserved.