public class JumpStatement extends Stmt
Modifier and Type | Field and Description |
---|---|
java.lang.String |
label |
int |
type |
static int |
TYPE_BREAK |
static int |
TYPE_CONTINUE |
static int |
TYPE_GOTO |
debug, global_type, NOP, reader
Modifier and Type | Method and Description |
---|---|
java.lang.String |
calculate(java.lang.String labelToGoto) |
static JumpStatement |
ctor(Reader r) |
void |
findStarNumber() |
void |
foo() |
boolean |
hasEq() |
boolean |
hasPlusEq() |
boolean |
hasStarEq() |
void |
parseForConstants() |
void |
parseLeft() |
void |
toStack(java.lang.StringBuffer sb,
int lineEnd,
Type type,
java.lang.String field,
boolean isBegEnd) |
java.lang.String |
toString() |
public int type
public java.lang.String label
public static final int TYPE_BREAK
public static final int TYPE_CONTINUE
public static final int TYPE_GOTO
public static JumpStatement ctor(Reader r)
public void findStarNumber()
findStarNumber
in class Stmt
public java.lang.String calculate(java.lang.String labelToGoto)
public void toStack(java.lang.StringBuffer sb, int lineEnd, Type type, java.lang.String field, boolean isBegEnd)
public void parseForConstants()
parseForConstants
in class Stmt