org.jboss.errai.ioc.rebind.ioc.codegen.builder
Interface IfBlockBuilder

All Superinterfaces:
Builder, ClosedBlock, Statement
All Known Subinterfaces:
StatementBegin
All Known Implementing Classes:
IfBlockBuilderImpl, StatementBuilder

public interface IfBlockBuilder
extends Statement, Builder, ClosedBlock

Author:
Christian Sadilek

Method Summary
 BlockBuilder<ElseBlockBuilder> if_(BooleanExpression condition)
           
 
Methods inherited from interface org.jboss.errai.ioc.rebind.ioc.codegen.Statement
generate, getType
 
Methods inherited from interface org.jboss.errai.ioc.rebind.ioc.codegen.builder.Builder
toJavaString
 

Method Detail

if_

BlockBuilder<ElseBlockBuilder> if_(BooleanExpression condition)


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