org.jboss.errai.codegen.framework.util
Class EmptyStatement

java.lang.Object
  extended by org.jboss.errai.codegen.framework.util.EmptyStatement
All Implemented Interfaces:
Statement

public class EmptyStatement
extends Object
implements Statement

Author:
Mike Brock

Field Summary
static Statement INSTANCE
           
 
Constructor Summary
EmptyStatement()
           
 
Method Summary
 String generate(Context context)
           
 MetaClass getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final Statement INSTANCE
Constructor Detail

EmptyStatement

public EmptyStatement()
Method Detail

generate

public String generate(Context context)
Specified by:
generate in interface Statement

getType

public MetaClass getType()
Specified by:
getType in interface Statement


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.