Class VTable.Entry

java.lang.Object
org.robovm.compiler.VTable.Entry
Enclosing class:
VTable

public static class VTable.Entry
extends Object
  • Method Details

    • getFunctionRef

      public FunctionRef getFunctionRef()
    • overrides

      public boolean overrides​(VTable.Entry other)
      Returns true if this VTable.Entry overrides the specified entry. false otherwise.
    • getIndex

      public int getIndex()
    • getModifiers

      public int getModifiers()
    • getPackage

      public String getPackage()
    • getDeclaringClass

      public String getDeclaringClass()
    • getName

      public String getName()
    • getDesc

      public String getDesc()
    • toString

      public String toString()
      Overrides:
      toString in class Object