public static final class JSTags.ControlFlowBranchTag
extends com.oracle.truffle.api.instrumentation.Tag
Examples are:
if statements.while,
for, etc.case expressions in switch statements.continue statement.break statement.throw statement.String describing the control flow construct type. Possible
values are:
if or switch statements.continue statement.break statement.throw statement.return statement.| Modifier and Type | Class and Description |
|---|---|
static class |
JSTags.ControlFlowBranchTag.Type |