Class EOFToken
Token which represents the End of the Input.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class EOFToken : BaseToken, IToken
Constructors
| Edit this page View SourceEOFToken(int, int)
Creates a new End of File Token.
Declaration
public EOFToken(int line, int pos)
Parameters
Type | Name | Description |
---|---|---|
int | line | Line at which the File Ends. |
int | pos | Column as which the File Ends. |