C# Class StackStream.Lexer

Afficher le fichier Open project: puckipedia/StackStream Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string value ) : CodeBlock
Parse ( ) : string
SkipWhitespace ( ) : void
TakeUntilWhitespace ( ) : string

Private Methods

Méthode Description
Lexer ( string value ) : System
ParseString ( ) : string
_Parse ( Lexer lexer ) : CodeBlock

Method Details

Parse() public static méthode

public static Parse ( string value ) : CodeBlock
value string
Résultat StackStream.Tokens.CodeBlock

Parse() public méthode

public Parse ( ) : string
Résultat string

SkipWhitespace() public méthode

public SkipWhitespace ( ) : void
Résultat void

TakeUntilWhitespace() public méthode

public TakeUntilWhitespace ( ) : string
Résultat string