Search Results for

    Show / Hide Table of Contents

    Class WordToken

    Token type for words, meaning sequences of word characters.

    Inheritance
    object
    Token
    StringToken
    WordToken
    Inherited Members
    StringToken.ToDebugString()
    StringToken.ToString()
    StringToken.StringValue
    StringToken.GetHashCode()
    Token.LineNumber
    Token.obj
    Token.Object
    Token.UntermError
    Token.UntermErrorMsg
    Token.Equals(object)
    Token.Equals(string)
    Token.Equals(char)
    Token.ToLineString()
    Token.ConvertToType(Type)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: RTools_NTS.Util
    Assembly: NetTopologySuite.dll
    Syntax
    public class WordToken : StringToken

    Constructors

    | Edit this page View Source

    WordToken(string)

    Constructor with the specified value.

    Declaration
    public WordToken(string s)
    Parameters
    Type Name Description
    string s
    | Edit this page View Source

    WordToken(string, int)

    Constructor with the specified value and line number.

    Declaration
    public WordToken(string s, int line)
    Parameters
    Type Name Description
    string s
    int line
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX