| Modifier and Type | Field and Description |
|---|---|
int |
subState |
| Constructor and Description |
|---|
Hook(boolean exhaustiveTest) |
Hook(Hook h) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Hooks are equal if they have same state, substate, head, tag, start,
and end.
|
int |
hashCode() |
boolean |
isPostHook() |
boolean |
isPreHook() |
java.lang.String |
toString() |
public Hook(boolean exhaustiveTest)
public Hook(Hook h)
public boolean isPostHook()
isPostHook in class Itempublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object