Package com.oracle.truffle.api.nodes
Annotation Type Node.Child
-
@Retention(RUNTIME) @Target(FIELD) public static @interface Node.Child
Marks fields that represent child nodes of this node.
@Retention(RUNTIME)
@Target(FIELD)
public static @interface Node.Child