joosc.code
Class PeepholeOptimizer.SimplifyMultiplicationRightPeephole

java.lang.Object
  extended byjoosc.code.PeepholeOptimizer.SimplifyMultiplicationRightPeephole
All Implemented Interfaces:
PeepholeOptimizer.Peephole
Enclosing class:
PeepholeOptimizer

public class PeepholeOptimizer.SimplifyMultiplicationRightPeephole
extends java.lang.Object
implements PeepholeOptimizer.Peephole


Constructor Summary
PeepholeOptimizer.SimplifyMultiplicationRightPeephole()
           
 
Method Summary
 boolean apply(CodeChain code, InstrBox start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeepholeOptimizer.SimplifyMultiplicationRightPeephole

public PeepholeOptimizer.SimplifyMultiplicationRightPeephole()
Method Detail

apply

public boolean apply(CodeChain code,
                     InstrBox start)
Specified by:
apply in interface PeepholeOptimizer.Peephole