Class BuilderTypeReference

All Implemented Interfaces:
CharSequence, Comparable<CharSequence>, Reference, TypeReference, BuilderReference

public class BuilderTypeReference extends BaseTypeReference implements BuilderReference
  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public String getType()
      Description copied from interface: TypeReference
      Gets the string representation of the referenced type. The returned string will be a TypeDescriptor, as defined in the dex file specification
      Specified by:
      getType in interface TypeReference
      Returns:
      The string representation of the referenced type.
    • getIndex

      public int getIndex()
      Specified by:
      getIndex in interface BuilderReference
    • setIndex

      public void setIndex(int index)
      Specified by:
      setIndex in interface BuilderReference