public static enum PhpTokenizer.PhpDataType extends Enum<PhpTokenizer.PhpDataType>
Enum Constant and Description |
---|
Array |
Boolean |
Class |
Double |
Int |
KeyValue |
List |
Long |
Map |
Null |
Object |
Resource |
String |
Undefined |
Modifier and Type | Method and Description |
---|---|
static PhpTokenizer.PhpDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhpTokenizer.PhpDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PhpTokenizer.PhpDataType Object
public static final PhpTokenizer.PhpDataType Class
public static final PhpTokenizer.PhpDataType String
public static final PhpTokenizer.PhpDataType Int
public static final PhpTokenizer.PhpDataType Double
public static final PhpTokenizer.PhpDataType Boolean
public static final PhpTokenizer.PhpDataType Long
public static final PhpTokenizer.PhpDataType Map
public static final PhpTokenizer.PhpDataType List
public static final PhpTokenizer.PhpDataType Null
public static final PhpTokenizer.PhpDataType Resource
public static final PhpTokenizer.PhpDataType Array
public static final PhpTokenizer.PhpDataType KeyValue
public static final PhpTokenizer.PhpDataType Undefined
public static PhpTokenizer.PhpDataType[] values()
for (PhpTokenizer.PhpDataType c : PhpTokenizer.PhpDataType.values()) System.out.println(c);
public static PhpTokenizer.PhpDataType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All rights reserved.