com.caucho.es
Class ESId

java.lang.Object
  |
  +--com.caucho.es.ESBase
        |
        +--com.caucho.es.ESString
              |
              +--com.caucho.es.ESId

public final class ESId
extends ESString


Fields inherited from class com.caucho.es.ESString
hashCode, string
 
Fields inherited from class com.caucho.es.ESBase
DONT_DELETE, DONT_ENUM, esBase, esEmpty, esNull, esUndefined, READ_ONLY
 
Method Summary
 boolean equals(java.lang.Object a)
           
static ESId intern(java.lang.String string)
           
 
Methods inherited from class com.caucho.es.ESString
carefulCharAt, create, create, create, create, createFromCharCode, ecmaEquals, getJavaType, getProperty, hashCode, isString, plus, toBoolean, toJavaObject, toNum, toObject, toSource, toStr, toStr, toString, typeof
 
Methods inherited from class com.caucho.es.ESBase
call, call, construct, delete, getProperty, greaterThan, hasProperty, isBoolean, isNum, keys, lessThan, setProperty, setProperty, setProperty, toInt32, toJavaString, toPrimitive, toPrimitive, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

intern

public static ESId intern(java.lang.String string)

equals

public final boolean equals(java.lang.Object a)
Overrides:
equals in class ESString