Class InstrumentInfo
java.lang.Object
com.oracle.truffle.api.InstrumentInfo
Represents public information about an instrument.
- Since:
- 0.26
-
Method Summary
-
Method Details
-
getId
Gets the id clients can use to acquire this instrument.- Returns:
- this instrument's unique id
- Since:
- 0.26
-
getName
Gets a human readable name of this instrument.- Returns:
- this instrument's user-friendly name
- Since:
- 0.26
-
getVersion
Gets the version of this instrument.- Returns:
- this instrument's version
- Since:
- 0.26
-
toString
-