Interface LabeledStatementTree

  • All Superinterfaces:
    StatementTree, Tree


    public interface LabeledStatementTree
    extends StatementTree
    A tree node for a labeled statement. For example:
       label : statement
     
    Since:
    9
    • Method Detail

      • getLabel

        String getLabel​()
        Returns the label associated with this statement.
        Returns:
        the label
      • getStatement

        StatementTree getStatement​()
        Returns the statement being labeled.
        Returns:
        the statement labeled