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 NullCodeAssembler.createLabel()
           
 Label DelegatedCodeAssembler.createLabel()
           
 Label CodeBuilder.createLabel()
           
 Label CodeAssemblerPrinter.createLabel()
           
 Label CodeAssembler.createLabel()
          Creates a label, whose location must be set.
 Label Label.setLocation()
          Sets the location of a label to be at the current postion in the code being generated.
 



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