Searched defs:topLevel (Results 1 - 5 of 5) sorted by relevance
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/ |
| H A D | SCDBasedBindingSet.java | 104 this.nextSibling = topLevel; 105 topLevel = this; 192 private Target topLevel; field in class:SCDBasedBindingSet 218 if(topLevel!=null) { 226 topLevel.applyAll(schema.getSchemas());
|
| /openjdk7/jdk/src/share/classes/com/sun/script/javascript/ |
| H A D | RhinoScriptEngine.java | 57 private RhinoTopLevel topLevel; field in class:RhinoScriptEngine 158 topLevel = new RhinoTopLevel(cx, this); 171 thiz = cx.toObject(thiz, topLevel); 278 thiz = cx.toObject(thiz, topLevel); 354 // Set the prototype of newScope to be 'topLevel' so that 356 newScope.setPrototype(topLevel); 422 res[i] = Context.javaToJS(args[i], topLevel);
|
| /openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/ |
| H A D | CodingChooser.java | 54 boolean topLevel = true; field in class:CodingChooser 310 if (regularChoice.coding == regular && topLevel) { 866 popHelper.topLevel = false; 1039 runHelper.topLevel = false;
|
| /openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/ |
| H A D | Attr.java | 290 * @param topLevel The toplevel to use 292 public Symbol attribIdent(JCTree tree, JCCompilationUnit topLevel) { argument 293 Env<AttrContext> localEnv = enter.topLevelEnv(topLevel);
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/ |
| H A D | CompactSyntax.java | 909 final public ParsedPattern AnnotatedPrimaryExpr(boolean topLevel, Scope scope, Token[] except) throws ParseException { argument 915 p = PrimaryExpr(topLevel, scope, a, except); 928 if (topLevel) 937 final public ParsedPattern PrimaryExpr(boolean topLevel, Scope scope, Annotations a, Token[] except) throws ParseException { argument 959 p = ParenExpr(topLevel, scope, a); 971 p = DataExpr(topLevel, scope, a, except); 974 p = ValueExpr(topLevel, a); 1015 final public ParsedPattern Expr(boolean topLevel, Scope scope, Token t, Annotations a) throws ParseException { argument 1020 p = UnaryExpr(topLevel, scope, hadOccur, except); 1032 p = UnaryExpr(topLevel, scop 1099 UnaryExpr(boolean topLevel, Scope scope, boolean[] hadOccur, Token[] except) argument 1531 ParenExpr(boolean topLevel, Scope scope, Annotations a) argument 1839 ValueExpr(boolean topLevel, Annotations a) argument 1850 DataExpr(boolean topLevel, Scope scope, Annotations a, Token[] except) argument [all...] |
Completed in 40 milliseconds