Documentation ¶
Overview ¶
* Copyright (c) 2000-2018, 达梦数据库有限公司. * All rights reserved.
* Copyright (c) 2000-2018, 达梦数据库有限公司. * All rights reserved.
Index ¶
Constants ¶
const ( NORMAL int = iota INT DOUBLE DECIMAL STRING HEX_INT WHITESPACE_OR_COMMENT NULL )
const ( YYEOF = -1 /** This character denotes the end of file */ ZZ_BUFFERSIZE = 16384 /** initial size of the lookahead buffer */ /** lexical states */ YYINITIAL = 0 )
const ( ZZ_UNKNOWN_ERROR = 0 ZZ_NO_MATCH = 1 ZZ_PUSHBACK_2BIG = 2 )
error codes
const (
MAX_DEC_LEN = 38
)
Variables ¶
var ZZ_ACTION = zzUnpackActionNoParams()
* * Translates DFA states to action switch labels.
var ZZ_ACTION_PACKED_0 []rune = []rune{}/* 130 elements not displayed */
var ZZ_ATTRIBUTE []int = zzUnpackAttributeNoParams()
* * ZZ_ATTRIBUTE[aState] contains the attributes of state <code>aState</code>
var ZZ_ATTRIBUTE_PACKED_0 []rune = []rune{0004, 0000, 0001, 0010, 0004, 0000, 0003, 0011, 0001, 0001, 0001, 0011, 0010, 0001, 0001, 0011,
0017, 0001, 0004, 0011, 0001, 0001, 0001, 0011, 0001, 0000, 0002, 0011, 0001, 0001, 0001, 0000,
0003, 0011, 0001, 0001, 0001, 0011, 0001, 0000, 0003, 0001, 0002, 0011, 0001, 0000, 0001, 0011,
0002, 0000, 0001, 0011, 0004, 0000, 0002, 0011, 0001, 0001, 0001, 0000, 0003, 0001, 0003, 0000,
0003, 0011, 0001, 0001, 0020, 0000, 0001, 0011, 0001, 0000, 0001, 0011, 0002, 0001}
var ZZ_CMAP = zzUnpackCMap(ZZ_CMAP_PACKED)
* * Translates characters to character classes
var ZZ_CMAP_PACKED []rune = []rune{}/* 208 elements not displayed */
* * Translates characters to character classes
var ZZ_ERROR_MSG []string = []string{
"Unknown internal scanner error",
"Error: could not match input",
"Error: pushback Value was too large"}
error messages for the codes above
var ZZ_LEXSTATE []int = []int{0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 4, 4, 7, 7, 8, 8}
* * ZZ_LEXSTATE[l] is the state in the DFA for the lexical state l * ZZ_LEXSTATE[l+1] is the state in the DFA for the lexical state l * at the beginning of a line * l is of the form l = 2*k, k a non negative integer
var ZZ_ROWMAP = zzUnpackRowMapNoParams()
* * Translates a state to a row index in the transition table
var ZZ_ROWMAP_PACKED_0 []rune = []rune{}/* 208 elements not displayed */
var ZZ_TRANS []int = zzUnpackTransNoParams()
* * The transition table of the DFA
var ZZ_TRANS_PACKED_0 []rune = []rune{}/* 780 elements not displayed */
Functions ¶
This section is empty.