org.codehaus.groovy.ast.stmt
Class ContinueStatement

java.lang.Object
  extended byorg.codehaus.groovy.ast.ASTNode
      extended byorg.codehaus.groovy.ast.stmt.Statement
          extended byorg.codehaus.groovy.ast.stmt.ContinueStatement

public class ContinueStatement
extends Statement

Represents a continue statement in a loop statement

Version:
$Revision: 1.1 $
Author:
James Strachan

Field Summary
 
Fields inherited from class org.codehaus.groovy.ast.ASTNode
EMPTY_STRING_ARRAY
 
Constructor Summary
ContinueStatement()
           
ContinueStatement(String label)
           
 
Method Summary
 String getLabel()
           
 void visit(GroovyCodeVisitor visitor)
           
 
Methods inherited from class org.codehaus.groovy.ast.stmt.Statement
getStatementLabel, isEmpty, setStatementLabel
 
Methods inherited from class org.codehaus.groovy.ast.ASTNode
getColumnNumber, getLineNumber, getText, setColumnNumber, setCSTNode, setLineNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinueStatement

public ContinueStatement()

ContinueStatement

public ContinueStatement(String label)
Method Detail

getLabel

public String getLabel()

visit

public void visit(GroovyCodeVisitor visitor)
Overrides:
visit in class ASTNode


Copyright © 2003-2004 The Codehaus. All Rights Reserved.