C# Class ScriptsRefactorer.Tokenizer

Afficher le fichier Open project: rotators/tools Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( ) : bool
Save ( String filename ) : bool
SetUnimportantRange ( Token from, Token to ) : void
Tokenizer ( String filename, String newline ) : System

Private Methods

Méthode Description
fixAllArguments ( ) : void
fixArguments ( Token tok ) : void
isIdentifierSymbol ( Char ch ) : bool
linkTokens ( Token left, Token right ) : void
parseIdentifier ( Token tok ) : bool
parseLines ( ) : void
parseSymbol ( Token tok ) : bool
parseWhitespaces ( Token tok ) : void
parseWhitespacesLine ( Token tok ) : bool
process ( ) : void
replaceWithArray ( Token from, Token to ) : void

Method Details

Parse() public méthode

public Parse ( ) : bool
Résultat bool

Save() public méthode

public Save ( String filename ) : bool
filename String
Résultat bool

SetUnimportantRange() public static méthode

public static SetUnimportantRange ( Token from, Token to ) : void
from Token
to Token
Résultat void

Tokenizer() public méthode

public Tokenizer ( String filename, String newline ) : System
filename String
newline String
Résultat System