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