|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectharpoon.Tools.PatMat.Spec.ExpList
public static class Spec.ExpList
Linked list representation for representing the series of
Spec.Exps in a given Spec.Exp or
Spec.Stm.
| Field Summary | |
|---|---|
Spec.Exp |
head
|
Spec.ExpList |
tail
|
| Constructor Summary | |
|---|---|
Spec.ExpList(Spec.Exp head,
Spec.ExpList tail)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Spec.Exp head
public final Spec.ExpList tail
| Constructor Detail |
|---|
public Spec.ExpList(Spec.Exp head,
Spec.ExpList tail)
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||