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