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

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

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 ( Token tok ) : void
ScanMultilineComment ( Token tok ) : void
ScanOne ( Token tok ) : void
ScanOperator ( Token tok ) : void
ScanOperatorSpecific ( Token tok, UnityEditor type ) : void
ScanQuotedString ( Token tok ) : void
ScanString ( 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