|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanExpression | |
|---|---|
| edu.rice.cs.javalanglevels | |
| edu.rice.cs.javalanglevels.tree | |
| Uses of BooleanExpression in edu.rice.cs.javalanglevels |
|---|
| Methods in edu.rice.cs.javalanglevels with parameters of type BooleanExpression | |
|---|---|
Void |
JExpressionIFPrunableDepthFirstVisitor.forBooleanExpressionDoFirst(BooleanExpression that)
|
Void |
JExpressionIFPrunableDepthFirstVisitor.forBooleanExpressionOnly(BooleanExpression that)
|
TypeData |
ExpressionTypeChecker.forBooleanExpressionOnly(BooleanExpression that,
TypeData left_result,
TypeData right_result)
Checks if this BooleanExpression is well-formed, i.e., that left and right arguments are well-formed boolean expressions. |
| Uses of BooleanExpression in edu.rice.cs.javalanglevels.tree |
|---|
| Subclasses of BooleanExpression in edu.rice.cs.javalanglevels.tree | |
|---|---|
class |
AndExpression
Class AndExpression, a component of the JExpressionIF composite hierarchy. |
class |
OrExpression
Class OrExpression, a component of the JExpressionIF composite hierarchy. |
| Methods in edu.rice.cs.javalanglevels.tree with parameters of type BooleanExpression | |
|---|---|
RetType |
JExpressionIFAbstractVisitor.forBooleanExpression(BooleanExpression that)
|
void |
JExpressionIFAbstractVisitor_void.forBooleanExpression(BooleanExpression that)
|
void |
JExpressionIFDepthFirstVisitor_void.forBooleanExpressionDoFirst(BooleanExpression that)
|
void |
JExpressionIFDepthFirstVisitor_void.forBooleanExpressionOnly(BooleanExpression that)
|
JExpressionIF |
JExpressionIFCopyDepthFirstVisitor.forBooleanExpressionOnly(BooleanExpression that,
JExpressionIF left_result,
JExpressionIF right_result)
|
RetType |
JExpressionIFDepthFirstVisitor.forBooleanExpressionOnly(BooleanExpression that,
RetType left_result,
RetType right_result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||