Show / Hide Table of Contents

    Class PointerName

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

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

    Constructors

    | Improve this Doc 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

    | Improve this Doc View Source

    ElementName

    Gets the qualified name that is turned into a pointer.

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

    Kind

    Gets this pointer name's pointer kind.

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

    Methods

    | Improve this Doc View Source

    Equals(PointerName)

    Declaration
    public bool Equals(PointerName other)
    Parameters
    Type Name Description
    PointerName other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc 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
    System.Boolean

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

    Overrides
    UnqualifiedName.Equals(UnqualifiedName)
    | Improve this Doc View Source

    GetHashCode()

    Gets a hash code for this unqualified name.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    A hash code.

    Overrides
    UnqualifiedName.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Gets a string representation for this unqualified name.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A string representation.

    Overrides
    UnqualifiedName.ToString()

    Implements

    System.IEquatable<T>
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX