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:
java.io.Serializable
- Enclosing class:
- FormalParameter
public static final class FormalParameter.Simple extends FormalParameter implements java.io.Serializable
- See Also:
- Serialized Form
-
-
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
Fields Modifier and Type Field Description FormalParameter_Simple
value
-
Fields inherited from class hydra.ext.java.syntax.FormalParameter
FIELD_NAME_SIMPLE, FIELD_NAME_VARIABLE_ARITY, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Simple(FormalParameter_Simple value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(FormalParameter.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final FormalParameter_Simple value
-
-
Constructor Detail
-
Simple
public Simple(FormalParameter_Simple value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(FormalParameter.Visitor<R> visitor)
- Specified by:
accept
in classFormalParameter
-
-