Search Results for

    Show / Hide Table of Contents

    Class PointerName

    Defines a poiner name: a qualified name that is turned into a pointer.

    Inheritance
    object
    UnqualifiedName
    PointerName
    Implements
    IEquatable<UnqualifiedName>
    IEquatable<PointerName>
    Inherited Members
    UnqualifiedName.Qualify()
    UnqualifiedName.Qualify(QualifiedName)
    UnqualifiedName.Qualify(UnqualifiedName)
    UnqualifiedName.Qualify(string)
    UnqualifiedName.Equals(object)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Flame
    Assembly: Flame.dll
    Syntax
    public class PointerName : UnqualifiedName, IEquatable<UnqualifiedName>, IEquatable<PointerName>

    Constructors

    | Edit this page View Source

    PointerName(QualifiedName, PointerKind)

    Creates a pointer name from a qualified name and a pointer kind.

    Declaration
    public PointerName(QualifiedName elementName, PointerKind kind)
    Parameters
    Type Name Description
    QualifiedName elementName

    The name of the element type in this pointer name.

    PointerKind kind

    The kind of pointer named by this pointer name.

    Properties

    | Edit this page View Source

    ElementName

    Gets the qualified name that is turned into a pointer.

    Declaration
    public QualifiedName ElementName { get; }
    Property Value
    Type Description
    QualifiedName
    | Edit this page View Source

    Kind

    Gets this pointer name's pointer kind.

    Declaration
    public PointerKind Kind { get; }
    Property Value
    Type Description
    PointerKind

    Methods

    | Edit this page View Source

    Equals(PointerName)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(PointerName other)
    Parameters
    Type Name Description
    PointerName other

    An object to compare with this object.

    Returns
    Type Description
    bool

    true if the current object is equal to the other parameter; otherwise, false.

    | Edit this page View Source

    Equals(UnqualifiedName)

    Checks if this unqualified name equals another unqualified name.

    Declaration
    public override bool Equals(UnqualifiedName Other)
    Parameters
    Type Name Description
    UnqualifiedName Other
    Returns
    Type Description
    bool

    true if this unqualified name equals the object; otherwise, false.

    Overrides
    UnqualifiedName.Equals(UnqualifiedName)
    | Edit this page View Source

    GetHashCode()

    Gets a hash code for this unqualified name.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code.

    Overrides
    UnqualifiedName.GetHashCode()
    | Edit this page View Source

    ToString()

    Gets a string representation for this unqualified name.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string representation.

    Overrides
    UnqualifiedName.ToString()

    Implements

    IEquatable<T>
    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX