Uses of Class
jas.Label

Packages that use Label
jas   
 

Uses of Label in jas
 

Methods in jas with parameters of type Label
 void LineTableAttr.addEntry(Label l, int line)
          Add a pc to line number entry to the line table.
 void Catchtable.addEntry(Label start, Label end, Label handler, CP cat)
          add an entry to the catch table
 void VerifyFrame.setOffset(Label label)
           
 

Constructors in jas with parameters of type Label
CatchEntry(Label start, Label end, Label handler, CP cat)
          Catch entries are created and then added to the Catchtable.
Insn(int opc, Label target, int line)
          Instructions that take a Label as an argument.
LabelOrOffset(Label l)
           
LocalVarEntry(Label startLabel, Label endLabel, CP name, CP sig, int slot)
          Create local variable scope information that can be used while debugging.
LocalVarEntry(Label startLabel, Label endLabel, String name, String sig, int slot)
          Create local variable scope information that can be used while debugging.
 



Copyright © 2006 Jonathan Meyer, USA All rights reserved.