Package hydra.ext.java.syntax
Class StatementWithoutTrailingSubstatement.Assert
- java.lang.Object
-
- hydra.ext.java.syntax.StatementWithoutTrailingSubstatement
-
- hydra.ext.java.syntax.StatementWithoutTrailingSubstatement.Assert
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- StatementWithoutTrailingSubstatement
public static final class StatementWithoutTrailingSubstatement.Assert extends StatementWithoutTrailingSubstatement implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.java.syntax.StatementWithoutTrailingSubstatement
StatementWithoutTrailingSubstatement.Assert, StatementWithoutTrailingSubstatement.Block, StatementWithoutTrailingSubstatement.Break, StatementWithoutTrailingSubstatement.Continue, StatementWithoutTrailingSubstatement.Do, StatementWithoutTrailingSubstatement.Empty, StatementWithoutTrailingSubstatement.Expression, StatementWithoutTrailingSubstatement.PartialVisitor<R>, StatementWithoutTrailingSubstatement.Return, StatementWithoutTrailingSubstatement.Switch, StatementWithoutTrailingSubstatement.Synchronized, StatementWithoutTrailingSubstatement.Throw, StatementWithoutTrailingSubstatement.Try, StatementWithoutTrailingSubstatement.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description AssertStatement
value
-
Fields inherited from class hydra.ext.java.syntax.StatementWithoutTrailingSubstatement
FIELD_NAME_ASSERT, FIELD_NAME_BLOCK, FIELD_NAME_BREAK, FIELD_NAME_CONTINUE, FIELD_NAME_DO, FIELD_NAME_EMPTY, FIELD_NAME_EXPRESSION, FIELD_NAME_RETURN, FIELD_NAME_SWITCH, FIELD_NAME_SYNCHRONIZED, FIELD_NAME_THROW, FIELD_NAME_TRY, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Assert(AssertStatement value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(StatementWithoutTrailingSubstatement.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final AssertStatement value
-
-
Constructor Detail
-
Assert
public Assert(AssertStatement value)
-
-
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
-
accept
public <R> R accept(StatementWithoutTrailingSubstatement.Visitor<R> visitor)
- Specified by:
accept
in classStatementWithoutTrailingSubstatement
-
-