Searched refs:printAllVariables (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DGetSetLocalTest.java158 List printAllVariables(String className, String methodName) throws Exception { method in class:GetSetLocalTest
159 println("printAllVariables for method: " + className + "." + methodName);
626 List localVars = printAllVariables("GetSetLocalTarg", "staticMeth");

Completed in 82 milliseconds