Package hydra.ext.python.syntax
Class SignedNumber.Number_
java.lang.Object
hydra.ext.python.syntax.SignedNumber
hydra.ext.python.syntax.SignedNumber.Number_
- All Implemented Interfaces:
Serializable,Comparable<SignedNumber>
- Enclosing class:
- SignedNumber
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.python.syntax.SignedNumber
SignedNumber.Number_, SignedNumber.PartialVisitor<R>, SignedNumber.Sign, SignedNumber.Visitor<R> -
Field Summary
FieldsFields inherited from class hydra.ext.python.syntax.SignedNumber
NUMBER, SIGN, TYPE_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(SignedNumber.Visitor<R> visitor) intcompareTo(SignedNumber other) booleaninthashCode()
-
Field Details
-
value
-
-
Constructor Details
-
Number_
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<SignedNumber>
-
accept
- Specified by:
acceptin classSignedNumber
-