Package org.teavm.model.transformation
Interface NullCheckFilter
-
- All Known Implementing Classes:
LowLevelNullCheckFilter
public interface NullCheckFilter
-
-
Field Summary
Fields Modifier and Type Field Description static NullCheckFilterEMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(FieldReference field)booleanapply(MethodReference method)
-
-
-
Field Detail
-
EMPTY
static final NullCheckFilter EMPTY
-
-
Method Detail
-
apply
boolean apply(FieldReference field)
-
apply
boolean apply(MethodReference method)
-
-