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

/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchParser.java126 // created during the call to 'makeClassDefinition' below.
197 toplevelEnv.makeClassDefinition(toplevelEnv, where, t,
H A DBatchEnvironment.java428 // single caller, 'makeClassDefinition', which appears later in
914 public ClassDefinition makeClassDefinition(Environment toplevelEnv, method in class:BatchEnvironment
H A DSourceClass.java1611 toplevelEnv.makeClassDefinition(toplevelEnv,
1941 toplevelEnv.makeClassDefinition(toplevelEnv,
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DEnvironment.java118 // 4054523 and 4030421. See also 'BatchEnvironment.makeClassDefinition'.
580 public ClassDefinition makeClassDefinition(Environment origEnv, long where, method in class:Environment
587 return env.makeClassDefinition(origEnv, where, name,

Completed in 33 milliseconds