| Package | Description |
|---|---|
| org.teavm.dependency |
| Modifier and Type | Method and Description |
|---|---|
MethodDependency |
DependencyChecker.getMethod(MethodReference methodRef) |
MethodDependency |
DependencyChecker.getMethodImplementation(MethodReference methodRef) |
MethodDependency |
DependencyChecker.linkMethod(MethodReference methodRef,
CallLocation callLocation) |
MethodDependency |
DependencyAgent.linkMethod(MethodReference methodRef,
CallLocation callLocation) |
MethodDependency |
MethodDependency.propagate(int parameterIndex,
Class<?> type) |
MethodDependency |
MethodDependency.propagate(int parameterIndex,
DependencyType type) |
MethodDependency |
MethodDependency.propagate(int parameterIndex,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyGraphCreator.createDependency(MethodDependency method) |
void |
DependencyPlugin.methodAchieved(DependencyAgent agent,
MethodDependency method,
CallLocation location) |
void |
DependencyListener.methodReached(DependencyAgent agent,
MethodDependency method,
CallLocation location) |
void |
AbstractDependencyListener.methodReached(DependencyAgent agent,
MethodDependency method,
CallLocation location) |
Copyright © 2015. All rights reserved.