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