C# Class Tup.Cobar4Net.Parser.Recognizer.Mysql.Syntax.SoloParser

Inheritance: MySqlParser
ファイルを表示 Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Methods

Method Description
BuildRef ( Ref first ) : Ref
Factor ( ) : Ref
Main ( string args ) : void
Ref ( ) : Ref
Refs ( ) : Refs
RefsOrQuery ( ) : Ref

first ( has been consumed

SoloParser ( MySqlLexer lexer ) : System

Private Methods

Method Description
SelectPrimary ( ) : Select

first SELECT or ( has not been consumed

Method Details

BuildRef() public method

public BuildRef ( Ref first ) : Ref
first Ref
return Ref

Factor() public method

public Factor ( ) : Ref
return Ref

Main() public static method

public static Main ( string args ) : void
args string
return void

Ref() public method

public Ref ( ) : Ref
return Ref

Refs() public method

public Refs ( ) : Refs
return Refs

RefsOrQuery() public method

first ( has been consumed
public RefsOrQuery ( ) : Ref
return Ref

SoloParser() public method

public SoloParser ( MySqlLexer lexer ) : System
lexer Tup.Cobar4Net.Parser.Recognizer.Mysql.Lexer.MySqlLexer
return System