Package org.robovm.compiler.clazz
Class SuperMethodDependency
java.lang.Object
org.robovm.compiler.clazz.Dependency
org.robovm.compiler.clazz.MethodDependency
org.robovm.compiler.clazz.SuperMethodDependency
- All Implemented Interfaces:
Serializable
public class SuperMethodDependency extends MethodDependency
Records a dependency between a method and the method it overrides. Also used
to record dependencies between a class and the methods it should implement
given its interfaces but are actually already implemented by super classes.
- See Also:
- Serialized Form
-
Method Summary
Methods inherited from class org.robovm.compiler.clazz.MethodDependency
equals, getMethodDesc, getMethodName, getOwner, hashCodeMethods inherited from class org.robovm.compiler.clazz.Dependency
getClassName, getPath, isInBootClasspath, isWeak, toString