Class JsonCodeLine

java.lang.Object
jadx.core.codegen.json.cls.JsonCodeLine

public class JsonCodeLine extends Object
  • Field Details

    • code

      private String code
    • offset

      private String offset
    • sourceLine

      private Integer sourceLine
  • Constructor Details

    • JsonCodeLine

      public JsonCodeLine()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getOffset

      public String getOffset()
    • setOffset

      public void setOffset(String offset)
    • getSourceLine

      public Integer getSourceLine()
    • setSourceLine

      public void setSourceLine(@Nullable @Nullable Integer sourceLine)