Searched refs:getEngine (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/script/
H A DCompiledScript.java66 * then the effect of calling this method is same as that of eval(getEngine().getContext()).
79 ScriptContext ctxt = getEngine().getContext();
99 * The effect of calling this method is same as that of eval(getEngine().getContext()).
106 return eval(getEngine().getContext());
115 public abstract ScriptEngine getEngine(); method in class:CompiledScript
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpSubSystem.java41 public SnmpEngine getEngine(); method in interface:SnmpSubSystem
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibRequest.java86 public SnmpEngine getEngine(); method in interface:SnmpMibRequest
H A DSnmpMibRequestImpl.java90 public SnmpEngine getEngine() { method in class:SnmpMibRequestImpl
H A DSnmpRequestTree.java429 public SnmpEngine getEngine() { method in class:SnmpRequestTree.SnmpMibSubRequestImpl
430 return global.getEngine();
H A DSnmpMibAgent.java652 new SnmpMibRequestImpl(req.getEngine(),
H A DSnmpMib.java253 engine = (SnmpEngineImpl) req.getEngine();
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunLayoutEngine.java126 public LayoutEngine getEngine(Font2D font, int script, int lang) { method in class:SunLayoutEngine
127 return getEngine(new LayoutEngineKey(font, script, lang));
131 public LayoutEngine getEngine(LayoutEngineKey key) { method in class:SunLayoutEngine
H A DGlyphLayout.java159 public LayoutEngine getEngine(Font2D font, int script, int lang); method in interface:GlyphLayout.LayoutEngineFactory
164 public LayoutEngine getEngine(LayoutEngineKey key); method in interface:GlyphLayout.LayoutEngineFactory
675 this.engine = _lef.getEngine(key); // flags?
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoCompiledScript.java74 public ScriptEngine getEngine() { method in class:RhinoCompiledScript
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.java100 public static ScriptEngineAbstraction getEngine() { method in class:CustomFilter
156 getEngine().execute(d, code);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DFindByQueryPanel.java44 queryEngine = SOQLEngine.getEngine();
/openjdk7/jdk/src/macosx/classes/apple/applescript/
H A DAppleScriptEngine.java67 protected static String getEngine() { method in class:AppleScriptEngine
68 TRACE("getEngine()");
160 put(ScriptEngine.ENGINE, getEngine());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/
H A DSOQL.java54 soqlEngine = SOQLEngine.getEngine();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DSOQLEngine.java39 public static synchronized SOQLEngine getEngine() { method in class:SOQLEngine

Completed in 80 milliseconds