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