Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen
Class AbstractStatement

java.lang.Object
  extended by org.jboss.errai.codegen.AbstractStatement
All Implemented Interfaces:
Statement
Direct Known Subclasses:
AbstractBranchStatement, AbstractConditionalBlock, BlockStatement, CallParameters, DefParameters, ForeachLoop, Label, LabelReference, MethodInvocation, Parameter, StringStatement, SwitchBlock, TernaryStatement, ThrowsDeclaration, TryBlock, Variable, VariableReference

public abstract class AbstractStatement
extends Object
implements Statement

Author:
Christian Sadilek

Constructor Summary
AbstractStatement()
           
 
Method Summary
 MetaClass getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.errai.codegen.Statement
generate
 

Constructor Detail

AbstractStatement

public AbstractStatement()
Method Detail

getType

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

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.