Class CallKeywordToken
Token which represents the SPARQL CALL Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class CallKeywordToken : BaseToken, IToken
Constructors
| Edit this page View SourceCallKeywordToken(int, int)
Creates a new CALL Keyword Token.
Declaration
public CallKeywordToken(int line, int pos)
Parameters
| Type | Name | Description |
|---|---|---|
| int | line | Line the Keyword occurs on. |
| int | pos | Position the Keyword occurs at. |