Class AsyncMethodNode
java.lang.Object
org.teavm.ast.MethodNode
org.teavm.ast.AsyncMethodNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(MethodNodeVisitor visitor) getBody()booleanisAsync()Methods inherited from class MethodNode
getModifiers, getReference
-
Constructor Details
-
AsyncMethodNode
-
-
Method Details
-
getBody
-
getVariables
- Specified by:
getVariablesin classMethodNode
-
acceptVisitor
- Specified by:
acceptVisitorin classMethodNode
-
isAsync
public boolean isAsync()- Specified by:
isAsyncin classMethodNode
-