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

Mostrar archivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ScanAll ( ) : TokenList
SetText ( string text ) : void
Tokenize ( string text ) : TokenList

Private Methods

Method 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 method

public ScanAll ( ) : TokenList
return TokenList

SetText() public method

public SetText ( string text ) : void
text string
return void

Tokenize() public static method

public static Tokenize ( string text ) : TokenList
text string
return TokenList