Class PGTypeReader


  • public class PGTypeReader
    extends me.jamiemansfield.string.StringReader
    A reader for types within the ProGuard mapping format.
    Since:
    0.5.1
    • Constructor Summary

      Constructors 
      Constructor Description
      PGTypeReader​(java.lang.String source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.cadixdev.bombe.type.FieldType readFieldType()
      Reads a field type from the source.
      org.cadixdev.bombe.type.Type readType()
      Reads a type from the source.
      • Methods inherited from class me.jamiemansfield.string.StringReader

        advance, advance, available, index, length, peek, peek, readable, remaining, skip, substring
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PGTypeReader

        public PGTypeReader​(java.lang.String source)
    • Method Detail

      • readType

        public org.cadixdev.bombe.type.Type readType()
        Reads a type from the source.
        Returns:
        A type
      • readFieldType

        public org.cadixdev.bombe.type.FieldType readFieldType()
        Reads a field type from the source.
        Returns:
        A field type