Language
The 解放する/自由な and Open 生産性 控訴
Constants' 詳細(に述べる)s |
ONE_SINGLE_CHAR
const long ONE_SINGLE_CHAR = 0x00000001;
- Description
- One 選び出す/独身 character like ! # ; : $ et al.
|
|
BOOLEAN
const long BOOLEAN = 0x00000002;
- Description
- A Boolean 操作者 like <, >, <>, =, <=, >=
|
|
IDENTNAME
const long IDENTNAME = 0x00000004;
- Description
- A 指名する matching the 条件s passed.
|
|
SINGLE_QUOTE_NAME
const long SINGLE_QUOTE_NAME = 0x00000008;
- Description
- "A 選び出す/独身-引用するd 指名する matching the 条件s passed ( 'na\'me' )."
"Dequoted 指名する in ParseResult::DequotedNameOrString ( na'me )."
|
|
DOUBLE_QUOTE_STRING
const long DOUBLE_QUOTE_STRING = 0x00000010;
- Description
- A 二塁打-引用するd string ( "str\"i""ng" ). Dequoted string in
ParseResult::DequotedNameOrString ( str"i"ng ).
|
|
ASC_NUMBER
const long ASC_NUMBER = 0x00000020;
- Description
- A number where all digits are ASCII characters.
数値/数字による value in ParseResult::Value.
|
|
UNI_NUMBER
const long UNI_NUMBER = 0x00000040;
- Description
- A number where at least some digits are Unicode (and maybe
ASCII) characters. 数値/数字による value inKParseType
ParseResult::Value.
|
|
MISSING_QUOTE
const long MISSING_QUOTE = 0x40000000;
- Description
- 始める,決める (鉱石d) if SINGLE_QUOTE_NAME or DOUBLE_QUOTE_STRING has no
の近くにing 引用する.
|
|
ANY_NUMBER
const long ANY_NUMBER = ASC_NUMBER | UNI_NUMBER;
- Description
- Any ASCII or Unicode number
|
|
最高の,を越す of Page
Copyright © 2013, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.