Package com.oracle.truffle.api.dsl
Annotation Interface ReportPolymorphism.Exclude
- Enclosing class:
ReportPolymorphism
@Retention(CLASS)
@Target({METHOD,TYPE})
@Inherited
public static @interface ReportPolymorphism.Exclude
Nodes (and their subclasses) or specializations annotated with this annotation will be
excluded from consideration when
reporting
polymorphic specializations
.
Individual specializations can be excluded from this consideration by using the
ReportPolymorphism.Exclude
Polymorphic specializations are never reported on the
first specialization.- Since:
- 0.33