Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.builder.callstack
Class DynamicLoad

java.lang.Object
  extended by org.jboss.errai.codegen.builder.callstack.AbstractCallElement
      extended by org.jboss.errai.codegen.builder.callstack.DynamicLoad
All Implemented Interfaces:
CallElement

public class DynamicLoad
extends AbstractCallElement

Author:
Mike Brock , Christian Sadilek

Field Summary
 
Fields inherited from class org.jboss.errai.codegen.builder.callstack.AbstractCallElement
blame, next, resultType
 
Constructor Summary
DynamicLoad(Object value)
           
 
Method Summary
 Object getValue()
           
 void handleCall(CallWriter writer, Context context, Statement statement)
           
 String toString()
           
 
Methods inherited from class org.jboss.errai.codegen.builder.callstack.AbstractCallElement
append, blameAndRethrow, getNext, getResultType, nextOrReturn, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicLoad

public DynamicLoad(Object value)
Method Detail

handleCall

public void handleCall(CallWriter writer,
                       Context context,
                       Statement statement)

toString

public String toString()
Overrides:
toString in class AbstractCallElement

getValue

public Object getValue()

Errai 3.0.1-SNAPSHOT

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