Package hydra.paths
Class SubtypeStep.ApplicationArgument
- java.lang.Object
-
- hydra.paths.SubtypeStep
-
- hydra.paths.SubtypeStep.ApplicationArgument
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SubtypeStep>
- Enclosing class:
- SubtypeStep
public static final class SubtypeStep.ApplicationArgument extends SubtypeStep implements java.io.Serializable
Access the argument of an application type- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.paths.SubtypeStep
SubtypeStep.AnnotatedBody, SubtypeStep.ApplicationArgument, SubtypeStep.ApplicationFunction, SubtypeStep.EffectValue, SubtypeStep.EitherLeft, SubtypeStep.EitherRight, SubtypeStep.ForallBody, SubtypeStep.FunctionCodomain, SubtypeStep.FunctionDomain, SubtypeStep.ListElement, SubtypeStep.MapKeys, SubtypeStep.MapValues, SubtypeStep.OptionalElement, SubtypeStep.PairFirst, SubtypeStep.PairSecond, SubtypeStep.PartialVisitor<R>, SubtypeStep.RecordField, SubtypeStep.SetElement, SubtypeStep.UnionField, SubtypeStep.Visitor<R>, SubtypeStep.WrapBody
-
-
Field Summary
-
Fields inherited from class hydra.paths.SubtypeStep
ANNOTATED_BODY, APPLICATION_ARGUMENT, APPLICATION_FUNCTION, EFFECT_VALUE, EITHER_LEFT, EITHER_RIGHT, FORALL_BODY, FUNCTION_CODOMAIN, FUNCTION_DOMAIN, LIST_ELEMENT, MAP_KEYS, MAP_VALUES, OPTIONAL_ELEMENT, PAIR_FIRST, PAIR_SECOND, RECORD_FIELD, SET_ELEMENT, TYPE_, UNION_FIELD, WRAP_BODY
-
-
Constructor Summary
Constructors Constructor Description ApplicationArgument()Constructs an immutableSubtypeStep.ApplicationArgument.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(SubtypeStep.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(SubtypeStep other)booleanequals(java.lang.Object other)inthashCode()inthydraOrdinal()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ApplicationArgument
public ApplicationArgument()
Constructs an immutableSubtypeStep.ApplicationArgument.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(SubtypeStep other)
- Specified by:
compareToin interfacejava.lang.Comparable<SubtypeStep>
-
hydraOrdinal
public int hydraOrdinal()
- Specified by:
hydraOrdinalin classSubtypeStep
-
accept
public <R> R accept(SubtypeStep.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classSubtypeStep
-
-