Class StandardTags
java.lang.Object
com.oracle.truffle.api.instrumentation.StandardTags
Set of standard tags usable by language agnostic tools. Language should
provide an implementation of these tags in order to support a wide variety of tools.- Since:
- 0.12
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classMarks program locations that represent a call to other guest language functions, methods or closures.static final classMarks program locations as to be considered expressions of the languages.static final classMarks program locations to be considered as reads of variables of the languages.static final classMarks program locations as bodies of a function, method or closure.static final classMarks program locations as root of a function, method or closure.static final classMarks program locations that represent a statement of a language.static final classMarks program locations to be considered as try blocks, that are followed by catch.static final classMarks program locations to be considered as writes of variables of the languages. -
Method Summary