Uses of Class
cfg.ParamInst

Packages that use ParamInst
cfg   
 

Uses of ParamInst in cfg
 

Subclasses of ParamInst in cfg
 class ErrParamInst
          A class representing a three-address code error parameter instruction (ErrParamInst).
 class RefParamInst
          A class representing a three-address code reference parameter instruction (RefParamInst).
 class StdParamInst
          A class representing a three-address code parameter instruction (StdParamInst).
 

Methods in cfg with parameters of type ParamInst
 ReturnType TACInstClassVisitorSkeleton.visitInst(ParamInst inst, ArgumentType o)
           
 ReturnType TACInstVisitor.visitInst(ParamInst inst, ArgumentType o)
           
 ReturnType TACInstVisitorSkeleton.visitInst(ParamInst inst, ArgumentType o)
           
protected  ReturnType TACInstClassVisitorSkeleton.visitParamInst(ParamInst inst, ArgumentType o)