Class MonitorEnterStatement
java.lang.Object
org.teavm.ast.Statement
org.teavm.ast.MonitorEnterStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(StatementVisitor visitor) voidsetLocation(TextLocation location) voidsetObjectRef(Expr objectRef) Methods inherited from class Statement
assign, cond, cond, empty, exitFunction, initClass, raiseException
-
Constructor Details
-
MonitorEnterStatement
public MonitorEnterStatement()
-
-
Method Details
-
acceptVisitor
- Specified by:
acceptVisitorin classStatement
-
getLocation
-
setLocation
-
getObjectRef
-
setObjectRef
-