Class ITable.Entry

java.lang.Object
org.robovm.compiler.ITable.Entry
Direct Known Subclasses:
ITable.ResolvedEntry
Enclosing class:
ITable

public static class ITable.Entry
extends Object
  • Field Details

    • index

      protected int index
    • modifiers

      protected final int modifiers
    • declaringClass

      protected final String declaringClass
    • name

      protected final String name
    • desc

      protected final String desc
  • Method Details

    • getModifiers

      public int getModifiers()
    • getDeclaringClass

      public String getDeclaringClass()
    • getFunctionRef

      public FunctionRef getFunctionRef()
    • getIndex

      public int getIndex()
    • getName

      public String getName()
    • getDesc

      public String getDesc()
    • toString

      public String toString()
      Overrides:
      toString in class Object