|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSFE.Compiler.Operator
SFE.Compiler.LessEqualOperator
public class LessEqualOperator
A class for representing <= operator expressions that can be defined in the program.
Constructor Summary | |
---|---|
LessEqualOperator()
|
Method Summary | |
---|---|
int |
arity()
Returns 2 as the arity of this PlusOperator. |
BlockStatement |
multi2SingleBit(java.lang.Object obj)
Transforms this multibit expression into singlebit statements and returns the result. |
int |
priority()
Returns an int theat represents the priority of the operator |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LessEqualOperator()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int arity()
arity
in class Operator
public BlockStatement multi2SingleBit(java.lang.Object obj)
multi2SingleBit
in interface Multi2SingleBit
obj
- the AssignmentStatement that holds this GreaterOperator.
public int priority()
priority
in class Operator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |