|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.utils.program.Statement
This class represents a program Statement
| Constructor Summary | |
Statement(java.lang.String name,
int op)
Constructor |
|
Statement(java.lang.String name,
int op,
Value exp,
int nit,
int nif,
Value[] args)
Constructor |
|
| Method Summary | |
Value[] |
getArgs()
Returns the Args. |
java.lang.String |
getName()
Returns the name |
int |
getNextIfFalse()
Get the next if false statement |
int |
getNextIfTrue()
Get the next if true statement |
int |
getNextIndex()
Returns the next statement |
int |
getOp()
Returns the op code |
void |
setArgs(Value[] args)
Set the Args |
void |
setName(java.lang.String name)
Sets the name |
void |
setNextIfFalse(int i)
Set the next if false statement |
void |
setNextIfTrue(int i)
Set the next if true statement |
void |
setOp(int op)
Sets the op code |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Statement(java.lang.String name,
int op,
Value exp,
int nit,
int nif,
Value[] args)
public Statement(java.lang.String name,
int op)
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public int getOp()
public void setOp(int op)
public Value[] getArgs()
public void setArgs(Value[] args)
public int getNextIndex()
public int getNextIfTrue()
public int getNextIfFalse()
public void setNextIfTrue(int i)
public void setNextIfFalse(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||