Search Results for

    Show / Hide Table of Contents

    Class UniqueTag

    A base class for unique tags: identifiers for values that have a name and use referential equality instead of structural equality.

    Inheritance
    object
    UniqueTag
    BasicBlockTag
    ValueTag
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Flame.Compiler
    Assembly: Flame.Compiler.dll
    Syntax
    public abstract class UniqueTag

    Constructors

    | Edit this page View Source

    UniqueTag()

    Creates a new unique tag.

    Declaration
    public UniqueTag()
    | Edit this page View Source

    UniqueTag(string)

    Creates a new unique tag.

    Declaration
    public UniqueTag(string name)
    Parameters
    Type Name Description
    string name

    The tag's name.

    Properties

    | Edit this page View Source

    Name

    Gets the (preferred) name for this tag.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    The tag's name.

    Methods

    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX