Class DwarfDecoderFactory


  • public class DwarfDecoderFactory
    extends java.lang.Object
    Generate instances of DwarfEHDecoder suitable for various pointer-encodings.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DwarfEHDecoder getDecoder​(int mode)
      Get the appropriate decoder for the given 8-bit mode; mode is parsed into decode format, application mode, and indirection flag.
      • Methods inherited from class java.lang.Object

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

      • DwarfDecoderFactory

        public DwarfDecoderFactory()
    • Method Detail

      • getDecoder

        public static DwarfEHDecoder getDecoder​(int mode)
        Get the appropriate decoder for the given 8-bit mode; mode is parsed into decode format, application mode, and indirection flag.
        Parameters:
        mode - a byte that indicates an encoding
        Returns:
        the decoder for the indicated mode of encoding
        See Also:
        #getDecoder(DwarfEHDataDecodeFormat, DwarfEHDataApplicationMode, boolean)