Module jdk.compiler

Interface BreakTree

  • All Superinterfaces:
    StatementTree, Tree

    public interface BreakTree
    extends StatementTree
    A tree node for a break statement. For example:
       break;
    
       break label ;
     
    Since:
    1.6
    See The Java™ Language Specification:
    section 14.15
    • Method Detail

      • getLabel

        Name getLabel()
        Returns the label for this break statement.
        Returns:
        the label

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部