public class NativeMethodNode extends MethodNode
| Constructor and Description |
|---|
NativeMethodNode(MethodReference reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(MethodNodeVisitor visitor) |
Generator |
getGenerator() |
List<Set<String>> |
getParameterDebugNames() |
boolean |
isAsync() |
void |
setAsync(boolean async) |
void |
setGenerator(Generator generator) |
getModifiers, getReferencepublic NativeMethodNode(MethodReference reference)
public Generator getGenerator()
public void setGenerator(Generator generator)
public boolean isAsync()
isAsync in class MethodNodepublic void setAsync(boolean async)
public void acceptVisitor(MethodNodeVisitor visitor)
acceptVisitor in class MethodNodepublic List<Set<String>> getParameterDebugNames()
getParameterDebugNames in class MethodNodeCopyright © 2015. All rights reserved.