org.jboss.errai.ioc.rebind.ioc.codegen
Class AbstractStatement
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.codegen.AbstractStatement
- All Implemented Interfaces:
- Statement
- Direct Known Subclasses:
- AbstractBranchStatement, AbstractConditionalBlock, BlockStatement, CallParameters, DefParameters, ForeachLoop, Label, LabelReference, MethodInvocation, Parameter, StringStatement, SwitchBlock, ThrowsDeclaration, TryBlock, Variable, VariableReference
public abstract class AbstractStatement
- extends Object
- implements Statement
- Author:
- Christian Sadilek
| 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.ioc.rebind.ioc.codegen.Statement |
generate |
AbstractStatement
public AbstractStatement()
getType
public MetaClass getType()
- Specified by:
getType in interface Statement
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.