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