org.codehaus.jparsec.examples.java.ast.statement
Class WhileStatement
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.java.ast.statement.WhileStatement
- All Implemented Interfaces:
- Statement
public final class WhileStatement
- extends ValueObject
- implements Statement
Represents the "while () ..." statement.
- Author:
- Ben Yu
condition
public final Expression condition
statement
public final Statement statement
WhileStatement
public WhileStatement(Expression condition,
Statement statement)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.