Package com.oracle.truffle.sl.nodes.controlflow
package com.oracle.truffle.sl.nodes.controlflow
-
ClassDescriptionA statement node that just executes a list of other statements.Exception thrown by the
break statementand caught by theloop statement.Implementation of the SL break statement.Exception thrown by thecontinue statementand caught by theloop statement.Implementation of the SL continue statement.Implementation of the SL debugger statement.The body of a user-defined SL function.Exception thrown by thereturn statementand caught by thefunction body.Implementation of the SL return statement.The loop body of awhile loop.