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

/openjdk7/jdk/src/share/classes/javax/script/
H A DSimpleScriptContext.java83 protected Bindings globalScope; field in class:SimpleScriptContext
88 globalScope = null;
99 * <code>globalScope</code> field.
119 globalScope = bindings;
143 } else if (globalScope != null && globalScope.containsKey(name)) {
170 if (globalScope != null) {
171 return globalScope.get(name);
232 if (globalScope != null) {
233 globalScope
[all...]
H A DScriptEngineManager.java83 globalScope = new SimpleBindings();
146 * in the <code>globalScope</code> field. ScriptEngineManager sets this
158 globalScope = bindings;
162 * <code>getBindings</code> returns the value of the <code>globalScope</code> field.
166 * @return The globalScope field.
169 return globalScope;
180 globalScope.put(key, value);
189 return globalScope.get(key);
203 * if no such factory was found. The <code>ScriptEngineManager</code> sets its own <code>globalScope</code>
412 private Bindings globalScope; field in class:ScriptEngineManager
[all...]
/openjdk7/jdk/test/javax/script/
H A DMyContext.java45 protected Bindings globalScope; field in class:MyContext
51 globalScope = null;
74 globalScope = bindings;
86 } else if (globalScope != null && globalScope.containsKey(name)) {
103 if (globalScope != null) {
104 return globalScope.get(name);
152 if (globalScope != null) {
153 globalScope.put(name, value);
191 } else if (globalScope !
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java895 boolean globalScope = false;
900 globalScope = true;
913 if (globalScope)
988 boolean globalScope = false;
995 globalScope = true;
1024 if (globalScope)
H A DParser.java586 boolean globalScope = false;
590 globalScope = true;
619 if (globalScope)

Completed in 44 milliseconds