|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitializedVariableDeclarator | |
|---|---|
| edu.rice.cs.javalanglevels | |
| edu.rice.cs.javalanglevels.tree | |
| Uses of InitializedVariableDeclarator in edu.rice.cs.javalanglevels |
|---|
| Methods in edu.rice.cs.javalanglevels with parameters of type InitializedVariableDeclarator | |
|---|---|
TypeData |
SpecialTypeChecker.forInitializedVariableDeclarator(InitializedVariableDeclarator that)
If the VariableDeclarator is initialized, things get a little bit more complicated. |
Void |
JExpressionIFPrunableDepthFirstVisitor.forInitializedVariableDeclarator(InitializedVariableDeclarator that)
|
Void |
JExpressionIFPrunableDepthFirstVisitor.forInitializedVariableDeclaratorDoFirst(InitializedVariableDeclarator that)
|
Void |
JExpressionIFPrunableDepthFirstVisitor.forInitializedVariableDeclaratorOnly(InitializedVariableDeclarator that)
|
TypeData |
SpecialTypeChecker.forInitializedVariableDeclaratorOnly(InitializedVariableDeclarator that,
TypeData typeRes,
TypeData nameRes,
TypeData initializer_result)
Makes sure that the initializedvariable declarator is correct (the types match) Also, add the Variable Data corresponding to this initializiation to the _vars list, so that it can be referenced within this scope. |
| Uses of InitializedVariableDeclarator in edu.rice.cs.javalanglevels.tree |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||