Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStardogParser

Hierarchy

  • IStardogParser

Implemented by

Index

Properties

Properties

parse

parse: function

Type declaration

    • (document: string): object
    • Parameters

      • document: string

      Returns object

      • cst: CstNode
      • errors: IRecognitionException[]

tokenize

tokenize: function

Type declaration

    • (document: string): IToken[]
    • Parameters

      • document: string

      Returns IToken[]

Generated using TypeDoc