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