Class GenericInfoAttr

  • All Implemented Interfaces:
    jadx.api.plugins.input.data.attributes.IJadxAttribute

    public class GenericInfoAttr
    extends java.lang.Object
    implements jadx.api.plugins.input.data.attributes.IJadxAttribute
    • Constructor Detail

      • GenericInfoAttr

        public GenericInfoAttr​(java.util.List<ArgType> genericTypes)
    • Method Detail

      • getGenericTypes

        public java.util.List<ArgType> getGenericTypes()
      • isExplicit

        public boolean isExplicit()
      • setExplicit

        public void setExplicit​(boolean explicit)
      • getAttrType

        public AType<GenericInfoAttr> getAttrType()
        Specified by:
        getAttrType in interface jadx.api.plugins.input.data.attributes.IJadxAttribute
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object