Package hydra.ext.java.syntax
Class EnhancedForStatementNoShortIf
- java.lang.Object
-
- hydra.ext.java.syntax.EnhancedForStatementNoShortIf
-
- All Implemented Interfaces:
java.io.Serializable
public class EnhancedForStatementNoShortIf extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StatementNoShortIfbodyEnhancedForCondcondstatic NameFIELD_NAME_BODYstatic NameFIELD_NAME_CONDstatic NameTYPE_NAME
-
Constructor Summary
Constructors Constructor Description EnhancedForStatementNoShortIf(EnhancedForCond cond, StatementNoShortIf body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()EnhancedForStatementNoShortIfwithBody(StatementNoShortIf body)EnhancedForStatementNoShortIfwithCond(EnhancedForCond cond)
-
-
-
Field Detail
-
TYPE_NAME
public static final Name TYPE_NAME
-
FIELD_NAME_COND
public static final Name FIELD_NAME_COND
-
FIELD_NAME_BODY
public static final Name FIELD_NAME_BODY
-
cond
public final EnhancedForCond cond
-
body
public final StatementNoShortIf body
-
-
Constructor Detail
-
EnhancedForStatementNoShortIf
public EnhancedForStatementNoShortIf(EnhancedForCond cond, StatementNoShortIf body)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
withCond
public EnhancedForStatementNoShortIf withCond(EnhancedForCond cond)
-
withBody
public EnhancedForStatementNoShortIf withBody(StatementNoShortIf body)
-
-