tests
Class TestLocals

java.lang.Object
  |
  +--tests.TestLocals

public class TestLocals
extends java.lang.Object


Constructor Summary
TestLocals()
           
 
Method Summary
 void run()
           
static int spoil(int a)
           
 void testLocalInc()
           
static void testLocals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLocals

public TestLocals()
Method Detail

spoil

public static int spoil(int a)

testLocals

public static void testLocals()

testLocalInc

public void testLocalInc()

run

public void run()