C# Class CmdLine.Tokenizer

ファイルを表示 Open project: goldshtn/msos

Private Properties

Property Type Description
Advance void
EatNonWhitespace string
EatOption void
EatQuotedValue void
EatRawValue void
EatWhitespace void

Public Methods

Method Description
Tokenizer ( string input ) : System

Private Methods

Method Description
Advance ( ) : void
EatNonWhitespace ( ) : string
EatOption ( ) : void
EatQuotedValue ( ) : void
EatRawValue ( ) : void
EatWhitespace ( ) : void

Method Details

Tokenizer() public method

public Tokenizer ( string input ) : System
input string
return System