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