jdk/src/java.scripting/share/classes/javax/script/ScriptEngineFactory.java
changeset 28854 fc7d9854bad1
parent 28296 7610e2b3018c
child 34949 304424bbae03
equal deleted inserted replaced
28853:29df6c77d2b7 28854:fc7d9854bad1
   136      *
   136      *
   137      * @param key The name of the parameter
   137      * @param key The name of the parameter
   138      * @return The value for the given parameter. Returns <code>null</code> if no
   138      * @return The value for the given parameter. Returns <code>null</code> if no
   139      * value is assigned to the key.
   139      * value is assigned to the key.
   140      *
   140      *
       
   141      * @throws NullPointerException if the key is null.
   141      */
   142      */
   142     public Object getParameter(String key);
   143     public Object getParameter(String key);
   143 
   144 
   144     /**
   145     /**
   145      * Returns a String which can be used to invoke a method of a  Java object using the syntax
   146      * Returns a String which can be used to invoke a method of a  Java object using the syntax