com.lexicalscope.fluentreflection.endtoend
Class TestRawConstructionByReflection.ClassWithAmbigiousConstructors

java.lang.Object
  extended by com.lexicalscope.fluentreflection.endtoend.TestRawConstructionByReflection.ClassWithAmbigiousConstructors
Enclosing class:
TestRawConstructionByReflection

public static class TestRawConstructionByReflection.ClassWithAmbigiousConstructors
extends Object


Constructor Summary
TestRawConstructionByReflection.ClassWithAmbigiousConstructors(Object object)
           
TestRawConstructionByReflection.ClassWithAmbigiousConstructors(String string)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRawConstructionByReflection.ClassWithAmbigiousConstructors

public TestRawConstructionByReflection.ClassWithAmbigiousConstructors(Object object)

TestRawConstructionByReflection.ClassWithAmbigiousConstructors

public TestRawConstructionByReflection.ClassWithAmbigiousConstructors(String string)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.