Package hydra.ext.csharp.syntax
Class RefLocalFunctionBody.Ref
- java.lang.Object
-
- hydra.ext.csharp.syntax.RefLocalFunctionBody
-
- hydra.ext.csharp.syntax.RefLocalFunctionBody.Ref
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RefLocalFunctionBody
public static final class RefLocalFunctionBody.Ref extends RefLocalFunctionBody implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.csharp.syntax.RefLocalFunctionBody
RefLocalFunctionBody.Block, RefLocalFunctionBody.PartialVisitor<R>, RefLocalFunctionBody.Ref, RefLocalFunctionBody.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description VariableReference
value
-
Fields inherited from class hydra.ext.csharp.syntax.RefLocalFunctionBody
FIELD_NAME_BLOCK, FIELD_NAME_REF, 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(RefLocalFunctionBody.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(RefLocalFunctionBody.Visitor<R> visitor)
- Specified by:
accept
in classRefLocalFunctionBody
-
-