Property | Type | Description | |
---|---|---|---|
Advance | bool | ||
AdvanceOverWhitespace | void | ||
IsWhitespaceChar | bool | ||
PushBack | void | ||
ReadString | string | ||
RemoveEscapes | string | ||
ResolvePropertyName | void | ||
ResolveTypeName | void |
Method | Description | |
---|---|---|
MeScanner ( |
||
Read ( ) : void |
Method | Description | |
---|---|---|
Advance ( ) : bool | ||
AdvanceOverWhitespace ( ) : void | ||
IsWhitespaceChar ( char ch ) : bool | ||
PushBack ( ) : void | ||
ReadString ( ) : string | ||
RemoveEscapes ( string value ) : string | ||
ResolvePropertyName ( string longName ) : void | ||
ResolveTypeName ( string longName ) : void |
public MeScanner ( |
||
context | ||
text | string | |
lineNumber | int | |
linePosition | int | |
return | System |