Class SyntaxTagTrap
java.lang.Object
com.oracle.truffle.api.instrument.SyntaxTagTrap
A trap that can be set to interrupt execution at probed nodes carrying a specific tag.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal SyntaxTag
getTag()
abstract void
tagTrappedAt
(Node node, MaterializedFrame frame) Callback that will be received whenever execution enters a node with the specified tag.
-
Constructor Details
-
SyntaxTagTrap
-
-
Method Details
-
getTag
-
tagTrappedAt
Callback that will be received whenever execution enters a node with the specified tag.
-