软件包  jdk.nashorn.api.tree

Interface GotoTree

    • 方法详细信息

      • getLabel

        String getLabel​()
        与此goto语句关联的标签。 如果没有与此goto语句相关联的标签,则为null。
        结果
        label associated with this goto statement.