Class SourceSectionFilter

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

public final class SourceSectionFilter extends Object
A source section filter represents an expression for a subset of tagged source sections that are used in an Truffle interpreter.

Start building event filters by calling newBuilder() and complete them by calling SourceSectionFilter.Builder.build().

Since:
0.12
See Also: