org.codehaus.groovy.ast.stmt
Class EmptyStatement

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

public class EmptyStatement
extends Statement

Represents an empty statement

Version:
$Revision: 1.2 $
Author:
James Strachan

Field Summary
static EmptyStatement INSTANCE
           
 
Fields inherited from class org.codehaus.groovy.ast.ASTNode
EMPTY_STRING_ARRAY
 
Constructor Summary
EmptyStatement()
           
 
Method Summary
 boolean isEmpty()
           
 void visit(GroovyCodeVisitor visitor)
           
 
Methods inherited from class org.codehaus.groovy.ast.stmt.Statement
getStatementLabel, 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
 

Field Detail

INSTANCE

public static final EmptyStatement INSTANCE
Constructor Detail

EmptyStatement

public EmptyStatement()
Method Detail

visit

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

isEmpty

public boolean isEmpty()
Overrides:
isEmpty in class Statement


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