C# Class Strings.iOS.Xcode.PBX.Lexer

Afficher le fichier Open project: superbderrick/UnityiOSLocalization

Méthodes publiques

Méthode Description
ScanAll ( ) : TokenList
SetText ( string text ) : void
Tokenize ( string text ) : TokenList

Private Methods

Méthode Description
IsOperator ( char ch ) : bool
ScanComment ( Strings.iOS.Xcode.PBX.Token tok ) : void
ScanMultilineComment ( Strings.iOS.Xcode.PBX.Token tok ) : void
ScanOne ( Strings.iOS.Xcode.PBX.Token tok ) : void
ScanOperator ( Strings.iOS.Xcode.PBX.Token tok ) : void
ScanOperatorSpecific ( Strings.iOS.Xcode.PBX.Token tok, TokenType type ) : void
ScanQuotedString ( Strings.iOS.Xcode.PBX.Token tok ) : void
ScanString ( Strings.iOS.Xcode.PBX.Token tok ) : void
UpdateNewlineStats ( char ch ) : void

Method Details

ScanAll() public méthode

public ScanAll ( ) : TokenList
Résultat TokenList

SetText() public méthode

public SetText ( string text ) : void
text string
Résultat void

Tokenize() public static méthode

public static Tokenize ( string text ) : TokenList
text string
Résultat TokenList