Class ForSomeQuantifierToken
Token which represents a For Some Quantifier.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class ForSomeQuantifierToken : BaseToken, IToken
Constructors
| Edit this page View SourceForSomeQuantifierToken(int, int)
Creates a new For Some Quantifier Token.
Declaration
public ForSomeQuantifierToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line at which the For Some Quantifier occurs. |
int | pos | Column at which the For Some Quantifier occurs. |