Package hydra.ext.java.syntax
Class TryStatement_Simple
- java.lang.Object
-
- hydra.ext.java.syntax.TryStatement_Simple
-
- All Implemented Interfaces:
java.io.Serializable
public class TryStatement_Simple extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Block
block
Catches
catches
static Name
FIELD_NAME_BLOCK
static Name
FIELD_NAME_CATCHES
static Name
TYPE_NAME
-
Constructor Summary
Constructors Constructor Description TryStatement_Simple(Block block, Catches catches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
TryStatement_Simple
withBlock(Block block)
TryStatement_Simple
withCatches(Catches catches)
-
-
-
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
-
withBlock
public TryStatement_Simple withBlock(Block block)
-
withCatches
public TryStatement_Simple withCatches(Catches catches)
-
-