|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.Tools.PatMat.Spec.IdList
public static class Spec.IdList
Linked list representation for representing a series of
Identifier String
s in this Spec
.
Field Summary | |
---|---|
String |
head
|
Spec.IdList |
tail
|
Constructor Summary | |
---|---|
Spec.IdList(String head,
Spec.IdList 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 String head
public final Spec.IdList tail
Constructor Detail |
---|
public Spec.IdList(String head, Spec.IdList 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 |