Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
反汇编Java要点的正确文件扩展名是什么?_Java_Github_Jvm_Gist - Fatal编程技术网

反汇编Java要点的正确文件扩展名是什么?

反汇编Java要点的正确文件扩展名是什么?,java,github,jvm,gist,Java,Github,Jvm,Gist,如果我想把 public int compareTo(fractions.Fraction); Code: 0: aload_0 1: aload_1 2: invokevirtual #92 // Method minus:(Lfractions/Fraction;)Lfractions/Fraction; 5: astore_2 6: aload_2 7: getfield #1 //

如果我想把

  public int compareTo(fractions.Fraction);
    Code:
       0: aload_0
       1: aload_1
       2: invokevirtual #92 // Method minus:(Lfractions/Fraction;)Lfractions/Fraction;
       5: astore_2
       6: aload_2
       7: getfield      #1 // Field numerator:J
      10: lconst_0
      11: lcmp
      12: ifge          17
      15: iconst_m1
      16: ireturn
      17: aload_2
      18: getfield      #1 // Field numerator:J
      21: lconst_0
      22: lcmp
      23: ifle          28
      26: iconst_1
      27: ireturn
      28: iconst_0
      29: ireturn
在GitHub Gist中,我应该使用什么文件扩展名?我的第一直觉是*.java,但这有点误导。所以现在我在想*.javap


我试过向谷歌提出这个问题,但似乎没有得到任何有用的结果。

.txt?它是文本,没有官方的afaik扩展。不过,扩展并不重要。你为什么在乎?我不想发明不同的东西来取代已经存在的东西。