Static Public Member Functions |
static native void | aNativeMethod () |
static void | do_something (long count) |
static void | main (String[] args) |
Static Public Attributes |
static volatile long | dummy |
Static Protected Attributes |
static final PrintWriter | out = new PrintWriter(System.out, true) |
static final PrintWriter | err = new PrintWriter(System.err, true) |
Detailed Description
Definition at line 31 of file JniInstrumentationTest.java.
Member Function Documentation
static void utils.JniInstrumentationTest.loadSystemLibrary |
( |
String |
name | ) |
|
|
inlinestaticprotected |
The documentation for this class was generated from the following file: