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

com.zving.framework.thirdparty.asm.Edge Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.zving.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