Class JumpStmt

    • Constructor Detail

      • JumpStmt

        public JumpStmt()
    • Method Detail

      • catchTargets

        public java.util.Collection catchTargets()
        The Block containing this JumpStmt may lie within a try block (i.e. it is a protected block). If so, then catchTargets() returns a set of Blocks that begin the exception handler for the exception that may be thrown in the protected block.
      • copyInto

        protected Node copyInto​(Node node)
        Description copied from class: Node
        Copies the contents of one Node into another.
        Overrides:
        copyInto in class Node
        Parameters:
        node - A Node from which to copy.
        Returns:
        node containing the contents of this Node.