org.jboss.errai.ioc.rebind.ioc.codegen
Class MethodInvocation

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.codegen.AbstractStatement
      extended by org.jboss.errai.ioc.rebind.ioc.codegen.MethodInvocation
All Implemented Interfaces:
Statement

public class MethodInvocation
extends AbstractStatement

Represents a method invocation statement.

Author:
Christian Sadilek

Constructor Summary
MethodInvocation(MetaMethod method, CallParameters callParameters)
           
 
Method Summary
 String generate(Context context)
           
 MetaClass getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInvocation

public MethodInvocation(MetaMethod method,
                        CallParameters callParameters)
Method Detail

generate

public String generate(Context context)

getType

public MetaClass getType()
Specified by:
getType in interface Statement
Overrides:
getType in class AbstractStatement


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