public class MethodContext extends Object
Closeable.close() method.| Modifier and Type | Method and Description |
|---|---|
void |
addException(ExceptionContext exception) |
void |
addParameter(FieldContext parameter) |
boolean |
equals(Object obj) |
boolean |
getAllowAsync() |
Collection<ExceptionContext> |
getAnnotatedExceptions() |
String |
getBoxedJavaType() |
List<ExceptionContext> |
getExceptions() |
String |
getJavaName() |
String |
getJavaType() |
String |
getName() |
List<FieldContext> |
getParameters() |
int |
hashCode() |
boolean |
isOneway() |
String |
toString() |
public void addParameter(FieldContext parameter)
public void addException(ExceptionContext exception)
public List<FieldContext> getParameters()
public List<ExceptionContext> getExceptions()
public Collection<ExceptionContext> getAnnotatedExceptions()
public String getName()
public boolean isOneway()
public String getJavaName()
public String getJavaType()
public String getBoxedJavaType()
public boolean getAllowAsync()
Copyright © 2012-2016 Facebook, Inc.. All Rights Reserved.