php.java.bridge
Class PhpParserString

java.lang.Object
  extended by php.java.bridge.PhpString
      extended by php.java.bridge.PhpParserString

final class PhpParserString
extends PhpString


Field Summary
(package private)  ParserString st
           
 
Constructor Summary
PhpParserString(JavaBridge bridge, ParserString st)
          Create a new php parser string
 
Method Summary
 byte[] getBytes()
          Get the encoded byte representation
 java.lang.String getString()
          Get the encoded string representation
 java.lang.String toString()
          Use UTF-8 encoding, for debugging only
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

st

ParserString st
Constructor Detail

PhpParserString

public PhpParserString(JavaBridge bridge,
                       ParserString st)
Create a new php parser string

Parameters:
bridge - The JavaBridge
st - The ParserString
Method Detail

getBytes

public byte[] getBytes()
Description copied from class: PhpString
Get the encoded byte representation

Specified by:
getBytes in class PhpString
Returns:
The encoded bytes.

getString

public java.lang.String getString()
Get the encoded string representation

Specified by:
getString in class PhpString
Returns:
The encoded string.

toString

public java.lang.String toString()
Use UTF-8 encoding, for debugging only

Overrides:
toString in class PhpString
Returns:
The string UTF-8 encoded