C# Class Docear4Word.BibTex.BibTexLexer

Datei anzeigen Open project: JabRef/JabRef4Word Class Usage Examples

Public Methods

Method Description
BibTexLexer ( string data ) : System
Next ( ) : Token

Private Methods

Method Description
Consume ( ) : void
ConsumeLine ( bool includeLineEnd ) : void
ConsumeWhitespace ( ) : void
CreateToken ( TokenType kind ) : Token
EnterMode ( LexMode mode ) : void
IsValidNameChar ( char c ) : bool
LeaveMode ( ) : void
LookAhead ( ) : char
NewLine ( ) : void
NextEntry ( ) : Token
NextRootItem ( ) : Token
ReadBracedString ( ) : Token
ReadQuotedString ( ) : Token
ReadText ( ) : Token
Reset ( ) : void
StartRead ( ) : void

Method Details

BibTexLexer() public method

public BibTexLexer ( string data ) : System
data string
return System

Next() public method

public Next ( ) : Token
return Token