Class SyntaxTagTrap


  • public abstract class SyntaxTagTrap
    extends java.lang.Object
    A trap that can be set to interrupt execution at probed nodes carrying a specific tag.
    • Constructor Detail

      • SyntaxTagTrap

        protected SyntaxTagTrap​(SyntaxTag tag)
    • Method Detail

      • tagTrappedAt

        public abstract void tagTrappedAt​(Node node,
                                          MaterializedFrame frame)
        Callback that will be received whenever execution enters a node with the specified tag.