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