C# Class openABAP.Coco.Scanner

Mostrar archivo Open project: bi-tm/openABAP Class Usage Examples

Public Properties

Property Type Description
buffer Buffer
ignore_space bool

Public Methods

Method Description
Peek ( ) : Token
ResetPeek ( ) : void
Scan ( ) : Token
Scanner ( Stream s ) : System
Scanner ( string fileName ) : System

Private Methods

Method Description
AddCh ( ) : void
CheckLiteral ( ) : void
Comment0 ( ) : bool
Comment1 ( ) : bool
Init ( ) : void
NextCh ( ) : void
NextToken ( ) : Token
Scanner ( ) : System
SetScannerBehindT ( ) : void

Method Details

Peek() public method

public Peek ( ) : Token
return Token

ResetPeek() public method

public ResetPeek ( ) : void
return void

Scan() public method

public Scan ( ) : Token
return Token

Scanner() public method

public Scanner ( Stream s ) : System
s Stream
return System

Scanner() public method

public Scanner ( string fileName ) : System
fileName string
return System

Property Details

buffer public_oe property

public Buffer buffer
return Buffer

ignore_space public_oe static_oe property

public static bool ignore_space
return bool