com.zving.framework.thirdparty.asm.Context Maven / Gradle / Ivy
package com.zving.framework.thirdparty.asm;
class Context
{
Attribute[] attrs;
int flags;
char[] buffer;
int[] bootstrapMethods;
int access;
String name;
String desc;
int offset;
int mode;
int localCount;
int localDiff;
Object[] local;
int stackCount;
Object[] stack;
}