Searched refs:variables (Results 26 - 30 of 30) sorted by relevance

12

/openjdk7/hotspot/make/windows/
H A Dcreate.bat107 REM Test all variables to see whether the directories they
190 REM It doesn't matter which variant we use here, "compiler1" is as good as any of the others - we need the common variables
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJCodeModel.java630 protected JClass substituteParams(JTypeVar[] variables, List<JClass> bindings) { argument
H A DJDefinedClass.java852 JTypeVar[] variables,
851 substituteParams( JTypeVar[] variables, List<JClass> bindings) argument
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java949 // Check the instance variables in a pre-pass before any constructors.
951 // It also lets us do some definite assignment checks on variables.
957 // Other variables do not need such checks. The simple textual
959 // are necessary and sufficient for the other variables.
1045 // Note: Since inner classes cannot set up-level variables,
1183 * kinds of variables and methods there are in the classes,
2085 Vector variables = new Vector();
2138 variables.addElement(f);
2265 for (Enumeration e = variables.elements() ; e.hasMoreElements() ; ) {
2365 // write variables
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DGetSetLocalTest.java163 localVars = method.variables();
164 println(" Success: got a list of all method variables: " + methodName);
220 println("\n Visible variables at this point are: ");
610 failure(" Failure: List of local variables has a wrong entry!");

Completed in 388 milliseconds

12