private static final class Es6RewriteGenerators.LoopContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
breakCase |
(package private) int |
continueCase |
(package private) java.lang.String |
label |
Constructor and Description |
---|
LoopContext(int breakCase,
int continueCase,
java.lang.String label) |