Uses of Interface
org.teavm.dependency.MethodDependencyInfo
-
Packages that use MethodDependencyInfo Package Description org.teavm.dependency org.teavm.vm -
-
Uses of MethodDependencyInfo in org.teavm.dependency
Classes in org.teavm.dependency that implement MethodDependencyInfo Modifier and Type Class Description classMethodDependencyMethods in org.teavm.dependency that return MethodDependencyInfo Modifier and Type Method Description MethodDependencyInfoDependencyAgent. getMethod(MethodReference methodRef)MethodDependencyInfoDependencyInfo. getMethod(MethodReference methodRef)MethodDependencyInfoDependencyAgent. getMethodImplementation(MethodReference methodRef)MethodDependencyInfoDependencyInfo. getMethodImplementation(MethodReference methodRef) -
Uses of MethodDependencyInfo in org.teavm.vm
Methods in org.teavm.vm that return types with arguments of type MethodDependencyInfo Modifier and Type Method Description Set<MethodDependencyInfo>Violations. getMissingMethods()
-