Class ContinueStmt

All Implemented Interfaces:
NodeWithOptionalLabel<ContinueStmt>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Cloneable

public class ContinueStmt extends Statement implements NodeWithOptionalLabel<ContinueStmt>
A continue statement with an optional label;
continue brains;
continue;
Author:
Julio Vilmar Gesser