Class MethodTypeVarsAttr

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

    public class MethodTypeVarsAttr
    extends java.lang.Object
    implements jadx.api.plugins.input.data.attributes.IJadxAttribute
    Set of known type variables at current method
    • Method Detail

      • getTypeVars

        public java.util.Set<ArgType> getTypeVars()
      • getAttrType

        public AType<MethodTypeVarsAttr> 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