C# Class MarkedNet.Parser

Exibir arquivo Open project: T-Alex/MarkedNet Class Usage Examples

Public Methods

Method Description
Parse ( TokensResult src ) : string

Parse Loop

Parse ( TokensResult src, Options options ) : string

Static Parse Method

Parser ( Options options ) : System

Protected Methods

Method Description
Next ( ) : Token

Next Token

ParseText ( ) : string

Parse Text Tokens

Peek ( ) : Token

Preview Next Token

Tok ( ) : string

Parse Current Token

Method Details

Next() protected method

Next Token
protected Next ( ) : Token
return Token

Parse() public method

Parse Loop
public Parse ( TokensResult src ) : string
src TokensResult
return string

Parse() public static method

Static Parse Method
public static Parse ( TokensResult src, Options options ) : string
src TokensResult
options Options
return string

ParseText() protected method

Parse Text Tokens
protected ParseText ( ) : string
return string

Parser() public method

public Parser ( Options options ) : System
options Options
return System

Peek() protected method

Preview Next Token
protected Peek ( ) : Token
return Token

Tok() protected method

Parse Current Token
protected Tok ( ) : string
return string