Class BreakTarget
java.lang.Object
com.oracle.truffle.js.nodes.control.BreakTarget
- Direct Known Subclasses:
ContinueTarget
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBreakTarget(String label, int id, BreakException breakException) -
Method Summary
Modifier and TypeMethodDescriptionstatic BreakTargetstatic BreakTargetfinal BreakExceptionintgetId()getLabel()
-
Constructor Details
-
BreakTarget
-
-
Method Details
-
getLabel
-
getBreakException
-
forLabel
-
forSwitch
-
getId
public int getId()
-