Class ThrowStatement

All Implemented Interfaces:
AttributedObject, Node, Statement, CopyInterceptor

public final class ThrowStatement extends StatementBase
  • Constructor Details

    • ThrowStatement

      public ThrowStatement(Node parent)
  • Method Details

    • expr

      public ExpressionInternal expr()
    • accept

      public void accept(Visitor visitor)
      Description copied from interface: Node
      Accept the visitor and allow it to perform actions on this Node.
      Specified by:
      accept in interface Node
      Overrides:
      accept in class NodeBase