classfilewriter 1.0.0.Final

Uses of Class
org.jboss.classfilewriter.code.BranchEnd

Packages that use BranchEnd
org.jboss.classfilewriter.code   
 

Uses of BranchEnd in org.jboss.classfilewriter.code
 

Methods in org.jboss.classfilewriter.code that return BranchEnd
 BranchEnd CodeAttribute.gotoInstruction()
          writes a goto instruction.
 BranchEnd CodeAttribute.ifAcmpeq()
           
 BranchEnd CodeAttribute.ifAcmpne()
           
 BranchEnd CodeAttribute.ifeq()
           
 BranchEnd CodeAttribute.ifge()
           
 BranchEnd CodeAttribute.ifgt()
           
 BranchEnd CodeAttribute.ifIcmpeq()
           
 BranchEnd CodeAttribute.ifIcmpge()
           
 BranchEnd CodeAttribute.ifIcmpgt()
           
 BranchEnd CodeAttribute.ifIcmple()
           
 BranchEnd CodeAttribute.ifIcmplt()
           
 BranchEnd CodeAttribute.ifIcmpne()
           
 BranchEnd CodeAttribute.ifle()
           
 BranchEnd CodeAttribute.iflt()
           
 BranchEnd CodeAttribute.ifne()
           
 BranchEnd CodeAttribute.ifnotnull()
           
 BranchEnd CodeAttribute.ifnull()
          Jump to the given location if the reference type on the top of the stack is null.
 

Methods in org.jboss.classfilewriter.code with parameters of type BranchEnd
 void CodeAttribute.branchEnd(BranchEnd end)
          marks the end of a branch.
 


classfilewriter 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.