Uses of Class
org.vesalainen.bcc.Label.Branch
-
Packages that use Label.Branch Package Description org.vesalainen.bcc -
-
Uses of Label.Branch in org.vesalainen.bcc
Fields in org.vesalainen.bcc with type parameters of type Label.Branch Modifier and Type Field Description private java.util.List<Label.Branch>Label. branchesMethods in org.vesalainen.bcc that return Label.Branch Modifier and Type Method Description Label.BranchAssembler. createBranch(java.lang.String name)Creates a branch for possibly unknown addressLabel.BranchLabel. createBranch(int offset)Methods in org.vesalainen.bcc with parameters of type Label.Branch Modifier and Type Method Description voidCodeDataOutput. writeInt(Label.Branch branch)voidCodeDataOutput. writeShort(Label.Branch branch)
-