public interface ReplacementInstructionGenerator
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReplacementInstructionGenerator.Context |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReplace(ReplacementInstructionGenerator.Context context) |
void |
generateReplacements(ReplacementInstructionGenerator.Context context)
Generates replacement instructions for the provided value
|
boolean canReplace(ReplacementInstructionGenerator.Context context)
void generateReplacements(ReplacementInstructionGenerator.Context context)
context - TODO