Java com.google.gwt.dev.jjs.ast JMethodCall fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dev.jjs.ast JMethodCall fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dev.jjs.ast JMethodCall.

The text is from its open source code.

Constructor

JMethodCall(SourceInfo info, JExpression instance, JMethod method, JType overrideReturnType)
Create a method call whose type is overridden to the specified type, ignoring the return type of the target method.
JMethodCall(SourceInfo info, JExpression instance, JMethod method)

Method

voidaddArg(JExpression toAdd)
Adds an argument to this method.
ListgetArgs()
Returns the call arguments.
JMethodgetTarget()
JTypegetType()
JExpressionStatementmakeStatement()