Module dev.civl.abc

Interface LabeledStatementNode

All Superinterfaces:
ASTNode, BlockItemNode, StatementNode

public interface LabeledStatementNode extends StatementNode
  • Method Details

    • getLabel

      LabelNode getLabel()
    • getStatement

      StatementNode getStatement()
    • copy

      Description copied from interface: ASTNode
      Returns a deep copy of this AST node. The node and all of its descendants will be cloned. The cloning does not copy analysis or attribute information.
      Specified by:
      copy in interface ASTNode
      Specified by:
      copy in interface BlockItemNode
      Specified by:
      copy in interface StatementNode
      Returns:
      deep copy of this node