Class AllToken
Token which represents the use of the * character to mean All.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class AllToken : BaseToken, IToken
Constructors
| Edit this page View SourceAllToken(int, int)
Creates a new All Token.
Declaration
public AllToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line the * occurs on. |
int | pos | Position the * occurs at. |