|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgeneration.sentence.Branch
public class Branch
Branch or occurrence used in context-dependent rule coverage.
Field Summary | |
---|---|
int |
pos
Position at the right hand side of production |
int |
preProd
Previous production index |
int |
pv
Next production index or variable index |
Constructor Summary | |
---|---|
Branch()
Creates an instance of branch. |
|
Branch(int preProd,
int pv,
int pos)
Creates an instance of branch |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int preProd
public int pv
public int pos
Constructor Detail |
---|
public Branch()
public Branch(int preProd, int pv, int pos)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |