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

/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DThrow.java32 public class Throw { class
129 new Throw().instanceMain(args);}
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java313 public JCThrow Throw(JCTree expr) { method in class:TreeMaker
H A DJCTree.java175 /** Throw statements, of type Throw.
2149 JCThrow Throw(JCTree expr); method in interface:JCTree.Factory
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h244 jint (JNICALL *Throw) member in struct:JNINativeInterface_
818 jint Throw(jthrowable obj) { function in struct:JNIEnv_
819 return functions->Throw(this, obj);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h244 jint (JNICALL *Throw) member in struct:JNINativeInterface_
818 jint Throw(jthrowable obj) { function in struct:JNIEnv_
819 return functions->Throw(this, obj);

Completed in 76 milliseconds