Uses of Class
org.teavm.dependency.FieldDependency
-
Packages that use FieldDependency Package Description org.teavm.dependency -
-
Uses of FieldDependency in org.teavm.dependency
Methods in org.teavm.dependency that return FieldDependency Modifier and Type Method Description FieldDependencyFieldDependency. addLocation(CallLocation location)FieldDependencyDependencyAnalyzer. getField(FieldReference fieldRef)FieldDependencyDependencyAgent. linkField(FieldReference fieldRef)FieldDependencyDependencyAnalyzer. linkField(FieldReference fieldRef)Methods in org.teavm.dependency with parameters of type FieldDependency Modifier and Type Method Description voidAbstractDependencyListener. fieldReached(DependencyAgent agent, FieldDependency field)voidDependencyListener. fieldReached(DependencyAgent agent, FieldDependency field)
-