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