Uses of Class
org.apache.commons.nabla.automatic.trimming.BytecodeTrimmer

Packages that use BytecodeTrimmer
org.apache.commons.nabla.automatic.trimming   
 

Uses of BytecodeTrimmer in org.apache.commons.nabla.automatic.trimming
 

Subclasses of BytecodeTrimmer in org.apache.commons.nabla.automatic.trimming
 class DLoadPop2Trimmer
          Trimmer removing (DLOAD i, POP2).
 class SwappedDloadTrimmer
          Trimmer replacing (DLOAD i, DLOAD j, DUP2_X2, POP2) with (DLOAD j, DLOAD i).
 class SwappedDstoreTrimmer
          Trimmer replacing (DUP2_X2, POP2, DSTORE i, DSTORE j) with (DSTORE j, DSTORE i).
 

Methods in org.apache.commons.nabla.automatic.trimming that return BytecodeTrimmer
static BytecodeTrimmer SwappedDstoreTrimmer.getInstance()
          Get the singleton instance.
static BytecodeTrimmer SwappedDloadTrimmer.getInstance()
          Get the singleton instance.
static BytecodeTrimmer DLoadPop2Trimmer.getInstance()
          Get the singleton instance.
 



Copyright © 2008 The Apache Software Foundation. All Rights Reserved.