Errai 3.0.1-SNAPSHOT

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

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

public class MethodCall
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
MethodCall(String methodName, Object[] parameters)
           
MethodCall(String methodName, Object[] parameters, boolean staticMethod)
           
 
Method Summary
 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

MethodCall

public MethodCall(String methodName,
                  Object[] parameters)

MethodCall

public MethodCall(String methodName,
                  Object[] parameters,
                  boolean staticMethod)
Method Detail

handleCall

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

toString

public String toString()
Overrides:
toString in class AbstractCallElement

Errai 3.0.1-SNAPSHOT

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