railo.transformer.bytecode.reflection
Class Test

java.lang.Object
  extended by railo.transformer.bytecode.reflection.Test

public class Test
extends Object


Constructor Summary
Test()
           
 
Method Summary
 Class testClass(int a, Integer b)
           
 Object testInt()
           
 void testVoid(int a, Integer b)
           
 void testVoid2(int[] c, Integer[] d)
           
 void testVoid23()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

testVoid

public void testVoid(int a,
                     Integer b)

testClass

public Class testClass(int a,
                       Integer b)

testVoid2

public void testVoid2(int[] c,
                      Integer[] d)
               throws InterruptedException
Throws:
InterruptedException

testVoid23

public void testVoid23()

testInt

public Object testInt()


Copyright © 2012 Railo