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