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

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

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

Subclasses of KeywordVariable in edu.cmu.cs.crystal.tac.model
 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.model that return KeywordVariable
 KeywordVariable ConstructorCallInstruction.getConstructionObject()
          Returns variable for the object being constructed, i.e., this or super.