|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CastExpression | |
|---|---|
| edu.rice.cs.javalanglevels | |
| edu.rice.cs.javalanglevels.tree | |
| Uses of CastExpression in edu.rice.cs.javalanglevels |
|---|
| Methods in edu.rice.cs.javalanglevels with parameters of type CastExpression | |
|---|---|
TypeData |
TypeChecker.forCastExpression(CastExpression that)
Visit the type of the cast expression as well as the value being cast |
TypeData |
ExpressionTypeChecker.forCastExpression(CastExpression that)
Try to look up the type of the cast, and visit the expression that is being cast. |
Void |
JExpressionIFPrunableDepthFirstVisitor.forCastExpression(CastExpression that)
|
Void |
JExpressionIFPrunableDepthFirstVisitor.forCastExpressionDoFirst(CastExpression that)
|
Void |
JExpressionIFPrunableDepthFirstVisitor.forCastExpressionOnly(CastExpression that)
|
TypeData |
ExpressionTypeChecker.forCastExpressionOnly(CastExpression that,
TypeData typeRes,
TypeData valueRes)
Checks to see if this CastExpression is okay. |
| Uses of CastExpression in edu.rice.cs.javalanglevels.tree |
|---|
| Methods in edu.rice.cs.javalanglevels.tree with parameters of type CastExpression | |
|---|---|
RetType |
JExpressionIFAbstractVisitor.forCastExpression(CastExpression that)
|
void |
JExpressionIFDepthFirstVisitor_void.forCastExpression(CastExpression that)
|
void |
JExpressionIFAbstractVisitor_void.forCastExpression(CastExpression that)
|
JExpressionIF |
JExpressionIFCopyDepthFirstVisitor.forCastExpression(CastExpression that)
|
RetType |
JExpressionIFDepthFirstVisitor.forCastExpression(CastExpression that)
|
RetType |
JExpressionIFVisitor.forCastExpression(CastExpression that)
Process an instance of CastExpression. |
void |
JExpressionIFVisitor_void.forCastExpression(CastExpression that)
Process an instance of CastExpression. |
void |
JExpressionIFDepthFirstVisitor_void.forCastExpressionDoFirst(CastExpression that)
|
void |
JExpressionIFDepthFirstVisitor_void.forCastExpressionOnly(CastExpression that)
|
JExpressionIF |
JExpressionIFCopyDepthFirstVisitor.forCastExpressionOnly(CastExpression that,
JExpressionIF type_result,
JExpressionIF value_result)
|
RetType |
JExpressionIFDepthFirstVisitor.forCastExpressionOnly(CastExpression that,
RetType type_result,
RetType value_result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||