GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Interface IParser

Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public interface IParser

Methods

ParseDocument(String)

Declaration
DocumentSyntax ParseDocument(string document)
Parameters
Type Name Description
String document
Returns
Type Description
DocumentSyntax

ParseType(String)

Declaration
TypeSyntax ParseType(string type)
Parameters
Type Name Description
String type
Returns
Type Description
TypeSyntax

ParseValue(String)

Declaration
ValueSyntax ParseValue(string value)
Parameters
Type Name Description
String value
Returns
Type Description
ValueSyntax
Back to top Copyright © 2017-2019 GraphZen LLC