Package com.oracle.truffle.tck
Annotation Interface TruffleRunner.Inject
- Enclosing class:
TruffleRunner
A parameter annotated with
TruffleRunner.Inject specifies the RootNode of the test AST.- Since:
- 0.25
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends com.oracle.truffle.api.nodes.RootNode> valueDefines theroot nodeof the Truffle tree that should be tested.- Since:
- 0.25
-