Java Doc for ESBase.java in  » EJB-Server-resin-3.1.5 » ecmascript » com » caucho » es » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server resin 3.1.5 » ecmascript » com.caucho.es 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.es.ESBase

All known Subclasses:   com.caucho.es.Global,  com.caucho.es.Native,  com.caucho.es.ESThunk,  com.caucho.es.Call,  com.caucho.es.ESUndefined,  com.caucho.es.ESNumber,  com.caucho.es.ESNull,  com.caucho.es.ESPackage,  com.caucho.es.ESBeanWrapper,  com.caucho.es.ESString,  com.caucho.es.ESObject,  com.caucho.es.ESBoolean,
ESBase
public class ESBase (Code)
Implementation class for the base of the JavaScript object hierarchy.


Field Summary
final public static  intDONT_DELETE
    
final public static  intDONT_ENUM
    
final static  intNONE
    
final static  intNUMBER
    
final public static  intREAD_ONLY
    
final static  intSTRING
    
final static  intWATCH
    
 StringclassName
    
public static  ESBaseesBase
    
public static  ESBaseesEmpty
    
public static  ESBaseesNull
    
public static  ESBaseesUndefined
    
 ESBaseprototype
    

Constructor Summary
protected  ESBase()
    
 ESBase(ESBase prototype)
    

Method Summary
public  ESBasecall(Call eval, int length)
    
public  ESBasecall(Call eval, int length, ESString key)
    
 booleancanPut(ESString name)
    
public  ESBaseconstruct(Call eval, int length)
    
 Objectcopy(HashMap refs)
    
public  ESBasedelete(ESString key)
    
 ESBasedelete(String key)
    
 ESBasedelete(int i)
    
public  booleanecmaEquals(ESBase b)
    
 StringgetClassName()
    
public  ClassgetJavaType()
    
public  ESBasegetProperty(ESString key)
    
public  ESBasegetProperty(String key)
     Returns the text object for the lexeme.
 ESBasegetProperty(int i)
     Returns the text object for the lexeme.
public  booleangreaterThan(ESBase ob, boolean neg)
    
public  ESBasehasProperty(ESString key)
    
 ESBasehasProperty(int i)
    
static  voidinit(ESFactory factory)
    
public  booleanisBoolean()
    
public  booleanisNum()
    
public  booleanisString()
    
public  Iteratorkeys()
    
public  booleanlessThan(ESBase ob, boolean neg)
    
public  ESBaseplus(ESBase b)
    
public  voidsetProperty(ESString key, ESBase value)
    
public  voidsetProperty(String key, ESBase value)
    
public  voidsetProperty(int i, ESBase value)
    
public  booleantoBoolean()
    
public  inttoInt32()
    
public  ObjecttoJavaObject()
    
public  StringtoJavaString()
    
public  doubletoNum()
    
public  ESObjecttoObject()
    
public  ESBasetoPrimitive(int type)
    
public  ESBasetoPrimitive()
    
public  ESStringtoSource(IntMap map, boolean isLoopPass)
    
public  ESStringtoStr()
    
public  StringtoString()
    
public  ESBasetypeof()
    
public  ESBasevalueOf()
    

Field Detail
DONT_DELETE
final public static int DONT_DELETE(Code)



DONT_ENUM
final public static int DONT_ENUM(Code)



NONE
final static int NONE(Code)



NUMBER
final static int NUMBER(Code)



READ_ONLY
final public static int READ_ONLY(Code)



STRING
final static int STRING(Code)



WATCH
final static int WATCH(Code)



className
String className(Code)



esBase
public static ESBase esBase(Code)



esEmpty
public static ESBase esEmpty(Code)



esNull
public static ESBase esNull(Code)



esUndefined
public static ESBase esUndefined(Code)



prototype
ESBase prototype(Code)




Constructor Detail
ESBase
protected ESBase()(Code)
Create a new object based on a prototype



ESBase
ESBase(ESBase prototype)(Code)
Create a new object based on a prototype




Method Detail
call
public ESBase call(Call eval, int length) throws Throwable(Code)



call
public ESBase call(Call eval, int length, ESString key) throws Throwable(Code)



canPut
boolean canPut(ESString name)(Code)



construct
public ESBase construct(Call eval, int length) throws Throwable(Code)



copy
Object copy(HashMap refs)(Code)



delete
public ESBase delete(ESString key) throws Throwable(Code)



delete
ESBase delete(String key) throws Throwable(Code)



delete
ESBase delete(int i) throws Throwable(Code)



ecmaEquals
public boolean ecmaEquals(ESBase b) throws Throwable(Code)



getClassName
String getClassName()(Code)



getJavaType
public Class getJavaType()(Code)



getProperty
public ESBase getProperty(ESString key) throws Throwable(Code)



getProperty
public ESBase getProperty(String key) throws Throwable(Code)
Returns the text object for the lexeme.



getProperty
ESBase getProperty(int i) throws Throwable(Code)
Returns the text object for the lexeme.



greaterThan
public boolean greaterThan(ESBase ob, boolean neg) throws Throwable(Code)



hasProperty
public ESBase hasProperty(ESString key) throws Throwable(Code)



hasProperty
ESBase hasProperty(int i) throws Throwable(Code)



init
static void init(ESFactory factory)(Code)



isBoolean
public boolean isBoolean()(Code)



isNum
public boolean isNum()(Code)



isString
public boolean isString()(Code)



keys
public Iterator keys() throws Throwable(Code)



lessThan
public boolean lessThan(ESBase ob, boolean neg) throws Throwable(Code)



plus
public ESBase plus(ESBase b) throws Throwable(Code)



setProperty
public void setProperty(ESString key, ESBase value) throws Throwable(Code)
Sets the named property



setProperty
public void setProperty(String key, ESBase value) throws Throwable(Code)



setProperty
public void setProperty(int i, ESBase value) throws Throwable(Code)
Sets the named property



toBoolean
public boolean toBoolean()(Code)



toInt32
public int toInt32() throws Throwable(Code)



toJavaObject
public Object toJavaObject() throws ESException(Code)



toJavaString
public String toJavaString() throws Throwable(Code)



toNum
public double toNum() throws Throwable(Code)



toObject
public ESObject toObject() throws ESException(Code)



toPrimitive
public ESBase toPrimitive(int type) throws Throwable(Code)



toPrimitive
public ESBase toPrimitive() throws Throwable(Code)



toSource
public ESString toSource(IntMap map, boolean isLoopPass) throws Throwable(Code)



toStr
public ESString toStr() throws Throwable(Code)



toString
public String toString()(Code)



typeof
public ESBase typeof() throws ESException(Code)



valueOf
public ESBase valueOf() throws Throwable(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.