| |
|
| java.lang.Object org.eclipse.debug.jdi.tests.program.RefClass4
RefClass4 | public class RefClass4 (Code) | | Test class with static references to a variety of types
|
Field Summary | |
final public static boolean | True | public static double | half | final public static String | hello | final public static long | longee | final public static int | one | public static byte | two |
True | final public static boolean True(Code) | | Static reference to a true boolean
|
half | public static double half(Code) | | Static reference to a double value 0.5
|
hello | final public static String hello(Code) | | Static reference to a string value 'hello'
|
longee | final public static long longee(Code) | | Static reference to a long value 100
|
one | final public static int one(Code) | | Static reference to an int value 1
|
two | public static byte two(Code) | | Static reference to a byte value 2
|
|
|
|