All Downloads are FREE. Search and download functionalities are using the official Maven repository.

as3.JA_0.as Maven / Gradle / Ivy

Go to download

JVM AOT compiler currently generating JavaScript, C++, Haxe, with initial focus on Kotlin and games.

There is a newer version: 0.6.8
Show newest version
package {
// Abstract
public class JA_0 extends {% CLASS java.lang.Object %} {
	public var length: int;
	public var desc: String;

	public function JA_0(length: int, desc: String) {
		if (desc == null) throw new Error('JA_0.desc==null');
		this.length = length;
		this.desc = desc;
	}

	public function arraycopy(srcPos: int, dst: JA_0, dstPos: int, len: int, overlapping: Boolean): void {
		throw 'Must override JA_0.arraycopy for ' + this;
	}
}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy