C# Class Alba.Jaml.MSInternal.GenericTypeNameScanner

Inheritance: Sample_StringParserBase
Mostrar archivo Open project: Athari/Alba.Jaml Class Usage Examples

Public Methods

Method Description
GenericTypeNameScanner ( string text )
Read ( ) : void

Private Methods

Method Description
AddToMultiCharToken ( ) : void
CollectMultiCharToken ( ) : string
ParseSubscriptSegment ( string subscript, int &pos ) : int
StartMultiCharToken ( ) : void
State_InName ( ) : void
State_InSubscript ( ) : void
State_Start ( ) : void
StripSubscript ( string typeName, string &subscript ) : string

Method Details

GenericTypeNameScanner() public method

public GenericTypeNameScanner ( string text )
text string

Read() public method

public Read ( ) : void
return void