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

Packages that use KeywordVariable
edu.cmu.cs.crystal.tac The interfaces for the three-address code (TAC) instructions. 
 

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

Subclasses of KeywordVariable in edu.cmu.cs.crystal.tac
 class SuperVariable
          The Super class represents the super keyword.
 class ThisVariable
          This class represents the this keyword, which is treated much like any other variable.
 

Methods in edu.cmu.cs.crystal.tac that return KeywordVariable
 KeywordVariable ConstructorCallInstruction.getConstructionObject()
          Returns variable for the object being constructed, i.e., this or super.