com.alibaba.druid.sql.parser
Interface LayoutCharacters


public interface LayoutCharacters

Author:
wenshao

Field Summary
static byte CR
          Carriage return character.
static byte EOI
          QS_TODO 为什么不是0x0?
End of input character.
static byte FF
          Form feed character.
static byte LF
          Line feed character.
static byte TAB
          Tabulator character.
static int TabInc
          Tabulator column increment.
 

Field Detail

TabInc

static final int TabInc
Tabulator column increment.

See Also:
Constant Field Values

TAB

static final byte TAB
Tabulator character.

See Also:
Constant Field Values

LF

static final byte LF
Line feed character.

See Also:
Constant Field Values

FF

static final byte FF
Form feed character.

See Also:
Constant Field Values

CR

static final byte CR
Carriage return character.

See Also:
Constant Field Values

EOI

static final byte EOI
QS_TODO 为什么不是0x0?
End of input character. Used as a sentinel to denote the character one beyond the last defined character in a source file.

See Also:
Constant Field Values


Copyright © 2012 Alibaba Group. All Rights Reserved.