Package org.teavm.vm.spi
Interface ElementFilter
-
public interface ElementFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanacceptClass(java.lang.String className)booleanacceptField(FieldReference field)booleanacceptMethod(MethodReference method)
-
-
-
Method Detail
-
acceptClass
boolean acceptClass(java.lang.String className)
-
acceptMethod
boolean acceptMethod(MethodReference method)
-
acceptField
boolean acceptField(FieldReference field)
-
-