Uses of Class
com.googlecode.aviator.code.interpreter.ir.Label
Packages that use Label
-
Uses of Label in com.googlecode.aviator.code.interpreter.ir
Methods in com.googlecode.aviator.code.interpreter.ir that return LabelModifier and TypeMethodDescriptionBranchIfIR.getLabel()BranchUnlessIR.getLabel()GotoIR.getLabel()JumpIR.getLabel()VisitLabelIR.getLabel()Constructors in com.googlecode.aviator.code.interpreter.ir with parameters of type LabelModifierConstructorDescriptionBranchIfIR(Label label, SourceInfo sourceInfo) BranchUnlessIR(Label label, SourceInfo sourceInfo) GotoIR(Label label, SourceInfo sourceInfo) VisitLabelIR(Label label)