Uses of Class
edu.cmu.cs.crystal.tac.SuperVariable

Packages that use SuperVariable
edu.cmu.cs.crystal.tac The interfaces for the three-address code (TAC) instructions. 
edu.cmu.cs.crystal.tac.eclipse An internal package for creating three address code nodes. 
 

Uses of SuperVariable in edu.cmu.cs.crystal.tac
 

Methods in edu.cmu.cs.crystal.tac that return SuperVariable
 SuperVariable TACFlowAnalysis.getSuperVariable()
           
 SuperVariable ITACAnalysisContext.getSuperVariable()
          Returns the super variable for the analyzed method, if any.
 

Methods in edu.cmu.cs.crystal.tac with parameters of type SuperVariable
 T IVariableVisitor.superVar(SuperVariable variable)
           
 

Uses of SuperVariable in edu.cmu.cs.crystal.tac.eclipse
 

Methods in edu.cmu.cs.crystal.tac.eclipse that return SuperVariable
 SuperVariable IEclipseVariableQuery.superVariable(Name qualifier)
          Determines the super variable, taking a possible qualifier into account.
 SuperVariable EclipseTAC.superVariable(Name qualifier)