|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.errai.codegen.util.EmptyStatement
public class EmptyStatement
An empty statement. Use INSTANCE
to obtain an instance of this type.
Field Summary | |
---|---|
static Statement |
INSTANCE
Sharable empty statement instance. |
Method Summary | |
---|---|
String |
generate(Context context)
Returns the empty string. |
MetaClass |
getType()
Always returns the MetaClass for java.lang.Object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Statement INSTANCE
Method Detail |
---|
public String generate(Context context)
generate
in interface Statement
public MetaClass getType()
getType
in interface Statement
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |