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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DEnvironment.java31 * <code>Environment</code> object is created with the <code>ORB</code>
37 public abstract class Environment { class
40 * Retrieves the exception in this <code>Environment</code> object.
42 * @return the exception in this <code>Environment</code> object
48 * Inserts the given exception into this <code>Environment</code> object.
56 * Clears this <code>Environment</code> object of its exception.
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DEnvironment.java41 public class Environment { class
53 public Environment() { method in class:Environment
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java54 public class Environment implements Constants { class in inherits:Constants
58 Environment env;
72 public Environment(Environment env, Object source) { method in class:Environment
78 public Environment() { method in class:Environment
430 if (tracing) dtEvent("Environment.resolveNames: " + c + ", " + t);
580 public ClassDefinition makeClassDefinition(Environment origEnv, long where,
595 public MemberDefinition makeMemberDefinition(Environment origEnv, long where,
901 if (Environment.debugging)

Completed in 99 milliseconds