Uses of Class
org.robovm.compiler.clazz.Dependency
| Package | Description |
|---|---|
| org.robovm.compiler.clazz |
-
Uses of Dependency in org.robovm.compiler.clazz
Subclasses of Dependency in org.robovm.compiler.clazz Modifier and Type Class Description classClassDependencyRecords a dependency on a classAfor a class or methodBand the path whereAwas located whenBwas built.classInvokeMethodDependencyRecords a dependency between a method and the methods it calls.classMethodDependencyRecords a dependency on a method.classSuperMethodDependencyRecords a dependency between a method and the method it overrides.Methods in org.robovm.compiler.clazz that return types with arguments of type Dependency Modifier and Type Method Description Set<Dependency>ClazzInfo. getAllDependencies()Set<Dependency>ClazzInfo. getDependencies()Set<Dependency>MethodInfo. getDependencies()