com.google.javascript.rhino
Class ScriptRuntime
java.lang.Object
com.google.javascript.rhino.ScriptRuntime
public class ScriptRuntime
- extends Object
This is the class that implements the runtime.
Constructor Summary |
protected |
ScriptRuntime()
No instances should be created. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NaN
public static final double NaN
negativeZero
public static final double negativeZero
ScriptRuntime
protected ScriptRuntime()
- No instances should be created.
isJSLineTerminator
public static boolean isJSLineTerminator(int c)
escapeString
public static String escapeString(String s)
escapeString
public static String escapeString(String s,
char escapeQuote)
- For escaping strings printed by object and array literals; not quite
the same as 'escape.'
testUint32String
public static long testUint32String(String str)
- If str is a decimal presentation of Uint32 value, return it as long.
Othewise return -1L;
getMessage0
public static String getMessage0(String messageId)
getMessage1
public static String getMessage1(String messageId,
Object arg1)
getMessage
public static String getMessage(String messageId,
Object[] arguments)