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

com.github.rapidark.framework.thirdparty.asm.Edge Maven / Gradle / Ivy

The newest version!
package com.github.rapidark.framework.thirdparty.asm;

class Edge {
	int info;
	static final int NORMAL = 0;
	static final int EXCEPTION = Integer.MAX_VALUE;
	Label successor;
	Edge next;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy