Class WhileStmt

All Implemented Interfaces:
NodeWithBody<WhileStmt>, NodeWithCondition<WhileStmt>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class WhileStmt extends Statement implements NodeWithBody<WhileStmt>, NodeWithCondition<WhileStmt>
A while statement.
while(true) { ... }
Author:
Julio Vilmar Gesser