Part.All, Part.Nothing, Part.Unknown| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(java.lang.Object o)
Determines if this designator applies (i.e.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
Part |
head()
Returns the first designator to be evaluated
|
Part |
tail()
Returns a designator from which the first operation is removed
|
java.lang.String |
toString() |
public boolean appliesTo(java.lang.Object o)
Partpublic java.lang.String toString()
toString in class java.lang.Objectpublic Part head()
Partpublic Part tail()
Partpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © Sylvain HallĂ©. All Rights Reserved.