Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.codegen.BlockStatement

Packages that use BlockStatement
org.jboss.errai.codegen   
org.jboss.errai.codegen.builder   
org.jboss.errai.codegen.builder.impl   
org.jboss.errai.codegen.control   
org.jboss.errai.codegen.meta.impl.build   
 

Uses of BlockStatement in org.jboss.errai.codegen
 

Fields in org.jboss.errai.codegen declared as BlockStatement
static BlockStatement BlockStatement.EMPTY_BLOCK
           
 

Methods in org.jboss.errai.codegen that return BlockStatement
 BlockStatement BlockStatement.addAllStatements(Collection<Statement> stmts)
           
 BlockStatement BlockStatement.addStatement(Statement statement)
           
 

Uses of BlockStatement in org.jboss.errai.codegen.builder
 

Methods in org.jboss.errai.codegen.builder with parameters of type BlockStatement
 T MethodBuildCallback.callback(BlockStatement statement, DefParameters parms, DefModifiers modifiers, ThrowsDeclaration throwsDeclaration, List<Annotation> annotations, String comment)
           
 

Uses of BlockStatement in org.jboss.errai.codegen.builder.impl
 

Fields in org.jboss.errai.codegen.builder.impl declared as BlockStatement
protected  BlockStatement BlockBuilderImpl.blockStatement
           
 

Constructors in org.jboss.errai.codegen.builder.impl with parameters of type BlockStatement
BlockBuilderImpl(BlockStatement blockStatement, BuildCallback<T> callback)
           
 

Uses of BlockStatement in org.jboss.errai.codegen.control
 

Methods in org.jboss.errai.codegen.control that return BlockStatement
 BlockStatement AbstractConditionalBlock.getBlock()
           
 BlockStatement TryBlock.getBlock()
           
 BlockStatement SwitchBlock.getCaseBlock(LiteralValue<?> value)
           
 BlockStatement TryBlock.getCatchBlock(Variable exceptionVar)
           
 BlockStatement SwitchBlock.getDefaultBlock()
           
 BlockStatement IfBlock.getElseBlock()
           
 BlockStatement TryBlock.getFinallyBlock()
           
 

Constructors in org.jboss.errai.codegen.control with parameters of type BlockStatement
AbstractConditionalBlock(BooleanExpression condition, BlockStatement block)
           
DoWhileLoop(BooleanExpression condition, BlockStatement block)
           
ForLoop(BooleanExpression condition, BlockStatement block)
           
ForLoop(BooleanExpression condition, BlockStatement block, Statement initializer, Statement afterBlock)
           
WhileLoop(BooleanExpression condition, BlockStatement block)
           
WhileLoop(BooleanExpressionBuilder condition, BlockStatement block)
           
 

Uses of BlockStatement in org.jboss.errai.codegen.meta.impl.build
 

Methods in org.jboss.errai.codegen.meta.impl.build that return BlockStatement
 BlockStatement BuildMetaMethod.getBody()
           
 BlockStatement BuildMetaClass.getInstanceInitializer()
           
 BlockStatement BuildMetaClass.getStaticInitializer()
           
 

Methods in org.jboss.errai.codegen.meta.impl.build with parameters of type BlockStatement
 void BuildMetaMethod.setBody(BlockStatement body)
           
 

Constructors in org.jboss.errai.codegen.meta.impl.build with parameters of type BlockStatement
BuildMetaMethod(BuildMetaClass declaringClass, BlockStatement body, Scope scope, DefModifiers modifiers, String name, MetaClass returnType, DefParameters defParameters, ThrowsDeclaration throwsDeclaration)
           
ShadowBuildMetaMethod(BuildMetaClass declaringClass, BlockStatement body, Scope scope, DefModifiers modifiers, String name, MetaClass returnType, DefParameters defParameters, ThrowsDeclaration throwsDeclaration, MetaMethod shadow)
           
 


Errai 3.0.1-SNAPSHOT

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