Package | Description |
---|---|
com.sm.store.hessian |
Modifier and Type | Method and Description |
---|---|
PhpTokenizer.PhpDataType |
HessianReader.findType(int tag) |
PhpTokenizer.PhpDataType |
KeyValue.getType() |
PhpTokenizer.PhpDataType |
FieldDef.getType() |
PhpTokenizer.PhpDataType |
ClassDef.getType() |
static PhpTokenizer.PhpDataType |
PhpTokenizer.PhpDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhpTokenizer.PhpDataType[] |
PhpTokenizer.PhpDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDef.setType(PhpTokenizer.PhpDataType type) |
Constructor and Description |
---|
KeyValue(PhpTokenizer.PhpDataType type,
Object key,
Object value) |
Copyright © 2016. All rights reserved.