Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class me/test/Main {
- public static java.lang.String string;
- public static byte[] testArray;
- public Main() { // <init> //()V
- <localVar:index=0 , name=this , desc=Lme/test/Main;, sig=null, start=L1, end=L2>
- L1 {
- aload0 // reference to self
- invokespecial java/lang/Object <init>(()V);
- return
- }
- L2 {
- }
- }
- public set() { //()V
- <localVar:index=0 , name=this , desc=Lme/test/Main;, sig=null, start=L1, end=L2>
- L1 {
- ldc "!T!" (java.lang.String)
- putstatic me/test/Main.string:java.lang.String
- }
- L3 {
- return
- }
- L2 {
- }
- }
- public static main(java.lang.String[] arg0) { //([Ljava/lang/String;)V
- <localVar:index=0 , name=args , desc=[Ljava/lang/String;, sig=null, start=L1, end=L2>
- L1 {
- getstatic java/lang/System.out:java.io.PrintStream
- getstatic me/test/Main.string:java.lang.String
- invokevirtual java/io/PrintStream println((Ljava/lang/String;)V);
- }
- L3 {
- new me/test/Main
- dup
- invokespecial me/test/Main <init>(()V);
- invokevirtual me/test/Main set(()V);
- }
- L4 {
- getstatic java/lang/System.out:java.io.PrintStream
- getstatic me/test/Main.string:java.lang.String
- invokevirtual java/io/PrintStream println((Ljava/lang/String;)V);
- }
- L5 {
- return
- }
- L2 {
- }
- }
- static { // <clinit> //()V
- L1 {
- ldc "!Test!" (java.lang.String)
- putstatic me/test/Main.string:java.lang.String
- }
- L2 {
- bipush 19
- newarray 8
- dup
- iconst_0
- bipush -128
- bastore
- dup
- iconst_1
- bipush 125
- bastore
- dup
- iconst_2
- bipush 127
- bastore
- dup
- iconst_3
- bipush -128
- bastore
- dup
- iconst_4
- bipush 19
- bastore
- dup
- iconst_5
- bipush 123
- bastore
- dup
- bipush 6
- bipush 15
- bastore
- dup
- bipush 7
- iconst_1
- bastore
- dup
- bipush 8
- iconst_5
- bastore
- dup
- bipush 9
- iconst_3
- bastore
- dup
- bipush 10
- iconst_4
- bastore
- dup
- bipush 11
- bipush 6
- bastore
- dup
- bipush 12
- bipush 7
- bastore
- dup
- bipush 13
- bipush 81
- bastore
- dup
- bipush 14
- bipush 56
- bastore
- dup
- bipush 15
- bipush 127
- bastore
- dup
- bipush 16
- bipush 127
- bastore
- dup
- bipush 17
- bipush 126
- bastore
- dup
- bipush 18
- iconst_0
- bastore
- putstatic me/test/Main.testArray:byte[]
- return
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement