Property | Type | Description | |
---|---|---|---|
ClassValue | bool | ||
GetUri | string | ||
LocalValue | bool | ||
LocalValueExpected | object | ||
Parser | System | ||
ParsingUnit | bool |
Method | Description | |
---|---|---|
Parse ( string filePath, |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Init ( string filePath, |
Method | Description | |
---|---|---|
ClassValue ( ClassTypeMd declaredClsMd, object &result, TextSpan &textSpan ) : bool | ||
GetUri ( Token aliasToken ) : string | ||
LocalValue ( LocalTypeMd typeMd, object &result, TextSpan &textSpan ) : bool | ||
LocalValueExpected ( LocalTypeMd typeMd ) : object | ||
Parser ( ) : System | ||
ParsingUnit ( string filePath, |
protected Init ( string filePath, |
||
filePath | string | |
reader | ||
context | LoadingContext | |
return | void |
public static Parse ( string filePath, |
||
filePath | string | |
reader | ||
context | LoadingContext | |
classTypeMd | ClassTypeMd | |
result | object | |
return | bool |