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

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DImports.java482 public Environment newEnvironment(Environment env) { method in class:Imports
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchParser.java80 toplevelEnv = imports.newEnvironment(env);
H A DSourceClass.java465 // 'newEnvironment' in 'checkInternal' below.
555 // At present, the call to 'newEnvironment' is not needed.
558 // only call to 'newEnvironment', which is now apparently dead code.
559 basicCheck(Context.newEnvironment(env, ctx));
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DCompoundStatement.java79 Environment newenv = Context.newEnvironment(env, newctx);
H A DContext.java842 public static Environment newEnvironment(Environment env, Context ctx) { method in class:Context

Completed in 41 milliseconds