Methods
|
|
__init__
byteIndex
byteLine
nextLine
nextSplit
|
|
__init__
|
__init__ ( self, codeObject )
|
|
byteIndex
|
byteIndex ( self )
Property: instruction sequence number by byte
|
|
byteLine
|
byteLine ( self )
Property: line number for each byte
|
|
nextLine
|
nextLine ( self )
Property: offset of next line number change for each byte
|
|
nextSplit
|
nextSplit ( self )
Property: next safe code split offset by byte
|