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 BlockblockCatchescatchesstatic NameFIELD_NAME_BLOCKstatic NameFIELD_NAME_CATCHESstatic NameTYPE_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 booleanequals(java.lang.Object other)inthashCode()TryStatement_SimplewithBlock(Block block)TryStatement_SimplewithCatches(Catches catches)
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
withBlock
public TryStatement_Simple withBlock(Block block)
-
withCatches
public TryStatement_Simple withCatches(Catches catches)
-
-