Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.builder
Interface WhileBuilder


public interface WhileBuilder

Author:
Christian Sadilek

Method Summary
 StatementEnd while_()
           
 StatementEnd while_(BooleanExpression stmt)
           
 StatementEnd while_(BooleanOperator op, Object rhs)
           
 StatementEnd while_(BooleanOperator op, Statement rhs)
           
 

Method Detail

while_

StatementEnd while_(BooleanExpression stmt)

while_

StatementEnd while_()

while_

StatementEnd while_(BooleanOperator op,
                    Statement rhs)

while_

StatementEnd while_(BooleanOperator op,
                    Object rhs)

Errai 3.0.1-SNAPSHOT

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