public final class AssertStatement extends ValueObject implements Statement
Modifier and Type | Field and Description |
---|---|
Expression |
condition |
Expression |
message |
Constructor and Description |
---|
AssertStatement(Expression condition,
Expression message) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final Expression condition
public final Expression message
public AssertStatement(Expression condition, Expression message)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.