org.codehaus.groovy.ast.stmt
Class EmptyStatement
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.stmt.Statement
org.codehaus.groovy.ast.stmt.EmptyStatement
public class EmptyStatement
- extends Statement
Represents an empty statement
- Version:
- $Revision: 778 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final EmptyStatement INSTANCE
EmptyStatement
public EmptyStatement()
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode
isEmpty
public boolean isEmpty()
- Overrides:
isEmpty
in class Statement
Copyright © 2003-2009 The Codehaus. All Rights Reserved.