|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinaryOp | |
|---|---|
| edu.ksu.cis.projects.bogor.ast | Provides for Bogor input language AST. |
| edu.ksu.cis.projects.bogor.module | Provide a generic framework for dataflow analysis on BIR transition systems. |
| Uses of BinaryOp in edu.ksu.cis.projects.bogor.ast |
|---|
| Methods in edu.ksu.cis.projects.bogor.ast that return BinaryOp | |
|---|---|
BinaryOp |
BinaryExp.getBinaryOp()
Gets the binary operator. |
static BinaryOp |
BinaryOp.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BinaryOp[] |
BinaryOp.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in edu.ksu.cis.projects.bogor.ast with parameters of type BinaryOp | |
|---|---|
void |
BinaryExp.setBinaryOp(BinaryOp newBinaryOp)
Sets the binary operator. |
| Constructors in edu.ksu.cis.projects.bogor.ast with parameters of type BinaryOp | |
|---|---|
BinaryExp(BinaryOp binaryOp,
Exp exp1,
Exp exp2)
Default constructor. |
|
| Uses of BinaryOp in edu.ksu.cis.projects.bogor.module |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||