Package hydra.ext.java.syntax
Class StatementNoShortIf.Labeled
java.lang.Object
hydra.ext.java.syntax.StatementNoShortIf
hydra.ext.java.syntax.StatementNoShortIf.Labeled
- All Implemented Interfaces:
Serializable,Comparable<StatementNoShortIf>
- Enclosing class:
- StatementNoShortIf
public static final class StatementNoShortIf.Labeled
extends StatementNoShortIf
implements Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.java.syntax.StatementNoShortIf
StatementNoShortIf.For, StatementNoShortIf.IfThenElse, StatementNoShortIf.Labeled, StatementNoShortIf.PartialVisitor<R>, StatementNoShortIf.Visitor<R>, StatementNoShortIf.While, StatementNoShortIf.WithoutTrailing -
Field Summary
FieldsFields inherited from class hydra.ext.java.syntax.StatementNoShortIf
FOR, IF_THEN_ELSE, LABELED, TYPE_, WHILE, WITHOUT_TRAILING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(StatementNoShortIf.Visitor<R> visitor) intcompareTo(StatementNoShortIf other) booleaninthashCode()
-
Field Details
-
value
-
-
Constructor Details
-
Labeled
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<StatementNoShortIf>
-
accept
- Specified by:
acceptin classStatementNoShortIf
-