Package hydra.ext.csharp.syntax
Class ReturnStatement.Ref
- java.lang.Object
-
- hydra.ext.csharp.syntax.ReturnStatement
-
- hydra.ext.csharp.syntax.ReturnStatement.Ref
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ReturnStatement
public static final class ReturnStatement.Ref extends ReturnStatement implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.csharp.syntax.ReturnStatement
ReturnStatement.PartialVisitor<R>, ReturnStatement.Ref, ReturnStatement.Simple, ReturnStatement.Value, ReturnStatement.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description VariableReference
value
-
Fields inherited from class hydra.ext.csharp.syntax.ReturnStatement
FIELD_NAME_REF, FIELD_NAME_SIMPLE, FIELD_NAME_VALUE, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Ref(VariableReference value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(ReturnStatement.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final VariableReference value
-
-
Constructor Detail
-
Ref
public Ref(VariableReference 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(ReturnStatement.Visitor<R> visitor)
- Specified by:
accept
in classReturnStatement
-
-