Show / Hide Table of Contents

Class EOFToken

Token which represents the End of the Input.

Inheritance
object
BaseToken
EOFToken
Implements
IToken
Inherited Members
BaseToken._tokentype
BaseToken._startline
BaseToken._endline
BaseToken._startpos
BaseToken._endpos
BaseToken._value
BaseToken.TokenType
BaseToken.Value
BaseToken.StartLine
BaseToken.EndLine
BaseToken.StartPosition
BaseToken.EndPosition
BaseToken.Length
BaseToken.ToString()
BaseToken.GetHashCode()
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 EOFToken : BaseToken, IToken

Constructors

| Edit this page View Source

EOFToken(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.

Implements

IToken

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • EOFToken(int, int)
  • Implements
  • Extension Methods
Back to top Generated by DocFX