public static interface CodeContext.FixUp
CodeContext.Offset
s
as "fix-ups": During the execution of
CodeContext.fixUp()
, all "fix-ups" are invoked and
can do last touches to the code attribute.
This is currently used for inserting the "padding bytes" into the TABLESWITCH and LOOKUPSWITCH instructions.
Modifier and Type | Method and Description |
---|---|
void |
fixUp() |
void fixUp()
CodeContext.FixUp
Copyright © 2001–2016. All rights reserved.