C# Class SData.Internal.Parser

Inheritance: ParserBase
Afficher le fichier Open project: knat/SData

Private Properties

Свойство Type Description
ClassValue bool
GetUri string
LocalValue bool
LocalValueExpected object
Parser System
ParsingUnit bool

Méthodes publiques

Méthode Description
Parse ( string filePath, TextReader reader, LoadingContext context, ClassTypeMd classTypeMd, object &result ) : bool

Méthodes protégées

Méthode Description
Clear ( ) : void
Init ( string filePath, TextReader reader, LoadingContext context ) : void

Private Methods

Méthode 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, TextReader reader, LoadingContext context, ClassTypeMd classTypeMd, object &result ) : bool

Method Details

Clear() protected méthode

protected Clear ( ) : void
Résultat void

Init() protected méthode

protected Init ( string filePath, TextReader reader, LoadingContext context ) : void
filePath string
reader System.IO.TextReader
context LoadingContext
Résultat void

Parse() public static méthode

public static Parse ( string filePath, TextReader reader, LoadingContext context, ClassTypeMd classTypeMd, object &result ) : bool
filePath string
reader System.IO.TextReader
context LoadingContext
classTypeMd ClassTypeMd
result object
Résultat bool