|
static int | IF = 0x10001 |
|
static int | IF_ELSE = 0x10002 |
|
static int | IF_ENDIF = 0x10004 |
|
static int | WHILE = 0x20001 |
|
static int | WEND = 0x20002 |
|
static int | REPEAT = 0x30001 |
|
static int | UNTIL = 0x30002 |
|
static int | FOR = 0x40001 |
|
static int | ENDFOR = 0x40002 |
|
static int | STOP = 0x80001 |
|
|
final int | type |
|
final Label | label |
|
This defines a go-to-label when compiling an algorithm.
- Author
- Peter Lager
The documentation for this class was generated from the following file:
- /Users/peter/git/jasmine-repos/Jasmine/src/org/quark/jasmine/JumpLabel.java