/** * PrintStream.js * * Adding this file to your Active Libraries will give you code assist for the * Aptana Studio scripting engine. * * @author Kevin Lindsey * @version 1.0 */ /** * This object represents an underlying Java PrintStream * * @constructor * / function PrintStream() {} /* * Methods */ /** * Print the given text to the underlying stream * * @param {String} text * The text to send to the stream */ PrintStream.prototype.print = function(text) {}; /** * Print the given text to the underlying stream followed by end-of-line * * @param {String} text * The text to send to the stream */ PrintStream.prototype.println = function(text) {}; //eof
2011-12-21 15:05
[轉載] Aptana Scripting PrintStream.js Class Document
轉載自:Koders Code Search: PrintStream.js - JavaScript
分類:
轉載,
Aptana,
Aptana Scripting,
Eclipse,
Eclipse Monkey,
JavaScript
相關文章 :
訂閱:
張貼留言 (Atom)
0 回應:
張貼留言