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 StatementNoShortIf
body
EnhancedForCond
cond
static Name
FIELD_NAME_BODY
static Name
FIELD_NAME_COND
static Name
TYPE_NAME
-
Constructor Summary
Constructors Constructor Description EnhancedForStatementNoShortIf(EnhancedForCond cond, StatementNoShortIf body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
EnhancedForStatementNoShortIf
withBody(StatementNoShortIf body)
EnhancedForStatementNoShortIf
withCond(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
withCond
public EnhancedForStatementNoShortIf withCond(EnhancedForCond cond)
-
withBody
public EnhancedForStatementNoShortIf withBody(StatementNoShortIf body)
-
-