Uses of Interface
org.cojen.classfile.Label

Packages that use Label
org.cojen.classfile   
 

Uses of Label in org.cojen.classfile
 

Methods in org.cojen.classfile that return Label
 Label CodeAssemblerPrinter.createLabel()
           
 Label CodeBuilder.createLabel()
           
 Label CodeAssembler.createLabel()
          Creates a label, whose location must be set.
 Label DelegatedCodeAssembler.createLabel()
           
 Label Label.setLocation()
          Sets the location of a label to be at the current postion in the code being generated.
 



Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.