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


java.lang.Object
   com.caucho.quercus.env.Value
      com.caucho.quercus.env.StringValue

All known Subclasses:   com.caucho.quercus.env.StringBuilderValue,  com.caucho.quercus.env.BinaryValue,  com.caucho.quercus.env.UnicodeValue,  com.caucho.quercus.env.LargeStringBuilderValue,
StringValue
abstract public class StringValue extends Value implements CharSequence(Code)
Represents a Quercus string value.

Inner Class :class StringValueInputStream extends java.io.InputStream

Field Summary
final public static  StringValueEMPTY
    
final protected static  intIS_DOUBLE
    
final protected static  intIS_LONG
    
final protected static  intIS_STRING
    


Method Summary
public  Valueadd(long rValue)
     Adds to the following value.
public  StringValueappend(String s)
     Append a Java string to the value.
public  StringValueappend(String s, int start, int end)
     Append a Java string to the value.
public  StringValueappend(char[] buf, int offset, int length)
     Append a Java buffer to the value.
public  StringValueappend(char[] buf)
     Append a Java double to the value.
public  StringValueappend(CharSequence buf, int head, int tail)
     Append a Java buffer to the value.
public  StringValueappend(UnicodeBuilderValue sb, int head, int tail)
     Append a Java buffer to the value.
public  StringValueappend(Env env, StringValue unicodeStr, String charset)
    
public  StringValueappend(char v)
     Append a Java char to the value.
public  StringValueappend(boolean v)
     Append a Java boolean to the value.
public  StringValueappend(long v)
     Append a Java long to the value.
public  StringValueappend(double v)
     Append a Java double to the value.
public  StringValueappend(Object v)
     Append a Java value to the value.
public  StringValueappend(Value v)
     Append a Java value to the value.
public  StringValueappend(byte[] buf, int offset, int length)
     Append a byte buffer to the value.
public  StringValueappend(byte[] buf)
     Append a byte buffer to the value.
public  StringValueappend(Reader reader)
    
public  StringValueappend(Reader reader, long length)
    
public  StringValueappendByte(int v)
     Append a Java byte to the value without conversions.
public  StringValueappendBytes(String s)
     Append a Java String to the value without conversions.
public  StringValueappendBytes(char[] buf, int offset, int length)
     Append a Java char[] to the value without conversions.
public  intappendRead(InputStream is, long length)
     Append from an input stream, using InputStream.read semantics, i.e.
public  intappendRead(BinaryInput is, long length)
     Append from an input stream, using InputStream semantics, i.e call is.read() only once.
public  intappendReadAll(InputStream is, long length)
     Append from an input stream, reading from the input stream until end of file or the length is reached.
public  intappendReadAll(BinaryInput is, long length)
     Append from an input stream, reading all available data from the stream.
public  StringValueappendTo(UnicodeBuilderValue sb)
     Append to a string builder.
public  StringValueappendUnicode(boolean v)
     Append a Java boolean to the value.
public  StringValueappendUnicode(long v)
     Append a Java long to the value.
public  StringValueappendUnicode(double v)
     Append a Java double to the value.
public  StringValueappendUnicode(Object v)
     Append a Java value to the value.
public  StringValueappendUnicode(char v)
    
public  StringValueappendUnicode(char[] buffer, int offset, int length)
    
public  StringValueappendUnicode(char[] buffer)
    
public  StringValueappendUnicode(String value)
    
public  StringValueappendUnicode(String value, int offset, int length)
    
public  StringValueappendUnicode(Value value)
    
public  StringValueappendUnicode(Value v1, Value v2)
    
public  ValuebitAnd(Value rValue)
    
public  ValuebitOr(Value rValue)
    
public  ValuebitXor(Value rValue)
    
public  charcharAt(int index)
    
public  ValuecharValueAt(long index)
    
public  intcmp(Value rValue)
    
public  intcmpString(StringValue rValue)
    
public  StringValueconvertToUnicode(Env env, String charset)
     Decodes from charset and returns UnicodeValue.
public static  Valuecreate(String value)
     Creates the string.
public static  StringValuecreate(char value)
     Creates the string.
public static  Valuecreate(Object value)
     Creates the string.
public  StringValuecreate(Env env, StringValue unicodeStr, String charset)
    
abstract public  StringValuecreateStringBuilder()
     Creates a string builder of the same type.
abstract public  StringValuecreateStringBuilder(int length)
     Creates a string builder of the same type.
public  booleanendsWith(StringValue tail)
     Returns true if the string ends with another string.
public  voidensureAppendCapacity(int size)
     Ensure enough append capacity.
public  booleaneq(Value rValue)
    
public  booleanequals(Object o)
    
public  Valueget(Value key)
    
public  ValuegetArg(Value key)
    
public  voidgetChars(int stringOffset, char[] buffer, int offset, int length)
    
abstract public  StringValuegetEmptyString()
    
public  char[]getRawCharArray()
    
public  ValuegetRef(Value key)
    
public  StringgetType()
     Returns the type.
public  ValueTypegetValueType()
     Returns the ValueType.
public  inthashCode()
     Returns the hash code.
final public  intindexOf(CharSequence match)
     Returns the first index of the match string, starting from the head.
public  intindexOf(CharSequence match, int head)
     Returns the first index of the match string, starting from the head.
public  intindexOf(char match)
     Returns the last index of the match string, starting from the head.
public  intindexOf(char match, int head)
     Returns the last index of the match string, starting from the head.
public  StringValueintern(Quercus quercus)
     Interns the string.
public  booleanisDoubleConvertible()
    
public  booleanisEmpty()
    
public  booleanisLongConvertible()
    
public  booleanisNumber()
    
public  booleanisNumeric()
    
public  booleanisPHP5String()
    
public  booleanisScalar()
    
public  booleanisString()
    
final public  intlastIndexOf(char match)
     Returns the last index of the match string, starting from the head.
public  intlastIndexOf(char match, int tail)
     Returns the last index of the match string, starting from the head.
public  intlastIndexOf(CharSequence match)
     Returns the last index of the match string, starting from the tail.
public  intlastIndexOf(CharSequence match, int tail)
     Returns the last index of the match string, starting from the tail.
public  intlength()
     Returns the length of the string.
public  Valuepostincr(int incr)
     Post-increment the following value.
public  Valuepreincr(int incr)
     Pre-increment the following value.
public  booleanregionMatches(int offset, char[] mBuffer, int mOffset, int mLength)
    
public  booleanregionMatches(int offset, StringValue match, int mOffset, int mLength)
    
public  booleanregionMatchesIgnoreCase(int offset, char[] match, int mOffset, int mLength)
    
public  voidserialize(StringBuilder sb)
     Serializes the value.
public  ValuesetCharValueAt(long index, String value)
    
public  Valuesub(long rValue)
     Adds to the following value.
public  CharSequencesubSequence(int start, int end)
    
public  StringValuesubstring(int head)
     Returns a StringValue substring.
public  StringValuesubstring(int begin, int end)
     Returns a StringValue substring.
public  ValuetoAutoArray()
     Converts to an array if null.
final public  ValuetoAutoObject(Env env)
     Converts to an object.
public  StringValuetoBinaryValue(Env env, String charset)
     Converts to a BinaryValue in desired charset.
public  booleantoBoolean()
     Converts to a boolean.
public  byte[]toBytes()
    
public  char[]toCharArray()
    
abstract public  StringtoDebugString()
    
public  doubletoDouble()
     Converts to a double.
public static  doubletoDouble(String s)
     Converts to a double.
public  InputStreamtoInputStream()
     Returns a byteArrayInputStream for the value.
public  InputStreamtoInputStream(String charset)
     Returns a byte stream of chars.
public  ObjecttoJavaObject()
     Converts to a Java object.
public  ValuetoKey()
     Converts to a key.
public static  longtoLong(String string)
     Converts to a long.
public  StringValuetoLowerCase()
     Convert to lower case.
public  ReadertoReader(String charset)
     Returns a char stream.
public  StringValuetoStringBuilder(Env env)
    
public  StringValuetoStringValue()
     Converts to a string value.
public  StringValuetoUnicodeValue(Env env, String charset)
     Decodes from charset and returns UnicodeValue.
public  StringValuetoUpperCase()
     Convert to lower case.
public  ObjectvaluesToArray(Env env, Class elementType)
     Takes the values of this array, unmarshalls them to objects of type elementType, and puts them in a java array.
abstract public  voidvarDumpImpl(Env env, WriteStream out, int depth, IdentityHashMap<Value, String> valueSet)
    
public  voidvarExport(StringBuilder sb)
     Exports the value.
public  voidwriteTo(OutputStream os)
    

Field Detail
EMPTY
final public static StringValue EMPTY(Code)



IS_DOUBLE
final protected static int IS_DOUBLE(Code)



IS_LONG
final protected static int IS_LONG(Code)



IS_STRING
final protected static int IS_STRING(Code)





Method Detail
add
public Value add(long rValue)(Code)
Adds to the following value.



append
public StringValue append(String s)(Code)
Append a Java string to the value.



append
public StringValue append(String s, int start, int end)(Code)
Append a Java string to the value.



append
public StringValue append(char[] buf, int offset, int length)(Code)
Append a Java buffer to the value.



append
public StringValue append(char[] buf)(Code)
Append a Java double to the value.



append
public StringValue append(CharSequence buf, int head, int tail)(Code)
Append a Java buffer to the value.



append
public StringValue append(UnicodeBuilderValue sb, int head, int tail)(Code)
Append a Java buffer to the value.



append
public StringValue append(Env env, StringValue unicodeStr, String charset)(Code)



append
public StringValue append(char v)(Code)
Append a Java char to the value.



append
public StringValue append(boolean v)(Code)
Append a Java boolean to the value.



append
public StringValue append(long v)(Code)
Append a Java long to the value.



append
public StringValue append(double v)(Code)
Append a Java double to the value.



append
public StringValue append(Object v)(Code)
Append a Java value to the value.



append
public StringValue append(Value v)(Code)
Append a Java value to the value.



append
public StringValue append(byte[] buf, int offset, int length)(Code)
Append a byte buffer to the value.



append
public StringValue append(byte[] buf)(Code)
Append a byte buffer to the value.



append
public StringValue append(Reader reader) throws IOException(Code)
Append from a read stream



append
public StringValue append(Reader reader, long length) throws IOException(Code)
Append from a read stream



appendByte
public StringValue appendByte(int v)(Code)
Append a Java byte to the value without conversions.



appendBytes
public StringValue appendBytes(String s)(Code)
Append a Java String to the value without conversions.



appendBytes
public StringValue appendBytes(char[] buf, int offset, int length)(Code)
Append a Java char[] to the value without conversions.



appendRead
public int appendRead(InputStream is, long length)(Code)
Append from an input stream, using InputStream.read semantics, i.e. just call is.read once even if more data is available.



appendRead
public int appendRead(BinaryInput is, long length)(Code)
Append from an input stream, using InputStream semantics, i.e call is.read() only once.



appendReadAll
public int appendReadAll(InputStream is, long length)(Code)
Append from an input stream, reading from the input stream until end of file or the length is reached.



appendReadAll
public int appendReadAll(BinaryInput is, long length)(Code)
Append from an input stream, reading all available data from the stream.



appendTo
public StringValue appendTo(UnicodeBuilderValue sb)(Code)
Append to a string builder.



appendUnicode
public StringValue appendUnicode(boolean v)(Code)
Append a Java boolean to the value.



appendUnicode
public StringValue appendUnicode(long v)(Code)
Append a Java long to the value.



appendUnicode
public StringValue appendUnicode(double v)(Code)
Append a Java double to the value.



appendUnicode
public StringValue appendUnicode(Object v)(Code)
Append a Java value to the value.



appendUnicode
public StringValue appendUnicode(char v)(Code)
Append a Java char, possibly converting to a unicode string



appendUnicode
public StringValue appendUnicode(char[] buffer, int offset, int length)(Code)
Append a Java char buffer, possibly converting to a unicode string



appendUnicode
public StringValue appendUnicode(char[] buffer)(Code)
Append a Java char buffer, possibly converting to a unicode string



appendUnicode
public StringValue appendUnicode(String value)(Code)
Append a Java char buffer, possibly converting to a unicode string



appendUnicode
public StringValue appendUnicode(String value, int offset, int length)(Code)
Append a Java char buffer, possibly converting to a unicode string



appendUnicode
public StringValue appendUnicode(Value value)(Code)
Append a Java char buffer, possibly converting to a unicode string



appendUnicode
public StringValue appendUnicode(Value v1, Value v2)(Code)
Append a Java char buffer, possibly converting to a unicode string



bitAnd
public Value bitAnd(Value rValue)(Code)



bitOr
public Value bitOr(Value rValue)(Code)



bitXor
public Value bitXor(Value rValue)(Code)



charAt
public char charAt(int index)(Code)
Returns the character at a particular location



charValueAt
public Value charValueAt(long index)(Code)
Returns the character at an index



cmp
public int cmp(Value rValue)(Code)
Returns true for equality



cmpString
public int cmpString(StringValue rValue)(Code)
Compare two strings



convertToUnicode
public StringValue convertToUnicode(Env env, String charset)(Code)
Decodes from charset and returns UnicodeValue.
Parameters:
  env -
Parameters:
  charset -



create
public static Value create(String value)(Code)
Creates the string.



create
public static StringValue create(char value)(Code)
Creates the string.



create
public static Value create(Object value)(Code)
Creates the string.



create
public StringValue create(Env env, StringValue unicodeStr, String charset)(Code)



createStringBuilder
abstract public StringValue createStringBuilder()(Code)
Creates a string builder of the same type.



createStringBuilder
abstract public StringValue createStringBuilder(int length)(Code)
Creates a string builder of the same type.



endsWith
public boolean endsWith(StringValue tail)(Code)
Returns true if the string ends with another string.



ensureAppendCapacity
public void ensureAppendCapacity(int size)(Code)
Ensure enough append capacity.



eq
public boolean eq(Value rValue)(Code)
Returns true for equality



equals
public boolean equals(Object o)(Code)
Test for equality



get
public Value get(Value key)(Code)
Returns the character at an index



getArg
public Value getArg(Value key)(Code)
Returns the character at an index



getChars
public void getChars(int stringOffset, char[] buffer, int offset, int length)(Code)
Copies the chars



getEmptyString
abstract public StringValue getEmptyString()(Code)



getRawCharArray
public char[] getRawCharArray()(Code)



getRef
public Value getRef(Value key)(Code)
Returns the character at an index



getType
public String getType()(Code)
Returns the type.



getValueType
public ValueType getValueType()(Code)
Returns the ValueType.



hashCode
public int hashCode()(Code)
Returns the hash code.



indexOf
final public int indexOf(CharSequence match)(Code)
Returns the first index of the match string, starting from the head.



indexOf
public int indexOf(CharSequence match, int head)(Code)
Returns the first index of the match string, starting from the head.



indexOf
public int indexOf(char match)(Code)
Returns the last index of the match string, starting from the head.



indexOf
public int indexOf(char match, int head)(Code)
Returns the last index of the match string, starting from the head.



intern
public StringValue intern(Quercus quercus)(Code)
Interns the string.



isDoubleConvertible
public boolean isDoubleConvertible()(Code)
Returns true for a double



isEmpty
public boolean isEmpty()(Code)
Returns true if the value is empty



isLongConvertible
public boolean isLongConvertible()(Code)
Returns true for a long



isNumber
public boolean isNumber()(Code)
Returns true for a number



isNumeric
public boolean isNumeric()(Code)
Returns true for is_numeric



isPHP5String
public boolean isPHP5String()(Code)



isScalar
public boolean isScalar()(Code)
Returns true for a scalar



isString
public boolean isString()(Code)
Returns true for StringValue



lastIndexOf
final public int lastIndexOf(char match)(Code)
Returns the last index of the match string, starting from the head.



lastIndexOf
public int lastIndexOf(char match, int tail)(Code)
Returns the last index of the match string, starting from the head.



lastIndexOf
public int lastIndexOf(CharSequence match)(Code)
Returns the last index of the match string, starting from the tail.



lastIndexOf
public int lastIndexOf(CharSequence match, int tail)(Code)
Returns the last index of the match string, starting from the tail.



length
public int length()(Code)
Returns the length of the string.



postincr
public Value postincr(int incr)(Code)
Post-increment the following value.



preincr
public Value preincr(int incr)(Code)
Pre-increment the following value.



regionMatches
public boolean regionMatches(int offset, char[] mBuffer, int mOffset, int mLength)(Code)
Returns true if the region matches



regionMatches
public boolean regionMatches(int offset, StringValue match, int mOffset, int mLength)(Code)
Returns true if the region matches



regionMatchesIgnoreCase
public boolean regionMatchesIgnoreCase(int offset, char[] match, int mOffset, int mLength)(Code)
Returns true if the region matches



serialize
public void serialize(StringBuilder sb)(Code)
Serializes the value.



setCharValueAt
public Value setCharValueAt(long index, String value)(Code)
sets the character at an index



sub
public Value sub(long rValue)(Code)
Adds to the following value.



subSequence
public CharSequence subSequence(int start, int end)(Code)
Returns a subsequence



substring
public StringValue substring(int head)(Code)
Returns a StringValue substring.



substring
public StringValue substring(int begin, int end)(Code)
Returns a StringValue substring.



toAutoArray
public Value toAutoArray()(Code)
Converts to an array if null.



toAutoObject
final public Value toAutoObject(Env env)(Code)
Converts to an object.



toBinaryValue
public StringValue toBinaryValue(Env env, String charset)(Code)
Converts to a BinaryValue in desired charset.
Parameters:
  env -
Parameters:
  charset -



toBoolean
public boolean toBoolean()(Code)
Converts to a boolean.



toBytes
public byte[] toBytes()(Code)



toCharArray
public char[] toCharArray()(Code)
Returns a character array



toDebugString
abstract public String toDebugString()(Code)



toDouble
public double toDouble()(Code)
Converts to a double.



toDouble
public static double toDouble(String s)(Code)
Converts to a double.



toInputStream
public InputStream toInputStream()(Code)
Returns a byteArrayInputStream for the value. See TempBufferStringValue for how this can be overriden InputStream



toInputStream
public InputStream toInputStream(String charset) throws UnsupportedEncodingException(Code)
Returns a byte stream of chars.
Parameters:
  charset - to encode chars to



toJavaObject
public Object toJavaObject()(Code)
Converts to a Java object.



toKey
public Value toKey()(Code)
Converts to a key.



toLong
public static long toLong(String string)(Code)
Converts to a long.



toLowerCase
public StringValue toLowerCase()(Code)
Convert to lower case.



toReader
public Reader toReader(String charset) throws UnsupportedEncodingException(Code)
Returns a char stream. XXX: when decoding fails
Parameters:
  charset - to decode bytes by



toStringBuilder
public StringValue toStringBuilder(Env env)(Code)
Converts to a string builder



toStringValue
public StringValue toStringValue()(Code)
Converts to a string value.



toUnicodeValue
public StringValue toUnicodeValue(Env env, String charset)(Code)
Decodes from charset and returns UnicodeValue.
Parameters:
  env -
Parameters:
  charset -



toUpperCase
public StringValue toUpperCase()(Code)
Convert to lower case.



valuesToArray
public Object valuesToArray(Env env, Class elementType)(Code)
Takes the values of this array, unmarshalls them to objects of type elementType, and puts them in a java array.



varDumpImpl
abstract public void varDumpImpl(Env env, WriteStream out, int depth, IdentityHashMap<Value, String> valueSet) throws IOException(Code)



varExport
public void varExport(StringBuilder sb)(Code)
Exports the value.



writeTo
public void writeTo(OutputStream os)(Code)
Writes to a stream



Fields inherited from com.caucho.quercus.env.Value
final protected static L10N L(Code)(Java Doc)
final public static Value[] NULL_ARGS(Code)(Java Doc)
final public static Value[] NULL_VALUE_ARRAY(Code)(Java Doc)
final public static StringValue SCALAR_V(Code)(Java Doc)

Methods inherited from com.caucho.quercus.env.Value
public Value add(Value rValue)(Code)(Java Doc)
public Value add(long lLong)(Code)(Java Doc)
public StringValue appendTo(UnicodeBuilderValue sb)(Code)(Java Doc)
public StringValue appendTo(StringBuilderValue sb)(Code)(Java Doc)
public StringValue appendTo(BinaryBuilderValue sb)(Code)(Java Doc)
public StringValue appendTo(LargeStringBuilderValue sb)(Code)(Java Doc)
public Value bitAnd(Value rValue)(Code)(Java Doc)
public Value bitOr(Value rValue)(Code)(Java Doc)
public Value bitXor(Value rValue)(Code)(Java Doc)
public Value callClassMethod(Env env, AbstractFunction fun, Value[] args)(Code)(Java Doc)
public Value callMethod(Env env, int hash, char[] name, int nameLen, Expr[] args)(Code)(Java Doc)
public Value callMethod(Env env, int hash, char[] name, int nameLen, Value[] args)(Code)(Java Doc)
public Value callMethod(Env env, int hash, char[] name, int nameLen)(Code)(Java Doc)
public Value callMethod(Env env, int hash, char[] name, int nameLen, Value a0)(Code)(Java Doc)
public Value callMethod(Env env, int hash, char[] name, int nameLen, Value a0, Value a1)(Code)(Java Doc)
public Value callMethod(Env env, int hash, char[] name, int nameLen, Value a0, Value a1, Value a2)(Code)(Java Doc)
public Value callMethod(Env env, int hash, char[] name, int nameLen, Value a0, Value a1, Value a2, Value a3)(Code)(Java Doc)
public Value callMethod(Env env, int hash, char[] name, int nameLen, Value a0, Value a1, Value a2, Value a3, Value a5)(Code)(Java Doc)
public Value callMethod(Env env, StringValue nameValue, Expr[] args)(Code)(Java Doc)
public Value callMethod(Env env, StringValue nameValue, Value[] args)(Code)(Java Doc)
public Value callMethod(Env env, StringValue nameValue)(Code)(Java Doc)
public Value callMethod(Env env, StringValue nameValue, Value a0)(Code)(Java Doc)
public Value callMethod(Env env, StringValue nameValue, Value a0, Value a1)(Code)(Java Doc)
public Value callMethod(Env env, StringValue nameValue, Value a0, Value a1, Value a2)(Code)(Java Doc)
public Value callMethod(Env env, StringValue nameValue, Value a0, Value a1, Value a2, Value a3)(Code)(Java Doc)
public Value callMethod(Env env, StringValue nameValue, Value a0, Value a1, Value a2, Value a3, Value a4)(Code)(Java Doc)
public Value callMethodRef(Env env, int hash, char[] name, int nameLen, Expr[] args)(Code)(Java Doc)
public Value callMethodRef(Env env, int hash, char[] name, int nameLen, Value[] args)(Code)(Java Doc)
public Value callMethodRef(Env env, int hash, char[] name, int nameLen)(Code)(Java Doc)
public Value callMethodRef(Env env, int hash, char[] name, int nameLen, Value a0)(Code)(Java Doc)
public Value callMethodRef(Env env, int hash, char[] name, int nameLen, Value a0, Value a1)(Code)(Java Doc)
public Value callMethodRef(Env env, int hash, char[] name, int nameLen, Value a0, Value a1, Value a2)(Code)(Java Doc)
public Value callMethodRef(Env env, int hash, char[] name, int nameLen, Value a0, Value a1, Value a2, Value a3)(Code)(Java Doc)
public Value callMethodRef(Env env, int hash, char[] name, int nameLen, Value a0, Value a1, Value a2, Value a3, Value a5)(Code)(Java Doc)
public Value callMethodRef(Env env, StringValue nameValue, Expr[] args)(Code)(Java Doc)
public Value callMethodRef(Env env, StringValue nameValue, Value[] args)(Code)(Java Doc)
public Value callMethodRef(Env env, StringValue nameValue)(Code)(Java Doc)
public Value callMethodRef(Env env, StringValue nameValue, Value a0)(Code)(Java Doc)
public Value callMethodRef(Env env, StringValue nameValue, Value a0, Value a1)(Code)(Java Doc)
public Value callMethodRef(Env env, StringValue nameValue, Value a0, Value a1, Value a2)(Code)(Java Doc)
public Value callMethodRef(Env env, StringValue nameValue, Value a0, Value a1, Value a2, Value a3)(Code)(Java Doc)
public Value callMethodRef(Env env, StringValue nameValue, Value a0, Value a1, Value a2, Value a3, Value a4)(Code)(Java Doc)
public Value charValueAt(long index)(Code)(Java Doc)
public void checkPrivate(Env env, String className)(Code)(Java Doc)
public void checkProtected(Env env, String className)(Code)(Java Doc)
public Value clone()(Code)(Java Doc)
public int cmp(Value rValue)(Code)(Java Doc)
public Value copy()(Code)(Java Doc)
final public Value copy(Env env)(Code)(Java Doc)
public Value copy(Env env, IdentityHashMap<Value, Value> map)(Code)(Java Doc)
public Value copyArrayItem()(Code)(Java Doc)
public Value copyReturn()(Code)(Java Doc)
public Value copyTree(Env env)(Code)(Java Doc)
public Value current()(Code)(Java Doc)
public Value div(Value rValue)(Code)(Java Doc)
public Value div(long r)(Code)(Java Doc)
public boolean eq(Value rValue)(Code)(Java Doc)
public Value eqValue(Value rValue)(Code)(Java Doc)
public boolean eql(Value rValue)(Code)(Java Doc)
public AbstractFunction findFunction(String methodName)(Code)(Java Doc)
public void generate(PrintWriter out) throws IOException(Code)(Java Doc)
public boolean geq(Value rValue)(Code)(Java Doc)
public Value get(Value index)(Code)(Java Doc)
public Value getArg(Value index)(Code)(Java Doc)
public Value getArray()(Code)(Java Doc)
public Value getArray(Value index)(Code)(Java Doc)
public String getClassName()(Code)(Java Doc)
public int getCount(Env env)(Code)(Java Doc)
public int getCountRecursive(Env env)(Code)(Java Doc)
public Value getDirty(Value index)(Code)(Java Doc)
public Value getField(Env env, StringValue name)(Code)(Java Doc)
public Value getFieldArg(Env env, StringValue name)(Code)(Java Doc)
public Value getFieldArgRef(Env env, StringValue name)(Code)(Java Doc)
public Value getFieldArray(Env env, StringValue name)(Code)(Java Doc)
public Value getFieldObject(Env env, StringValue name)(Code)(Java Doc)
public Value getFieldRef(Env env, StringValue name)(Code)(Java Doc)
public Iterator<Map.Entry<Value, Value>> getIterator(Env env)(Code)(Java Doc)
public Value[] getKeyArray(Env env)(Code)(Java Doc)
public Iterator<Value> getKeyIterator(Env env)(Code)(Java Doc)
public Value getObject(Env env)(Code)(Java Doc)
public Value getObject(Env env, Value index)(Code)(Java Doc)
public Value getRef(Value index)(Code)(Java Doc)
public int getSize()(Code)(Java Doc)
public Value getThisField(Env env, StringValue name)(Code)(Java Doc)
public Value getThisFieldArg(Env env, StringValue name)(Code)(Java Doc)
public Value getThisFieldArgRef(Env env, StringValue name)(Code)(Java Doc)
public Value getThisFieldArray(Env env, StringValue name)(Code)(Java Doc)
public Value getThisFieldObject(Env env, StringValue name)(Code)(Java Doc)
public Value getThisFieldRef(Env env, StringValue name)(Code)(Java Doc)
public String getType()(Code)(Java Doc)
public Value[] getValueArray(Env env)(Code)(Java Doc)
public Iterator<Value> getValueIterator(Env env)(Code)(Java Doc)
public ValueType getValueType()(Code)(Java Doc)
public boolean gt(Value rValue)(Code)(Java Doc)
public boolean hasCurrent()(Code)(Java Doc)
public boolean isA(String name)(Code)(Java Doc)
public boolean isArray()(Code)(Java Doc)
public boolean isBinary()(Code)(Java Doc)
public boolean isBoolean()(Code)(Java Doc)
public boolean isDefault()(Code)(Java Doc)
public boolean isDoubleConvertible()(Code)(Java Doc)
public boolean isEmpty()(Code)(Java Doc)
public boolean isLongConvertible()(Code)(Java Doc)
public boolean isNull()(Code)(Java Doc)
public boolean isNumberConvertible()(Code)(Java Doc)
public boolean isNumeric()(Code)(Java Doc)
public boolean isObject()(Code)(Java Doc)
public boolean isString()(Code)(Java Doc)
public boolean isUnicode()(Code)(Java Doc)
public boolean isset()(Code)(Java Doc)
public boolean isset(Value index)(Code)(Java Doc)
public boolean issetField(StringValue name)(Code)(Java Doc)
public boolean issetThisField(StringValue name)(Code)(Java Doc)
public Value key()(Code)(Java Doc)
public int length()(Code)(Java Doc)
public boolean leq(Value rValue)(Code)(Java Doc)
public Value lshift(Value rValue)(Code)(Java Doc)
public boolean lt(Value rValue)(Code)(Java Doc)
public Value mod(Value rValue)(Code)(Java Doc)
public Value mul(Value rValue)(Code)(Java Doc)
public Value mul(long r)(Code)(Java Doc)
public Value neg()(Code)(Java Doc)
public Value next()(Code)(Java Doc)
public long nextIndex(long oldIndex)(Code)(Java Doc)
public Value pos()(Code)(Java Doc)
public Value postincr(int incr)(Code)(Java Doc)
public Value preincr(int incr)(Code)(Java Doc)
public void print(Env env)(Code)(Java Doc)
public void print(Env env, WriteStream out)(Code)(Java Doc)
protected void printDepth(WriteStream out, int depth) throws IOException(Code)(Java Doc)
protected void printJavaString(PrintWriter out, StringValue s)(Code)(Java Doc)
final public void printR(Env env, WriteStream out, int depth, IdentityHashMap<Value, String> valueSet) throws IOException(Code)(Java Doc)
protected void printRImpl(Env env, WriteStream out, int depth, IdentityHashMap<Value, String> valueSet) throws IOException(Code)(Java Doc)
public Value put(Value index, Value value)(Code)(Java Doc)
public Value put(Value value)(Code)(Java Doc)
public Value putArray()(Code)(Java Doc)
public Value putField(Env env, StringValue name, Value object)(Code)(Java Doc)
public Value putField(Env env, String name, Value value)(Code)(Java Doc)
public Value putObject(Env env)(Code)(Java Doc)
public Value putRef()(Code)(Java Doc)
public Value putThisField(Env env, StringValue name, Value object)(Code)(Java Doc)
public Value remove(Value index)(Code)(Java Doc)
public Value rshift(Value rValue)(Code)(Java Doc)
public void serialize(StringBuilder sb)(Code)(Java Doc)
public Value set(Value value)(Code)(Java Doc)
public Value setCharValueAt(long index, String value)(Code)(Java Doc)
public Value sub(Value rValue)(Code)(Java Doc)
public Value sub(long rLong)(Code)(Java Doc)
public Value sub_rev(long lLong)(Code)(Java Doc)
public Value toArgValue()(Code)(Java Doc)
public Value toArgValueReadOnly()(Code)(Java Doc)
public Value toArray()(Code)(Java Doc)
public ArrayValue toArrayValue(Env env)(Code)(Java Doc)
public Value toAutoArray()(Code)(Java Doc)
public Value toAutoObject(Env env)(Code)(Java Doc)
public BigDecimal toBigDecimal()(Code)(Java Doc)
public BigInteger toBigInteger()(Code)(Java Doc)
public StringValue toBinaryValue()(Code)(Java Doc)
public StringValue toBinaryValue(Env env)(Code)(Java Doc)
public boolean toBoolean()(Code)(Java Doc)
public char toChar()(Code)(Java Doc)
public String toDebugString()(Code)(Java Doc)
public double toDouble()(Code)(Java Doc)
public DoubleValue toDoubleValue()(Code)(Java Doc)
public QuercusException toException(Env env, String file, int line)(Code)(Java Doc)
public InputStream toInputStream()(Code)(Java Doc)
public int toInt()(Code)(Java Doc)
public String toInternString()(Code)(Java Doc)
public Boolean toJavaBoolean()(Code)(Java Doc)
public Byte toJavaByte()(Code)(Java Doc)
public Calendar toJavaCalendar()(Code)(Java Doc)
public Character toJavaCharacter()(Code)(Java Doc)
public Collection toJavaCollection(Env env, Class type)(Code)(Java Doc)
public Date toJavaDate()(Code)(Java Doc)
public Double toJavaDouble()(Code)(Java Doc)
public Float toJavaFloat()(Code)(Java Doc)
public Integer toJavaInteger()(Code)(Java Doc)
public List toJavaList(Env env, Class type)(Code)(Java Doc)
public Long toJavaLong()(Code)(Java Doc)
public Map toJavaMap(Env env, Class type)(Code)(Java Doc)
public Object toJavaObject()(Code)(Java Doc)
public Object toJavaObject(Env env, Class type)(Code)(Java Doc)
public Object toJavaObjectNotNull(Env env, Class type)(Code)(Java Doc)
public Short toJavaShort()(Code)(Java Doc)
public String toJavaString()(Code)(Java Doc)
public URL toJavaURL(Env env)(Code)(Java Doc)
public Value toKey()(Code)(Java Doc)
public long toLong()(Code)(Java Doc)
public LongValue toLongValue()(Code)(Java Doc)
public Value toObject(Env env)(Code)(Java Doc)
public Value toRef()(Code)(Java Doc)
public Value toRefValue()(Code)(Java Doc)
public Var toRefVar()(Code)(Java Doc)
public StringValue toString(Env env)(Code)(Java Doc)
public StringValue toStringBuilder()(Code)(Java Doc)
public StringValue toStringBuilder(Env env)(Code)(Java Doc)
public StringValue toStringValue()(Code)(Java Doc)
public StringValue toUnicodeValue()(Code)(Java Doc)
public StringValue toUnicodeValue(Env env)(Code)(Java Doc)
public Value toValue()(Code)(Java Doc)
public Var toVar()(Code)(Java Doc)
public void unsetField(StringValue name)(Code)(Java Doc)
public void unsetThisField(StringValue name)(Code)(Java Doc)
public Object valuesToArray(Env env, Class elementType)(Code)(Java Doc)
final public void varDump(Env env, WriteStream out, int depth, IdentityHashMap<Value, String> valueSet) throws IOException(Code)(Java Doc)
protected void varDumpImpl(Env env, WriteStream out, int depth, IdentityHashMap<Value, String> valueSet) throws IOException(Code)(Java Doc)
public void varExport(StringBuilder sb)(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.