Java Doc for Call.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
      com.caucho.es.Call

Call
final public class Call extends ESBase (Code)
Implementation class representing a call context.

Inner Class :static class ESIterator implements Iterator
Inner Class :static class ESEnumIterator implements Iterator

Field Summary
static  ESIdARGUMENTS
    
static  ESIdARRAY
    
 ESObjectaux
    
 intcallLength
    
 ESObjectcallThis
    
 ESBasecallee
    
 Callcaller
    
 Callchild
    
public  ESGlobalglobal
    
 ESBase[]scope
    
 intscopeLength
    
public  ESBase[]stack
    
 inttop
    
public  ESBase[]values
    

Constructor Summary
 Call()
    

Method Summary
public static  ESBase_first(ESBase left, ESBase right)
    
public static  double_first(double left, double right)
    
public static  int_first(int left, int right)
     Returns the first value in a tuple.
public static  double_post(ESBase expr, ESString field, int inc)
    
public  double_post(ESString field, int inc)
    
public static  double_pre(ESBase expr, ESString field, int inc)
    
public  double_pre(ESString field, int inc)
    
public  intarg(int i, ESBase arg)
    
public  ESBasearray(ESBase value)
    
public  ESBasecall(ESBase base, ESString name, int i)
    
public  ESBasecall(ESBase base, ESString name, int i, ESBase a)
    
public  ESBasecall(ESBase base, ESString name, int i, ESBase a, ESBase b)
    
public  ESBasecall(ESBase base, ESString name, int i, ESBase a, ESBase b, ESBase c, int length)
    
public  ESBasecall(ESBase base, int i)
    
public  ESBasecall(ESBase base, int i, ESBase a)
    
public  ESBasecall(ESBase base, int i, ESBase a, ESBase b)
    
public  ESBasecall(ESBase base, int i, ESBase a, ESBase b, ESBase c, int length)
    
public  ESBasecallScope(ESString id, int i)
    
public  ESBasecallScope(ESString id, int i, ESBase a)
    
public  ESBasecallScope(ESString id, int i, ESBase a, ESBase b)
    
public  ESBasecallScope(ESString id, int i, ESBase a, ESBase b, ESBase c, int length)
    
 voidclear()
    
public static  ESBasecomma(ESBase left, ESBase right)
    
public  ESObjectcreateArg(ESId[] args, int length)
    
public  ESBasecreateDate(long time)
    
public  ESObjectcreateObject()
    
public  ESBasedelete(ESString key)
    
public  ESBasedeleteScopeProperty(ESString id)
    
public  ESBasedoNew(ESBase base, ESString name, int i)
    
public  ESBasedoNew(ESBase base, ESString name, int i, ESBase a)
    
public  ESBasedoNew(ESBase base, ESString name, int i, ESBase a, ESBase b)
    
public  ESBasedoNew(ESBase base, ESString name, int i, ESBase a, ESBase b, ESBase c, int length)
    
public  ESBasedoNew(ESBase base, int i)
    
public  ESBasedoNew(ESBase base, int i, ESBase a)
    
public  ESBasedoNew(ESBase base, int i, ESBase a, ESBase b)
    
public  ESBasedoNew(ESBase base, int i, ESBase a, ESBase b, ESBase c, int length)
    
public static  ESBasedoVoid(ESBase value)
    
public  voidfillScope()
    
public  ESBasefindScopeProperty(ESString id)
    
public  voidfree()
    
final  ESBasegetArg(int i)
    
final public  ESBasegetArg(int i, int len)
    
final public  intgetArgInt32(int i, int len)
    
final public  doublegetArgNum(int i, int len)
    
final public  ObjectgetArgObject(int i, int len)
    
final public  StringgetArgString(int i, int len)
    
public  CallgetCall()
    
final public  ESObjectgetCallThis()
    
 ESBasegetContext()
    
public  ESObjectgetEval()
    
 ESBasegetFunctionContext()
    
public  ESGlobalgetGlobal()
    
 GlobalgetGlobalProto()
    
public  ESBasegetGlobalVariable(ESString id)
     Returns the global variable of the id, throwing an exception if the it's undefined.
public  ESBasegetScopeProperty(ESString id)
    
final public  ESObjectgetThis()
    
final public  ObjectgetThisWrapper()
    
public  ESBasehasScopeProperty(ESString id)
    
public static  booleanmatchException(ESBase test, Exception e)
    
public  ESBasenewScope(ESString id, int i)
    
public  ESBasenewScope(ESString id, int i, ESBase a)
    
public  ESBasenewScope(ESString id, int i, ESBase a, ESBase b)
    
public  ESBasenewScope(ESString id, int i, ESBase a, ESBase b, ESBase c, int length)
    
public  voidpopScope()
    
public  Stringprintf(int length)
    
public  voidpushScope(ESBase value)
    
public  ESBasescopeTypeof(ESString id)
    
 voidsetArg(int i, ESBase obj)
    
public  ESBasesetGlobalProperty(ESString id, ESBase value)
    
public  voidsetProperty(ESString name, ESBase value)
    
public static  ESBasesetProperty(ESBase base, ESString field, ESBase value)
    
public  ESBasesetScopeProperty(ESString id, ESBase value)
    
 voidsetThis(ESBase obj)
    
public static  IteratortoESIterator(Iterator i)
    
public static  IteratortoESIterator(Enumeration e)
    
public  ESBasewrap(Object o)
    
public  ESBasewrap(long n)
    
public  ESBasewrapClass(Class cl)
    

Field Detail
ARGUMENTS
static ESId ARGUMENTS(Code)



ARRAY
static ESId ARRAY(Code)



aux
ESObject aux(Code)



callLength
int callLength(Code)



callThis
ESObject callThis(Code)



callee
ESBase callee(Code)



caller
Call caller(Code)



child
Call child(Code)



global
public ESGlobal global(Code)



scope
ESBase[] scope(Code)



scopeLength
int scopeLength(Code)



stack
public ESBase[] stack(Code)



top
int top(Code)



values
public ESBase[] values(Code)




Constructor Detail
Call
Call()(Code)
Create a new context object




Method Detail
_first
public static ESBase _first(ESBase left, ESBase right) throws Throwable(Code)



_first
public static double _first(double left, double right) throws Throwable(Code)



_first
public static int _first(int left, int right) throws Throwable(Code)
Returns the first value in a tuple. Used
Parameters:
  left - the first value
Parameters:
  right - the right value the first value.



_post
public static double _post(ESBase expr, ESString field, int inc) throws Throwable(Code)



_post
public double _post(ESString field, int inc) throws Throwable(Code)



_pre
public static double _pre(ESBase expr, ESString field, int inc) throws Throwable(Code)



_pre
public double _pre(ESString field, int inc) throws Throwable(Code)



arg
public int arg(int i, ESBase arg)(Code)



array
public ESBase array(ESBase value) throws Throwable(Code)



call
public ESBase call(ESBase base, ESString name, int i) throws Throwable(Code)



call
public ESBase call(ESBase base, ESString name, int i, ESBase a) throws Throwable(Code)



call
public ESBase call(ESBase base, ESString name, int i, ESBase a, ESBase b) throws Throwable(Code)



call
public ESBase call(ESBase base, ESString name, int i, ESBase a, ESBase b, ESBase c, int length) throws Throwable(Code)



call
public ESBase call(ESBase base, int i) throws Throwable(Code)



call
public ESBase call(ESBase base, int i, ESBase a) throws Throwable(Code)



call
public ESBase call(ESBase base, int i, ESBase a, ESBase b) throws Throwable(Code)



call
public ESBase call(ESBase base, int i, ESBase a, ESBase b, ESBase c, int length) throws Throwable(Code)



callScope
public ESBase callScope(ESString id, int i) throws Throwable(Code)



callScope
public ESBase callScope(ESString id, int i, ESBase a) throws Throwable(Code)



callScope
public ESBase callScope(ESString id, int i, ESBase a, ESBase b) throws Throwable(Code)



callScope
public ESBase callScope(ESString id, int i, ESBase a, ESBase b, ESBase c, int length) throws Throwable(Code)



clear
void clear()(Code)



comma
public static ESBase comma(ESBase left, ESBase right)(Code)



createArg
public ESObject createArg(ESId[] args, int length) throws Throwable(Code)



createDate
public ESBase createDate(long time)(Code)



createObject
public ESObject createObject()(Code)



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



deleteScopeProperty
public ESBase deleteScopeProperty(ESString id) throws Throwable(Code)



doNew
public ESBase doNew(ESBase base, ESString name, int i) throws Throwable(Code)



doNew
public ESBase doNew(ESBase base, ESString name, int i, ESBase a) throws Throwable(Code)



doNew
public ESBase doNew(ESBase base, ESString name, int i, ESBase a, ESBase b) throws Throwable(Code)



doNew
public ESBase doNew(ESBase base, ESString name, int i, ESBase a, ESBase b, ESBase c, int length) throws Throwable(Code)



doNew
public ESBase doNew(ESBase base, int i) throws Throwable(Code)



doNew
public ESBase doNew(ESBase base, int i, ESBase a) throws Throwable(Code)



doNew
public ESBase doNew(ESBase base, int i, ESBase a, ESBase b) throws Throwable(Code)



doNew
public ESBase doNew(ESBase base, int i, ESBase a, ESBase b, ESBase c, int length) throws Throwable(Code)



doVoid
public static ESBase doVoid(ESBase value)(Code)



fillScope
public void fillScope()(Code)



findScopeProperty
public ESBase findScopeProperty(ESString id) throws Throwable(Code)



free
public void free()(Code)



getArg
final ESBase getArg(int i)(Code)



getArg
final public ESBase getArg(int i, int len)(Code)



getArgInt32
final public int getArgInt32(int i, int len) throws Throwable(Code)



getArgNum
final public double getArgNum(int i, int len) throws Throwable(Code)



getArgObject
final public Object getArgObject(int i, int len) throws Throwable(Code)



getArgString
final public String getArgString(int i, int len) throws Throwable(Code)



getCall
public Call getCall()(Code)



getCallThis
final public ESObject getCallThis() throws Throwable(Code)



getContext
ESBase getContext()(Code)



getEval
public ESObject getEval()(Code)



getFunctionContext
ESBase getFunctionContext()(Code)



getGlobal
public ESGlobal getGlobal()(Code)



getGlobalProto
Global getGlobalProto()(Code)



getGlobalVariable
public ESBase getGlobalVariable(ESString id) throws Throwable(Code)
Returns the global variable of the id, throwing an exception if the it's undefined.



getScopeProperty
public ESBase getScopeProperty(ESString id) throws Throwable(Code)



getThis
final public ESObject getThis() throws Throwable(Code)



getThisWrapper
final public Object getThisWrapper() throws Throwable(Code)



hasScopeProperty
public ESBase hasScopeProperty(ESString id) throws Throwable(Code)



matchException
public static boolean matchException(ESBase test, Exception e)(Code)



newScope
public ESBase newScope(ESString id, int i) throws Throwable(Code)



newScope
public ESBase newScope(ESString id, int i, ESBase a) throws Throwable(Code)



newScope
public ESBase newScope(ESString id, int i, ESBase a, ESBase b) throws Throwable(Code)



newScope
public ESBase newScope(ESString id, int i, ESBase a, ESBase b, ESBase c, int length) throws Throwable(Code)



popScope
public void popScope()(Code)



printf
public String printf(int length) throws Throwable(Code)



pushScope
public void pushScope(ESBase value)(Code)



scopeTypeof
public ESBase scopeTypeof(ESString id) throws Throwable(Code)



setArg
void setArg(int i, ESBase obj)(Code)



setGlobalProperty
public ESBase setGlobalProperty(ESString id, ESBase value) throws Throwable(Code)



setProperty
public void setProperty(ESString name, ESBase value) throws Throwable(Code)



setProperty
public static ESBase setProperty(ESBase base, ESString field, ESBase value) throws Throwable(Code)



setScopeProperty
public ESBase setScopeProperty(ESString id, ESBase value) throws Throwable(Code)



setThis
void setThis(ESBase obj)(Code)



toESIterator
public static Iterator toESIterator(Iterator i)(Code)



toESIterator
public static Iterator toESIterator(Enumeration e)(Code)



wrap
public ESBase wrap(Object o) throws Throwable(Code)



wrap
public ESBase wrap(long n) throws Throwable(Code)



wrapClass
public ESBase wrapClass(Class cl) throws Throwable(Code)



Fields inherited from com.caucho.es.ESBase
final public static int DONT_DELETE(Code)(Java Doc)
final public static int DONT_ENUM(Code)(Java Doc)
final static int NONE(Code)(Java Doc)
final static int NUMBER(Code)(Java Doc)
final public static int READ_ONLY(Code)(Java Doc)
final static int STRING(Code)(Java Doc)
final static int WATCH(Code)(Java Doc)
String className(Code)(Java Doc)
public static ESBase esBase(Code)(Java Doc)
public static ESBase esEmpty(Code)(Java Doc)
public static ESBase esNull(Code)(Java Doc)
public static ESBase esUndefined(Code)(Java Doc)
ESBase prototype(Code)(Java Doc)

Methods inherited from com.caucho.es.ESBase
public ESBase call(Call eval, int length) throws Throwable(Code)(Java Doc)
public ESBase call(Call eval, int length, ESString key) throws Throwable(Code)(Java Doc)
boolean canPut(ESString name)(Code)(Java Doc)
public ESBase construct(Call eval, int length) throws Throwable(Code)(Java Doc)
Object copy(HashMap refs)(Code)(Java Doc)
public ESBase delete(ESString key) throws Throwable(Code)(Java Doc)
ESBase delete(String key) throws Throwable(Code)(Java Doc)
ESBase delete(int i) throws Throwable(Code)(Java Doc)
public boolean ecmaEquals(ESBase b) throws Throwable(Code)(Java Doc)
String getClassName()(Code)(Java Doc)
public Class getJavaType()(Code)(Java Doc)
public ESBase getProperty(ESString key) throws Throwable(Code)(Java Doc)
public ESBase getProperty(String key) throws Throwable(Code)(Java Doc)
ESBase getProperty(int i) throws Throwable(Code)(Java Doc)
public boolean greaterThan(ESBase ob, boolean neg) throws Throwable(Code)(Java Doc)
public ESBase hasProperty(ESString key) throws Throwable(Code)(Java Doc)
ESBase hasProperty(int i) throws Throwable(Code)(Java Doc)
static void init(ESFactory factory)(Code)(Java Doc)
public boolean isBoolean()(Code)(Java Doc)
public boolean isNum()(Code)(Java Doc)
public boolean isString()(Code)(Java Doc)
public Iterator keys() throws Throwable(Code)(Java Doc)
public boolean lessThan(ESBase ob, boolean neg) throws Throwable(Code)(Java Doc)
public ESBase plus(ESBase b) throws Throwable(Code)(Java Doc)
public void setProperty(ESString key, ESBase value) throws Throwable(Code)(Java Doc)
public void setProperty(String key, ESBase value) throws Throwable(Code)(Java Doc)
public void setProperty(int i, ESBase value) throws Throwable(Code)(Java Doc)
public boolean toBoolean()(Code)(Java Doc)
public int toInt32() throws Throwable(Code)(Java Doc)
public Object toJavaObject() throws ESException(Code)(Java Doc)
public String toJavaString() throws Throwable(Code)(Java Doc)
public double toNum() throws Throwable(Code)(Java Doc)
public ESObject toObject() throws ESException(Code)(Java Doc)
public ESBase toPrimitive(int type) throws Throwable(Code)(Java Doc)
public ESBase toPrimitive() throws Throwable(Code)(Java Doc)
public ESString toSource(IntMap map, boolean isLoopPass) throws Throwable(Code)(Java Doc)
public ESString toStr() throws Throwable(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public ESBase typeof() throws ESException(Code)(Java Doc)
public ESBase valueOf() throws Throwable(Code)(Java Doc)

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.