Uses of Interface
org.teavm.dependency.FieldDependencyInfo
-
Packages that use FieldDependencyInfo Package Description org.teavm.dependency org.teavm.vm -
-
Uses of FieldDependencyInfo in org.teavm.dependency
Classes in org.teavm.dependency that implement FieldDependencyInfo Modifier and Type Class Description classFieldDependencyMethods in org.teavm.dependency that return FieldDependencyInfo Modifier and Type Method Description FieldDependencyInfoDependencyAgent. getField(FieldReference fieldRef)FieldDependencyInfoDependencyInfo. getField(FieldReference fieldRef) -
Uses of FieldDependencyInfo in org.teavm.vm
Methods in org.teavm.vm that return types with arguments of type FieldDependencyInfo Modifier and Type Method Description Set<FieldDependencyInfo>Violations. getMissingFields()
-