Search Results for

    Show / Hide Table of Contents

    Class StringToken

    Abstract base class for string tokens.

    Inheritance
    object
    Token
    StringToken
    CommentToken
    QuoteToken
    WhitespaceToken
    WordToken
    Inherited Members
    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 abstract class StringToken : Token

    Constructors

    | Edit this page View Source

    StringToken(string)

    Default constructor.

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

    StringToken(string, int)

    Constructor with the specified value and line number.

    Declaration
    public StringToken(string s, int line)
    Parameters
    Type Name Description
    string s
    int line

    Properties

    | Edit this page View Source

    StringValue

    Override, see base Token

    Declaration
    public override string StringValue { get; }
    Property Value
    Type Description
    string
    Overrides
    Token.StringValue

    Methods

    | Edit this page View Source

    GetHashCode()

    Override, see base Token

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    Token.GetHashCode()
    | Edit this page View Source

    ToDebugString()

    Override, see base Token

    Declaration
    public override string ToDebugString()
    Returns
    Type Description
    string
    Overrides
    Token.ToDebugString()
    | Edit this page View Source

    ToString()

    Override, see base Token

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX