This commit is contained in:
Redkale
2018-04-13 16:19:05 +08:00
parent 0bf7ccd701
commit 6a616b4652
2 changed files with 3 additions and 1 deletions

View File

@@ -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;

View File

@@ -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