com.lexicalscope.fluentreflection.endtoend
Class TestReflectedClassInstanceMethod.ClassWithInstanceMethods

java.lang.Object
  extended by com.lexicalscope.fluentreflection.endtoend.TestReflectedClassInstanceMethod.ClassWithInstanceMethods
Enclosing class:
TestReflectedClassInstanceMethod

public static class TestReflectedClassInstanceMethod.ClassWithInstanceMethods
extends Object


Constructor Summary
TestReflectedClassInstanceMethod.ClassWithInstanceMethods()
           
 
Method Summary
 void methodWithOneArgument(Object object)
           
 void methodWithOneArgument(String string)
           
 int methodWithReturnValue()
           
 void methodWithTwoArguments(String string, Integer integer)
           
 void simpleMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestReflectedClassInstanceMethod.ClassWithInstanceMethods

public TestReflectedClassInstanceMethod.ClassWithInstanceMethods()
Method Detail

simpleMethod

public void simpleMethod()

methodWithReturnValue

public int methodWithReturnValue()

methodWithOneArgument

public void methodWithOneArgument(String string)

methodWithTwoArguments

public void methodWithTwoArguments(String string,
                                   Integer integer)

methodWithOneArgument

public void methodWithOneArgument(Object object)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.