Lines Matching defs:engineScope
76 protected Bindings engineScope;
87 engineScope = new SimpleBindings();
97 * <code>engineScope</code> field. If the value
116 engineScope = bindings;
141 if (engineScope.containsKey(name)) {
167 return engineScope.get(name);
228 engineScope.put(name, value);
282 if (engineScope.containsKey(name)) {
292 * Returns the value of the <code>engineScope</code> field if specified scope is
297 * @return The value of either the <code>engineScope</code> or <code>globalScope</code> field.
302 return engineScope;