src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/FunctionCallTree.java

Print this page

        

*** 37,47 **** * this . <em>identifier</em> ( <em>arguments</em> ) * </pre> * * @since 1.9 */ - @jdk.Exported public interface FunctionCallTree extends ExpressionTree { /** * Returns the function being called. * * @return the function being called --- 37,46 ----