Class GenericInfoAttr

java.lang.Object
jadx.core.dex.attributes.nodes.GenericInfoAttr
All Implemented Interfaces:
IJadxAttribute

public class GenericInfoAttr extends Object implements IJadxAttribute
  • Field Details

    • genericTypes

      private final List<ArgType> genericTypes
    • explicit

      private boolean explicit
  • Constructor Details

    • GenericInfoAttr

      public GenericInfoAttr(List<ArgType> genericTypes)
  • Method Details