Click or drag to resize

CommentToken Fields

The CommentToken type exposes the following members.

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