Uses of Class
tip.instructions.Ilabel

Packages that use Ilabel
tip.instructions Provides instruction classes for the TIP virtual machine. 
 

Uses of Ilabel in tip.instructions
 

Methods in tip.instructions that return Ilabel
 Ilabel JumpInstruction.getTarget()
           
 

Constructors in tip.instructions with parameters of type Ilabel
Igoto(Ilabel target)
           
Iifcmp_eq(Ilabel target)
           
Iifcmp_gt(Ilabel target)
           
Iifeq(Ilabel target)
           
Iifne(Ilabel target)
           
JumpInstruction(Ilabel target)