Created
May 26, 2014 00:03
-
-
Save dagezi/f71bca622d456c1cdd70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public final java.lang.String toStringAcc(scala.collection.mutable.StringBuilder, boolean); | |
Code: | |
0: aload_0 | |
1: invokevirtual #43 // Method isEmpty:()Z | |
4: ifeq 17 | |
7: aload_1 | |
8: ldc #45 // String ] | |
10: invokevirtual #49 // Method scala/collection/mutable/StringBuilder.append:(Ljava/lang/String;)Lscala/collection/mutable/StringBuilder; | |
13: invokevirtual #51 // Method scala/collection/mutable/StringBuilder.toString:()Ljava/lang/String; | |
16: areturn | |
17: iload_2 | |
18: ifeq 27 | |
21: getstatic #57 // Field scala/runtime/BoxedUnit.UNIT:Lscala/runtime/BoxedUnit; | |
24: goto 33 | |
27: aload_1 | |
28: ldc #59 // String , | |
30: invokevirtual #49 // Method scala/collection/mutable/StringBuilder.append:(Ljava/lang/String;)Lscala/collection/mutable/StringBuilder; | |
33: pop | |
34: aload_0 | |
35: invokevirtual #61 // Method tail:()Lweek4/List; | |
38: aload_1 | |
39: aload_0 | |
40: invokevirtual #63 // Method head:()Ljava/lang/Object; | |
43: invokevirtual #66 // Method scala/collection/mutable/StringBuilder.append:(Ljava/lang/Object;)Lscala/collection/mutable/StringBuilder; | |
46: iconst_0 | |
47: istore_2 | |
48: astore_1 | |
49: astore_0 | |
50: goto 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment