org.codehaus.janino

Interface CodeContext.FixUp

public interface CodeContext.FixUp

A throw-in interface that marks Offsets as "fix-ups": During the execution of CodeContext, 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.

Method Summary
voidfixUp()

Method Detail

fixUp

public void fixUp()