Class Label
java.lang.Object
org.vesalainen.bcc.Label
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateBranch(int offset) booleanvoidfixCode(byte[] code) intgetNames()inthashCode()voidvoidsetAddress(int address) toString()
-
Field Details
-
names
-
address
private int address -
branches
-
-
Constructor Details
-
Label
-
Label
-
-
Method Details
-
addName
-
getNames
-
getAddress
public int getAddress() -
setAddress
public void setAddress(int address) -
resetAddress
public void resetAddress() -
equals
-
hashCode
-
toString
-
createBranch
-
fixCode
public void fixCode(byte[] code)
-