This commit is contained in:
@@ -140,7 +140,7 @@ public class Label {
|
||||
* Field used to associate user information to a label. Warning: this field
|
||||
* is used by the ASM tree package. In order to use it with the ASM tree
|
||||
* package you must override the
|
||||
* {@link org.redkale.asm.tree.MethodNode#getLabelNode} method.
|
||||
*
|
||||
*/
|
||||
public Object info;
|
||||
|
||||
|
||||
@@ -74,6 +74,8 @@ public interface Opcodes {
|
||||
|
||||
// ASM API versions
|
||||
|
||||
int ASM4 = 4 << 16 | 0 << 8 | 0;
|
||||
int ASM5 = 5 << 16 | 0 << 8 | 0;
|
||||
int ASM6 = 6 << 16 | 0 << 8 | 0;
|
||||
|
||||
// versions
|
||||
|
||||
Reference in New Issue
Block a user