A C J M N O P S T U 

A

attributes - Variable in class com.github.ooxi.phparser.SerializedPhpParser.PhpObject
 

C

code - Variable in exception com.github.ooxi.phparser.SerializedPhpParserException
 
com.github.ooxi.phparser - package com.github.ooxi.phparser
 

J

JSONTransformer - Class in com.github.ooxi.phparser
Deprecated.
Will be removed in version 1.0.0 since it servers no purpose
JSONTransformer() - Constructor for class com.github.ooxi.phparser.JSONTransformer
Deprecated.
 

M

MISSING_CLOSER_STRING - Static variable in exception com.github.ooxi.phparser.SerializedPhpParserException
code if serialized array missing closer char }.
MISSING_DELIMITER_STRING - Static variable in exception com.github.ooxi.phparser.SerializedPhpParserException
code if serialized value missing delimiter ( : or ; )

N

name - Variable in class com.github.ooxi.phparser.SerializedPhpParser.PhpObject
 
NO_CODE_SET - Static variable in exception com.github.ooxi.phparser.SerializedPhpParserException
 
NULL - Static variable in class com.github.ooxi.phparser.SerializedPhpParser
 

O

OUT_OF_RANG_REFERENCE - Static variable in exception com.github.ooxi.phparser.SerializedPhpParserException
code if serialized reference is pointing to a value out of the reference index.

P

parse() - Method in class com.github.ooxi.phparser.SerializedPhpParser
 
position - Variable in exception com.github.ooxi.phparser.SerializedPhpParserException
 

S

SerializedPhpParser - Class in com.github.ooxi.phparser
Deserializes a serialized PHP data structure into corresponding Java objects.
SerializedPhpParser(String) - Constructor for class com.github.ooxi.phparser.SerializedPhpParser
 
SerializedPhpParser(String, boolean) - Constructor for class com.github.ooxi.phparser.SerializedPhpParser
 
SerializedPhpParser.PhpObject - Class in com.github.ooxi.phparser
Represents an object that has a name and a map of attributes
SerializedPhpParser.PhpObject() - Constructor for class com.github.ooxi.phparser.SerializedPhpParser.PhpObject
 
SerializedPhpParserException - Exception in com.github.ooxi.phparser
 
SerializedPhpParserException() - Constructor for exception com.github.ooxi.phparser.SerializedPhpParserException
 
SerializedPhpParserException(String) - Constructor for exception com.github.ooxi.phparser.SerializedPhpParserException
 
SerializedPhpParserException(String, int) - Constructor for exception com.github.ooxi.phparser.SerializedPhpParserException
 
SerializedPhpParserException(String, int, Throwable) - Constructor for exception com.github.ooxi.phparser.SerializedPhpParserException
 
SerializedPhpParserException(String, int, int) - Constructor for exception com.github.ooxi.phparser.SerializedPhpParserException
 
SerializedPhpParserException(String, int, int, Throwable) - Constructor for exception com.github.ooxi.phparser.SerializedPhpParserException
 
SerializedPhpParserException(String, Throwable) - Constructor for exception com.github.ooxi.phparser.SerializedPhpParserException
 
setAcceptedAttributeNameRegex(String) - Method in class com.github.ooxi.phparser.SerializedPhpParser
 

T

TO_LONG_STRING - Static variable in exception com.github.ooxi.phparser.SerializedPhpParserException
code if serialized String is to Long (example s:5;"Hello Next"; )
TO_SHORT_INPUT_STRING - Static variable in exception com.github.ooxi.phparser.SerializedPhpParserException
code if serialized string is to short (example: s:8;"Hello"; )
TO_SHORT_STRING - Static variable in exception com.github.ooxi.phparser.SerializedPhpParserException
code if serialized string is to short (example: input string is latin1 with special char but assumeUTF8 is set true)
toJSON(Object) - Static method in class com.github.ooxi.phparser.JSONTransformer
Deprecated.
 
toString() - Method in class com.github.ooxi.phparser.SerializedPhpParser.PhpObject
 

U

UNEXPECTED_FAIL - Static variable in exception com.github.ooxi.phparser.SerializedPhpParserException
code if serialized string failed with unknown reason
UNKNOWN_TYPE - Static variable in exception com.github.ooxi.phparser.SerializedPhpParserException
code if serialized string has a unknown type used ( known types: i, d, b, s, a, O, N, R )
A C J M N O P S T U 

Copyright © 2015. All rights reserved.