|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSFE.Compiler.Statement
public abstract class Statement
Abstract class for representing statements that can be defined in the program.
Constructor Summary | |
---|---|
Statement()
|
Method Summary | |
---|---|
abstract Statement |
duplicate()
returns a replica of this statement. |
boolean |
hasUnaryOperator()
This function returns always false (except for assignment statement) |
abstract Statement |
uniqueVars()
Unique vars transformations. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface SFE.Compiler.Multi2SingleBit |
---|
multi2SingleBit |
Constructor Detail |
---|
public Statement()
Method Detail |
---|
public abstract Statement uniqueVars()
public boolean hasUnaryOperator()
public abstract Statement duplicate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |