org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl
Class BlockBuilderImpl<T>
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl.BlockBuilderImpl<T>
- All Implemented Interfaces:
- BlockBuilder<T>, Finishable<T>
- Direct Known Subclasses:
- ConstructorBlockBuilderImpl, MethodBlockBuilderImpl
public class BlockBuilderImpl<T>
- extends Object
- implements BlockBuilder<T>
- Author:
- Mike Brock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
blockStatement
protected BlockStatement blockStatement
callback
protected BuildCallback<T> callback
BlockBuilderImpl
public BlockBuilderImpl()
BlockBuilderImpl
public BlockBuilderImpl(BuildCallback<T> callback)
BlockBuilderImpl
public BlockBuilderImpl(BlockStatement blockStatement,
BuildCallback<T> callback)
append
public BlockBuilder<T> append(Statement statement)
- Specified by:
append in interface BlockBuilder<T>
finish
public T finish()
- Specified by:
finish in interface Finishable<T>
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.