edu.cmu.cs.crystal.tac.model
Interface IVariableVisitor<T>


public interface IVariableVisitor<T>

Author:
Kevin Bierhoff

Method Summary
 T sourceVar(SourceVariable variable)
           
 T superVar(SuperVariable variable)
           
 T tempVar(TempVariable variable)
           
 T thisVar(ThisVariable variable)
           
 T typeVar(TypeVariable variable)
           
 

Method Detail

sourceVar

T sourceVar(SourceVariable variable)

superVar

T superVar(SuperVariable variable)

tempVar

T tempVar(TempVariable variable)

thisVar

T thisVar(ThisVariable variable)

typeVar

T typeVar(TypeVariable variable)