Class AllocationEventFilter

java.lang.Object
com.oracle.truffle.api.instrumentation.AllocationEventFilter

public final class AllocationEventFilter extends Object
An instrumentation filter of allocations of guest language values.

To create the filter, use newBuilder() and complete that by calling AllocationEventFilter.Builder.build().

Since:
0.27
See Also: