org.jboss.errai.ioc.rebind.ioc.codegen.builder.callstack
Class DeferredCallElement
java.lang.Object
org.jboss.errai.ioc.rebind.ioc.codegen.builder.callstack.AbstractCallElement
org.jboss.errai.ioc.rebind.ioc.codegen.builder.callstack.DeferredCallElement
- All Implemented Interfaces:
- CallElement
public class DeferredCallElement
- extends AbstractCallElement
An element for deferring and offloading validation and generation work for building the
call stack.
- Author:
- Mike Brock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeferredCallElement
public DeferredCallElement(DeferredCallback callback)
handleCall
public void handleCall(CallWriter writer,
Context context,
Statement statement)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.