Uses of Class
edu.rice.cs.javalanglevels.tree.InitializedVariableDeclarator

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
 

Methods in edu.rice.cs.javalanglevels.tree with parameters of type InitializedVariableDeclarator
 RetType JExpressionIFAbstractVisitor.forInitializedVariableDeclarator(InitializedVariableDeclarator that)
           
 void JExpressionIFDepthFirstVisitor_void.forInitializedVariableDeclarator(InitializedVariableDeclarator that)
           
 void JExpressionIFAbstractVisitor_void.forInitializedVariableDeclarator(InitializedVariableDeclarator that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forInitializedVariableDeclarator(InitializedVariableDeclarator that)
           
 RetType JExpressionIFDepthFirstVisitor.forInitializedVariableDeclarator(InitializedVariableDeclarator that)
           
 RetType JExpressionIFVisitor.forInitializedVariableDeclarator(InitializedVariableDeclarator that)
          Process an instance of InitializedVariableDeclarator.
 void JExpressionIFVisitor_void.forInitializedVariableDeclarator(InitializedVariableDeclarator that)
          Process an instance of InitializedVariableDeclarator.
 void JExpressionIFDepthFirstVisitor_void.forInitializedVariableDeclaratorDoFirst(InitializedVariableDeclarator that)
           
 void JExpressionIFDepthFirstVisitor_void.forInitializedVariableDeclaratorOnly(InitializedVariableDeclarator that)
           
 JExpressionIF JExpressionIFCopyDepthFirstVisitor.forInitializedVariableDeclaratorOnly(InitializedVariableDeclarator that, JExpressionIF type_result, JExpressionIF name_result, JExpressionIF initializer_result)
           
 RetType JExpressionIFDepthFirstVisitor.forInitializedVariableDeclaratorOnly(InitializedVariableDeclarator that, RetType type_result, RetType name_result, RetType initializer_result)