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