Package org.robovm.compiler
Class VTable.Cache
java.lang.Object
org.robovm.compiler.VTable.Cache
- Enclosing class:
- VTable
public static class VTable.Cache extends Object
-
Constructor Summary
Constructors Constructor Description Cache() -
Method Summary
-
Constructor Details
-
Cache
public Cache()
-
-
Method Details
-
get
-
remove
public void remove(soot.SootClass clazz)Removes clazz from cache in case it was changed (during compilation)
-