public class AsyncMethodNode extends MethodNode
| Constructor and Description |
|---|
AsyncMethodNode(MethodReference reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(MethodNodeVisitor visitor) |
List<AsyncMethodPart> |
getBody() |
List<Set<String>> |
getParameterDebugNames() |
List<Integer> |
getVariables() |
boolean |
isAsync() |
getModifiers, getReferencepublic AsyncMethodNode(MethodReference reference)
public List<AsyncMethodPart> getBody()
public List<Set<String>> getParameterDebugNames()
getParameterDebugNames in class MethodNodepublic void acceptVisitor(MethodNodeVisitor visitor)
acceptVisitor in class MethodNodepublic boolean isAsync()
isAsync in class MethodNodeCopyright © 2015. All rights reserved.