Show / Hide Table of Contents

    Class BasicBlockTag

    A unique tag type for basic blocks.

    Inheritance
    System.Object
    UniqueTag
    BasicBlockTag
    Inherited Members
    UniqueTag.Name
    UniqueTag.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Flame.Compiler
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class BasicBlockTag : UniqueTag

    Constructors

    | Improve this Doc View Source

    BasicBlockTag()

    Creates a new basic block tag.

    Declaration
    public BasicBlockTag()
    | Improve this Doc View Source

    BasicBlockTag(String)

    Creates a new basic block tag.

    Declaration
    public BasicBlockTag(string name)
    Parameters
    Type Name Description
    System.String name

    The tag's name.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX