Package hydra.ext.python.syntax
Class AugAssignment
java.lang.Object
hydra.ext.python.syntax.AugAssignment
- All Implemented Interfaces:
Serializable,Comparable<AugAssignment>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(AugAssignment other) booleaninthashCode()withAugassign(AugAssign augassign) withLhs(SingleTarget lhs) withRhs(AnnotatedRhs rhs)
-
Field Details
-
TYPE_
-
LHS
-
AUGASSIGN
-
RHS
-
lhs
-
augassign
-
rhs
-
-
Constructor Details
-
AugAssignment
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<AugAssignment>
-
withLhs
-
withAugassign
-
withRhs
-