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

Packages that use TypeVariable
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 TypeVariable in edu.cmu.cs.crystal.tac
 

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

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

Methods in edu.cmu.cs.crystal.tac.eclipse that return TypeVariable
 TypeVariable IEclipseVariableQuery.typeVariable(ITypeBinding binding)
          Determines the variable for a given type binding.
 TypeVariable EclipseTAC.typeVariable(ITypeBinding binding)