org.unitils.mock.argumentmatcher
Class ArgumentMatcherPositionFinder.ArgumentMatcherValue

java.lang.Object
  extended by org.objectweb.asm.tree.analysis.BasicValue
      extended by org.unitils.mock.argumentmatcher.ArgumentMatcherPositionFinder.ArgumentMatcherValue
All Implemented Interfaces:
org.objectweb.asm.tree.analysis.Value
Enclosing class:
ArgumentMatcherPositionFinder

protected static class ArgumentMatcherPositionFinder.ArgumentMatcherValue
extends org.objectweb.asm.tree.analysis.BasicValue

A value representing a found argument matcher invocation


Field Summary
 
Fields inherited from class org.objectweb.asm.tree.analysis.BasicValue
DOUBLE_VALUE, FLOAT_VALUE, INT_VALUE, LONG_VALUE, REFERENCE_VALUE, RETURNADDRESS_VALUE, UNINITIALIZED_VALUE
 
Constructor Summary
ArgumentMatcherPositionFinder.ArgumentMatcherValue(org.objectweb.asm.Type type)
           
 
Method Summary
 
Methods inherited from class org.objectweb.asm.tree.analysis.BasicValue
equals, getSize, getType, hashCode, isReference, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentMatcherPositionFinder.ArgumentMatcherValue

public ArgumentMatcherPositionFinder.ArgumentMatcherValue(org.objectweb.asm.Type type)


Copyright © 2011. All Rights Reserved.