org.codehaus.groovy.ast.stmt
Class ContinueStatement
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
org.codehaus.groovy.ast.stmt.ContinueStatement
public class ContinueStatement
- extends Statement
Represents a continue statement in a loop statement
- Version:
- $Revision: 6778 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinueStatement
public ContinueStatement()
ContinueStatement
public ContinueStatement(String label)
getLabel
public String getLabel()
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode