Package jasm.attributes

Examples of jasm.attributes.SourceFile


        new ArrayList<JvmType.Clazz>(), modifiers);

    this.filename = module.filename();

    if(filename != null) {
      cf.attributes().add(new SourceFile(filename));
    }

    boolean addMainLauncher = false;

    HashMap<JvmConstant,Integer> constants = new HashMap<JvmConstant,Integer>();
View Full Code Here

TOP

Related Classes of jasm.attributes.SourceFile

Copyright © 2018 www.massapicom. 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.