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

Packages that use SuperVariable
edu.cmu.cs.crystal.tac This package contains classes and interfaces for writing flow analyses based on three-address code (TAC). 
edu.cmu.cs.crystal.tac.eclipse An internal package for creating three address code nodes based on the Eclipse AST. 
edu.cmu.cs.crystal.tac.model The interfaces for the three-address code (TAC) instructions and variables. 
 

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

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

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)
           
 

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

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