Package org.teavm.dependency
Interface DependencyTypeFilter
-
public interface DependencyTypeFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanmatch(DependencyType type)default int[]tryExtract(java.util.BitSet types)
-
-
-
Method Detail
-
match
boolean match(DependencyType type)
-
tryExtract
default int[] tryExtract(java.util.BitSet types)
-
-