Class WhileStatement

java.lang.Object
org.jparsec.examples.common.ValueObject
org.jparsec.examples.java.ast.statement.WhileStatement
All Implemented Interfaces:
Statement

public final class WhileStatement extends ValueObject implements Statement
Represents the "while () ..." statement.