Package com.oracle.truffle.api.dsl
Annotation Type NodeAssumptions
-
@Retention(CLASS) @Target(TYPE) public @interface NodeAssumptions
Declares one or multiple assumptions for use inside a source code generation enabled node. Declared assumptions must be passed to theNodeFactory.createNode(Object...)
method as parameters.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
-