Package jadx.api.impl

Class SimpleCodeInfo

  • All Implemented Interfaces:
    ICodeInfo

    public class SimpleCodeInfo
    extends java.lang.Object
    implements ICodeInfo
    • Constructor Detail

      • SimpleCodeInfo

        public SimpleCodeInfo​(java.lang.String code)
    • Method Detail

      • getCodeStr

        public java.lang.String getCodeStr()
        Specified by:
        getCodeStr in interface ICodeInfo
      • toString

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