Searched defs:Testobj (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/script/
H A DTest2.java34 public static class Testobj { class in class:Test2
36 public Testobj(String s) { method in class:Test2.Testobj
46 return "Testobj containing " + val;
58 eng.put("Testobj", new Testobj("Hello World"));

Completed in 31 milliseconds