Java Doc for AbstractFunction.java in  » EJB-Server-resin-3.1.5 » quercus » com » caucho » quercus » program » 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 » quercus » com.caucho.quercus.program 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.quercus.program.AbstractFunction

All known Subclasses:   com.caucho.quercus.env.AbstractJavaMethod,  com.caucho.quercus.program.CompiledFunctionRef,  com.caucho.quercus.program.CompiledFunction,  com.caucho.quercus.program.UnsetFunction,  com.caucho.quercus.program.UndefinedFunction,  com.caucho.quercus.program.Function,
AbstractFunction
abstract public class AbstractFunction (Code)
Represents a function


Field Summary
protected  String_declaringClassName
    
protected  Visibility_visibility
    

Constructor Summary
public  AbstractFunction()
    
public  AbstractFunction(Location location)
    

Method Summary
abstract public  Valuecall(Env env, Value[] args)
     Evaluates the function.
public  Valuecall(Env env)
     Evaluates the function.
public  Valuecall(Env env, Value a1)
     Evaluates the function with an argument .
public  Valuecall(Env env, Value a1, Value a2)
    
public  Valuecall(Env env, Value a1, Value a2, Value a3)
    
public  Valuecall(Env env, Value a1, Value a2, Value a3, Value a4)
    
public  Valuecall(Env env, Value a1, Value a2, Value a3, Value a4, Value a5)
    
public  Valuecall(Env env, Expr[] exprs)
     Evaluates the function.
public  ValuecallCopy(Env env, Value[] args)
    
public  ValuecallCopy(Env env, Expr[] exprs)
     Evaluates the function.
public  ValuecallMethod(Env env, Value obj, Value[] args)
     Evaluates the function as a method call.
public  ValuecallMethod(Env env, Value obj)
     Evaluates the function as a method call.
public  ValuecallMethod(Env env, Value obj, Value a1)
     Evaluates the function as a method call.
public  ValuecallMethod(Env env, Value obj, Value a1, Value a2)
     Evaluates the function as a method call.
public  ValuecallMethod(Env env, Value obj, Value a1, Value a2, Value a3)
     Evaluates the function as a method call.
public  ValuecallMethod(Env env, Value obj, Value a1, Value a2, Value a3, Value a4)
     Evaluates the function as a method call.
public  ValuecallMethod(Env env, Value obj, Value a1, Value a2, Value a3, Value a4, Value a5)
     Evaluates the function as a method call.
public  ValuecallMethod(Env env, Value obj, Expr[] exprs)
     Evaluates the function.
public  ValuecallMethodRef(Env env, Value obj, Value[] args)
     Evaluates the function as a method call, returning a reference.
public  ValuecallMethodRef(Env env, Value obj)
     Evaluates the function as a method call.
public  ValuecallMethodRef(Env env, Value obj, Value a1)
     Evaluates the function as a method call.
public  ValuecallMethodRef(Env env, Value obj, Value a1, Value a2)
     Evaluates the function as a method call.
public  ValuecallMethodRef(Env env, Value obj, Value a1, Value a2, Value a3)
     Evaluates the function as a method call.
public  ValuecallMethodRef(Env env, Value obj, Value a1, Value a2, Value a3, Value a4)
     Evaluates the function as a method call.
public  ValuecallMethodRef(Env env, Value obj, Value a1, Value a2, Value a3, Value a4, Value a5)
     Evaluates the function as a method call.
public  ValuecallMethodRef(Env env, Value obj, Expr[] exprs)
     Evaluates the function.
public  ValuecallRef(Env env, Value[] args)
     Evaluates the function, returning a reference.
public  ValuecallRef(Env env)
     Evaluates the function.
public  ValuecallRef(Env env, Value a1)
     Evaluates the function with an argument .
public  ValuecallRef(Env env, Value a1, Value a2)
    
public  ValuecallRef(Env env, Value a1, Value a2, Value a3)
    
public  ValuecallRef(Env env, Value a1, Value a2, Value a3, Value a4)
    
public  ValuecallRef(Env env, Value a1, Value a2, Value a3, Value a4, Value a5)
    
public  ValuecallRef(Env env, Expr[] exprs)
     Evaluates the function.
protected  ValueerrorPrivateAccess(Env env, Value oldThis)
    
protected  ValueerrorProtectedAccess(Env env, Value oldThis)
    
public  Value[]evalArguments(Env env, Expr fun, Expr[] args)
     Binds the user's arguments to the actual arguments.
public  Arg[]getArgs()
     Returns the args.
public  ClassDefgetDeclaringClass()
    
public  StringgetDeclaringClassName()
    
final public  LocationgetLocation()
    
public  StringgetName()
    
public  booleanisAbstract()
     Returns true for an abstract function.
public  booleanisBoolean()
     Returns true for a boolean function.
public  booleanisCallUsesSymbolTable()
    
public  booleanisCallUsesVariableArgs()
     Returns true if the function uses variable args.
public  booleanisDouble()
     Returns true for a double function.
final public  booleanisFinal()
    
final public  booleanisGlobal()
     Returns true for a global function.
public  booleanisLong()
     Returns true for a long function.
final public  booleanisPrivate()
    
final public  booleanisProtected()
    
final public  booleanisPublic()
    
public  booleanisReturnsReference()
     True for a returns reference.
public  booleanisStatic()
    
public  booleanisString()
     Returns true for a string function.
public  voidsetDeclaringClassName(String name)
    
final public  voidsetFinal(boolean isFinal)
    
final public  voidsetGlobal(boolean isGlobal)
     Returns true for a global function.
final public  voidsetVisibility(Visibility v)
    

Field Detail
_declaringClassName
protected String _declaringClassName(Code)



_visibility
protected Visibility _visibility(Code)




Constructor Detail
AbstractFunction
public AbstractFunction()(Code)



AbstractFunction
public AbstractFunction(Location location)(Code)




Method Detail
call
abstract public Value call(Env env, Value[] args)(Code)
Evaluates the function.



call
public Value call(Env env)(Code)
Evaluates the function.



call
public Value call(Env env, Value a1)(Code)
Evaluates the function with an argument .



call
public Value call(Env env, Value a1, Value a2)(Code)
Evaluates the function with arguments



call
public Value call(Env env, Value a1, Value a2, Value a3)(Code)
Evaluates the function with arguments



call
public Value call(Env env, Value a1, Value a2, Value a3, Value a4)(Code)
Evaluates the function with arguments



call
public Value call(Env env, Value a1, Value a2, Value a3, Value a4, Value a5)(Code)
Evaluates the function with arguments



call
public Value call(Env env, Expr[] exprs)(Code)
Evaluates the function.



callCopy
public Value callCopy(Env env, Value[] args)(Code)
Evaluates the function, returning a copy



callCopy
public Value callCopy(Env env, Expr[] exprs)(Code)
Evaluates the function.



callMethod
public Value callMethod(Env env, Value obj, Value[] args)(Code)
Evaluates the function as a method call.



callMethod
public Value callMethod(Env env, Value obj)(Code)
Evaluates the function as a method call.



callMethod
public Value callMethod(Env env, Value obj, Value a1)(Code)
Evaluates the function as a method call.



callMethod
public Value callMethod(Env env, Value obj, Value a1, Value a2)(Code)
Evaluates the function as a method call.



callMethod
public Value callMethod(Env env, Value obj, Value a1, Value a2, Value a3)(Code)
Evaluates the function as a method call.



callMethod
public Value callMethod(Env env, Value obj, Value a1, Value a2, Value a3, Value a4)(Code)
Evaluates the function as a method call.



callMethod
public Value callMethod(Env env, Value obj, Value a1, Value a2, Value a3, Value a4, Value a5)(Code)
Evaluates the function as a method call.



callMethod
public Value callMethod(Env env, Value obj, Expr[] exprs)(Code)
Evaluates the function.



callMethodRef
public Value callMethodRef(Env env, Value obj, Value[] args)(Code)
Evaluates the function as a method call, returning a reference.



callMethodRef
public Value callMethodRef(Env env, Value obj)(Code)
Evaluates the function as a method call.



callMethodRef
public Value callMethodRef(Env env, Value obj, Value a1)(Code)
Evaluates the function as a method call.



callMethodRef
public Value callMethodRef(Env env, Value obj, Value a1, Value a2)(Code)
Evaluates the function as a method call.



callMethodRef
public Value callMethodRef(Env env, Value obj, Value a1, Value a2, Value a3)(Code)
Evaluates the function as a method call.



callMethodRef
public Value callMethodRef(Env env, Value obj, Value a1, Value a2, Value a3, Value a4)(Code)
Evaluates the function as a method call.



callMethodRef
public Value callMethodRef(Env env, Value obj, Value a1, Value a2, Value a3, Value a4, Value a5)(Code)
Evaluates the function as a method call.



callMethodRef
public Value callMethodRef(Env env, Value obj, Expr[] exprs)(Code)
Evaluates the function.



callRef
public Value callRef(Env env, Value[] args)(Code)
Evaluates the function, returning a reference.



callRef
public Value callRef(Env env)(Code)
Evaluates the function.



callRef
public Value callRef(Env env, Value a1)(Code)
Evaluates the function with an argument .



callRef
public Value callRef(Env env, Value a1, Value a2)(Code)
Evaluates the function with arguments



callRef
public Value callRef(Env env, Value a1, Value a2, Value a3)(Code)
Evaluates the function with arguments



callRef
public Value callRef(Env env, Value a1, Value a2, Value a3, Value a4)(Code)
Evaluates the function with arguments



callRef
public Value callRef(Env env, Value a1, Value a2, Value a3, Value a4, Value a5)(Code)
Evaluates the function with arguments



callRef
public Value callRef(Env env, Expr[] exprs)(Code)
Evaluates the function.



errorPrivateAccess
protected Value errorPrivateAccess(Env env, Value oldThis)(Code)



errorProtectedAccess
protected Value errorProtectedAccess(Env env, Value oldThis)(Code)



evalArguments
public Value[] evalArguments(Env env, Expr fun, Expr[] args)(Code)
Binds the user's arguments to the actual arguments.
Parameters:
  args - the user's arguments the user arguments augmented by any defaults



getArgs
public Arg[] getArgs()(Code)
Returns the args.



getDeclaringClass
public ClassDef getDeclaringClass()(Code)



getDeclaringClassName
public String getDeclaringClassName()(Code)



getLocation
final public Location getLocation()(Code)



getName
public String getName()(Code)



isAbstract
public boolean isAbstract()(Code)
Returns true for an abstract function.



isBoolean
public boolean isBoolean()(Code)
Returns true for a boolean function.



isCallUsesSymbolTable
public boolean isCallUsesSymbolTable()(Code)
Returns true if the function uses/modifies the local symbol table



isCallUsesVariableArgs
public boolean isCallUsesVariableArgs()(Code)
Returns true if the function uses variable args.



isDouble
public boolean isDouble()(Code)
Returns true for a double function.



isFinal
final public boolean isFinal()(Code)



isGlobal
final public boolean isGlobal()(Code)
Returns true for a global function.



isLong
public boolean isLong()(Code)
Returns true for a long function.



isPrivate
final public boolean isPrivate()(Code)



isProtected
final public boolean isProtected()(Code)



isPublic
final public boolean isPublic()(Code)



isReturnsReference
public boolean isReturnsReference()(Code)
True for a returns reference.



isStatic
public boolean isStatic()(Code)



isString
public boolean isString()(Code)
Returns true for a string function.



setDeclaringClassName
public void setDeclaringClassName(String name)(Code)



setFinal
final public void setFinal(boolean isFinal)(Code)



setGlobal
final public void setGlobal(boolean isGlobal)(Code)
Returns true for a global function.



setVisibility
final public void setVisibility(Visibility v)(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.