public class ProgramList extends Object implements SVSubstitute
| Modifier and Type | Field and Description |
|---|---|
private ImmutableArray<ProgramElement> |
list |
| Constructor and Description |
|---|
ProgramList(ImmutableArray<ProgramElement> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ImmutableArray<ProgramElement> |
getList() |
int |
hashCode() |
private final ImmutableArray<ProgramElement> list
public ProgramList(ImmutableArray<ProgramElement> list)
public ImmutableArray<ProgramElement> getList()