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