org.jboss.errai.codegen
Class StringStatement
java.lang.Object
org.jboss.errai.codegen.AbstractStatement
org.jboss.errai.codegen.StringStatement
- All Implemented Interfaces:
- Statement
public class StringStatement
- extends AbstractStatement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringStatement
public StringStatement(String statement)
StringStatement
public StringStatement(String statement,
MetaClass returnType)
of
public static StringStatement of(String statement)
of
public static StringStatement of(String statement,
MetaClass returnType)
of
public static StringStatement of(String statement,
Class returnType)
generate
public String generate(Context context)
getType
public MetaClass getType()
- Specified by:
getType
in interface Statement
- Overrides:
getType
in class AbstractStatement
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.