joosc.code
Interface PeepholeOptimizer.Peephole

All Known Implementing Classes:
PeepholeOptimizer.SimplifyMultiplicationRightPeephole
Enclosing interface:
PeepholeOptimizer

public static interface PeepholeOptimizer.Peephole


Method Summary
 boolean apply(CodeChain code, InstrBox start)
           
 

Method Detail

apply

public boolean apply(CodeChain code,
                     InstrBox start)