Interface IFormattingContextFactory<InsnType extends IInstruction>
- Type Parameters:
InsnType
-
public interface IFormattingContextFactory<InsnType extends IInstruction>
Customize instruction rendering via the generation of formatting-context objects.
-
Method Summary
-
Method Details
-
createFormattingContext
Generate a context object provided toinstruction.format(obj)
.- Parameters:
insn
- the instruction to be formatted- Returns:
- a context object
-