Package hydra.ext.java.syntax
Class TryStatement_Simple
java.lang.Object
hydra.ext.java.syntax.TryStatement_Simple
- All Implemented Interfaces:
Serializable,Comparable<TryStatement_Simple>
public class TryStatement_Simple
extends Object
implements Serializable, Comparable<TryStatement_Simple>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(TryStatement_Simple other) booleaninthashCode()withCatches(Catches catches)
-
Field Details
-
TYPE_
-
BLOCK
-
CATCHES
-
block
-
catches
-
-
Constructor Details
-
TryStatement_Simple
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<TryStatement_Simple>
-
withBlock
-
withCatches
-