Package org.teavm.model.lowlevel
Class LowLevelNullCheckFilter
- java.lang.Object
-
- org.teavm.model.lowlevel.LowLevelNullCheckFilter
-
- All Implemented Interfaces:
NullCheckFilter
public class LowLevelNullCheckFilter extends java.lang.Object implements NullCheckFilter
-
-
Field Summary
-
Fields inherited from interface org.teavm.model.transformation.NullCheckFilter
EMPTY
-
-
Constructor Summary
Constructors Constructor Description LowLevelNullCheckFilter(Characteristics characteristics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(FieldReference field)booleanapply(MethodReference method)
-
-
-
Constructor Detail
-
LowLevelNullCheckFilter
public LowLevelNullCheckFilter(Characteristics characteristics)
-
-
Method Detail
-
apply
public boolean apply(FieldReference field)
- Specified by:
applyin interfaceNullCheckFilter
-
apply
public boolean apply(MethodReference method)
- Specified by:
applyin interfaceNullCheckFilter
-
-