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

Packages that use TypeVariable
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 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)
           
 

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

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