public class ProgramList extends java.lang.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(java.lang.Object o)  | 
ImmutableArray<ProgramElement> | 
getList()  | 
int | 
hashCode()  | 
private final ImmutableArray<ProgramElement> list
public ProgramList(ImmutableArray<ProgramElement> list)
public ImmutableArray<ProgramElement> getList()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object