Package hydra.ext.java.syntax
Class EnhancedForStatementNoShortIf
java.lang.Object
hydra.ext.java.syntax.EnhancedForStatementNoShortIf
- All Implemented Interfaces:
Serializable,Comparable<EnhancedForStatementNoShortIf>
public class EnhancedForStatementNoShortIf
extends Object
implements Serializable, Comparable<EnhancedForStatementNoShortIf>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StatementNoShortIfstatic final Namefinal EnhancedForCondstatic final Namestatic final Name -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionintbooleaninthashCode()withBody(StatementNoShortIf body) withCond(EnhancedForCond cond)
-
Field Details
-
TYPE_
-
COND
-
BODY
-
cond
-
body
-
-
Constructor Details
-
EnhancedForStatementNoShortIf
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<EnhancedForStatementNoShortIf>
-
withCond
-
withBody
-