public class RuleKey
extends java.lang.Object
Taclet.equals(Object) and Taclet.hashCode() method.| Modifier and Type | Field and Description |
|---|---|
ImmutableSet<Choice> |
choices |
Name |
name |
Rule |
r |
| Constructor and Description |
|---|
RuleKey(Name name,
ImmutableSet<Choice> choices,
Rule r) |
RuleKey(Rule r) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public final Name name
public final ImmutableSet<Choice> choices
public final Rule r
RuleKey(Name name, ImmutableSet<Choice> choices, Rule r)
public RuleKey(Rule r)