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)
Part
public java.lang.String toString()
toString
in class java.lang.Object
public Part head()
Part
public Part tail()
Part
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © Sylvain HallĂ©. All Rights Reserved.