Uses of Class
org.apache.commons.nabla.forward.analysis.MethodDifferentiator

Packages that use MethodDifferentiator
org.apache.commons.nabla.forward.analysis Bytecode analysis and transformation package. 
org.apache.commons.nabla.forward.arithmetic Arithmetic operations transformers package. 
org.apache.commons.nabla.forward.instructions General instructions transformers package. 
 

Uses of MethodDifferentiator in org.apache.commons.nabla.forward.analysis
 

Methods in org.apache.commons.nabla.forward.analysis with parameters of type MethodDifferentiator
 org.objectweb.asm.tree.InsnList InstructionsTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode original, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 

Uses of MethodDifferentiator in org.apache.commons.nabla.forward.arithmetic
 

Methods in org.apache.commons.nabla.forward.arithmetic with parameters of type MethodDifferentiator
 org.objectweb.asm.tree.InsnList DRemTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DSubTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DNegTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DDivTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DAddTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DMulTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 

Uses of MethodDifferentiator in org.apache.commons.nabla.forward.instructions
 

Methods in org.apache.commons.nabla.forward.instructions with parameters of type MethodDifferentiator
 org.objectweb.asm.tree.InsnList InvokeStaticTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList Dup2X2Transformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList Pop2Transformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DStoreTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList NarrowingTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DReturnTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList Dup2X1Transformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList WideningTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DLoadTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DcmpTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList Dup2Transformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 



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