Class ForSomeQuantifierToken
Token which represents a For Some Quantifier.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class ForSomeQuantifierToken : BaseToken, IToken
Constructors
| Improve this Doc 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. |