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

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

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

Methods in org.apache.commons.nabla.algorithmic.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.algorithmic.forward.arithmetic
 

Methods in org.apache.commons.nabla.algorithmic.forward.arithmetic with parameters of type MethodDifferentiator
 org.objectweb.asm.tree.InsnList DDivTransformer1.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DRemTransformer12.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DRemTransformer2.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DAddTransformer2.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 DMulTransformer12.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DSubTransformer1.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DRemTransformer1.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DMulTransformer1.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DAddTransformer12.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DAddTransformer1.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DSubTransformer12.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DDivTransformer12.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DDivTransformer2.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DSubTransformer2.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DMulTransformer2.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 

Uses of MethodDifferentiator in org.apache.commons.nabla.algorithmic.forward.functions
 

Methods in org.apache.commons.nabla.algorithmic.forward.functions with parameters of type MethodDifferentiator
 org.objectweb.asm.tree.InsnList Log10Transformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList LogTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList AsinTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList Atan2Transformer12.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList MathInvocationTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList AcoshTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList HypotTransformer12.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList AtanhTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList PowTransformer12.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList Log1pTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList CbrtTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList PowTransformer2.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList CoshTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList AcosTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList SinhTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList AsinhTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList TanhTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList PowTransformer1.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList CosTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList Atan2Transformer2.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList HypotTransformer1.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList SqrtTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList Expm1Transformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList SinTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList AtanTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList ExpTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList HypotTransformer2.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList TanTransformer.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 org.objectweb.asm.tree.InsnList Atan2Transformer1.getReplacementList(String owner, MethodDifferentiator methodDifferentiator)
          Get the replacement list for an invocation instruction.
 

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

Methods in org.apache.commons.nabla.algorithmic.forward.instructions with parameters of type MethodDifferentiator
 org.objectweb.asm.tree.InsnList Dup2X1Transformer.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 DLoadTransformer.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList Dup2X2Transformer12.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DcmpTransformer12.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 WideningTransformer.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.
 org.objectweb.asm.tree.InsnList Dup2X2Transformer1.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DcmpTransformer2.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 org.objectweb.asm.tree.InsnList DcmpTransformer1.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 Dup2X2Transformer2.getReplacement(org.objectweb.asm.tree.AbstractInsnNode insn, MethodDifferentiator methodDifferentiator)
          Get the replacement instructions.
 



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