Class ForAllQuantifierToken
Token which represents a For All 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 ForAllQuantifierToken : BaseToken, IToken
Constructors
| Improve this Doc View SourceForAllQuantifierToken(int, int)
Creates a new For All Quantifier Token.
Declaration
public ForAllQuantifierToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line at which the For All Quantifier occurs. |
int | pos | Column at which the For All Quantifier occurs. |