Package org.teavm.runtime
Class IsSupertypeFunction
- java.lang.Object
-
- org.teavm.interop.Function
-
- org.teavm.runtime.IsSupertypeFunction
-
public abstract class IsSupertypeFunction extends Function
-
-
Constructor Summary
Constructors Constructor Description IsSupertypeFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanapply(RuntimeClass superType)
-
-
-
Method Detail
-
apply
public abstract boolean apply(RuntimeClass superType)
-
-