Package jadx.tests.smali

Source Code of jadx.tests.smali.TestN21

package jadx.tests.smali;

import jadx.core.dex.nodes.ClassNode;
import jadx.tests.api.SmaliTest;

import org.junit.Test;

public class TestN21 extends SmaliTest {

  @Test
  public void test() {
    ClassNode cls = getClassNodeFromSmali("TestN21");
    String code = cls.getCode().toString();
    System.out.println(code);
  }
}
TOP

Related Classes of jadx.tests.smali.TestN21

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.