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