org.jboss.errai.codegen
Class MethodInvocation
java.lang.Object
org.jboss.errai.codegen.AbstractStatement
org.jboss.errai.codegen.MethodInvocation
- All Implemented Interfaces:
- Statement
public class MethodInvocation
- extends AbstractStatement
Represents a method invocation statement.
- Author:
- Christian Sadilek , Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInvocation
public MethodInvocation(CallWriter writer,
MetaClass inputType,
MetaMethod method,
CallParameters callParameters)
generate
public String generate(Context context)
getType
public MetaClass getType()
- Specified by:
getType
in interface Statement
- Overrides:
getType
in class AbstractStatement
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.