Click or drag to resize

CommentToken Class

Token which represents Comments.
Inheritance Hierarchy

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class CommentToken : BaseToken

The CommentToken type exposes the following members.

Constructors
  NameDescription
Public methodCommentToken
Creates a new Comment Token.
Top
Properties
  NameDescription
Public propertyEndLine
Gets the Line at which this Token Ends.
(Inherited from BaseToken.)
Public propertyEndPosition
Gets the Column at which this Token Ends.
(Inherited from BaseToken.)
Public propertyLength
Gets the Length of the Tokens Value.
(Inherited from BaseToken.)
Public propertyStartLine
Gets the Line at which this Token Starts.
(Inherited from BaseToken.)
Public propertyStartPosition
Gets the Column at which this Token Starts.
(Inherited from BaseToken.)
Public propertyTokenType
Gets an arbitrary integer which indicates the Type of the Token.
(Inherited from BaseToken.)
Public propertyValue
Gets the String Value which this Token represents (if any).
(Inherited from BaseToken.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Gets a Hash Code for a Token.
(Inherited from BaseToken.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets a String representation of the Token Type and Value.
(Inherited from BaseToken.)
Top
Fields
  NameDescription
Protected field_endline
Variables for representing the Type and Position of the Token.
(Inherited from BaseToken.)
Protected field_endpos
Variables for representing the Type and Position of the Token.
(Inherited from BaseToken.)
Protected field_startline
Variables for representing the Type and Position of the Token.
(Inherited from BaseToken.)
Protected field_startpos
Variables for representing the Type and Position of the Token.
(Inherited from BaseToken.)
Protected field_tokentype
Variables for representing the Type and Position of the Token.
(Inherited from BaseToken.)
Protected field_value
Variable containg the value of the Token.
(Inherited from BaseToken.)
Top
See Also