org.jboss.errai.ioc.rebind.ioc.codegen.builder.callstack
Class AssignVariable

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

public class AssignVariable
extends AbstractCallElement

CallElement to assign a value to a variable.

Author:
Christian Sadilek

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

Constructor Detail

AssignVariable

public AssignVariable(AssignmentOperator operator,
                      Object value)
Method Detail

handleCall

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


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.