Uses of Class
cfg.UnaryInst

Packages that use UnaryInst
cfg   
 

Uses of UnaryInst in cfg
 

Subclasses of UnaryInst in cfg
 class UnaryNegInst
          A class representing a three-address code unary integer negation instruction (UnaryNegInst).
 class UnaryNotInst
          A class representing a three-address code unary boolean not (complement) instruction (UnaryNotInst).
 

Methods in cfg with parameters of type UnaryInst
protected  ReturnType TACInstClassVisitorSkeleton.visitUnaryInst(UnaryInst inst, ArgumentType o)