Groovy 1.7.0

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

class ContinueStatement
extends Statement

Represents a continue statement in a loop statement

author:
James Strachan
version:
$Revision: 6778 $


Constructor Summary
ContinueStatement()

ContinueStatement(String label)

 
Method Summary
String getLabel()

void visit(GroovyCodeVisitor visitor)

 
Methods inherited from class Statement
getStatementLabel, isEmpty, setStatementLabel
 
Methods inherited from class ASTNode
getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setSourcePosition, visit
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

ContinueStatement

public ContinueStatement()


ContinueStatement

public ContinueStatement(String label)


 
Method Detail

getLabel

public String getLabel()


visit

public void visit(GroovyCodeVisitor visitor)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.