Jasmine  1.1
Super fast expression and algorithm evaluator
 All Classes Functions
org.quark.jasmine.JumpLabel Class Reference

Public Member Functions

 JumpLabel (int type)
 

Static Public Attributes

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
 

Package Attributes

final int type
 
final Label label
 

Detailed Description

This defines a go-to-label when compiling an algorithm.

Author
Peter Lager

The documentation for this class was generated from the following file: