Search Results for

    Show / Hide Table of Contents

    Interface IGotoLabel

    The interface for a goto label.

    Namespace: Loretta.CodeAnalysis.Lua
    Assembly: Loretta.CodeAnalysis.Lua.dll
    Syntax
    public interface IGotoLabel

    Properties

    | Improve this Doc View Source

    JumpSyntaxes

    The nodes that jump to this label.

    Declaration
    IEnumerable<GotoStatementSyntax> JumpSyntaxes { get; }
    Property Value
    Type Description
    IEnumerable<GotoStatementSyntax>
    | Improve this Doc View Source

    LabelSyntax

    The label's location.

    Declaration
    GotoLabelStatementSyntax LabelSyntax { get; }
    Property Value
    Type Description
    GotoLabelStatementSyntax
    | Improve this Doc View Source

    Name

    The label's name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾