Package | Description |
---|---|
org.openjdk.asmtools.jasm |
Modifier and Type | Field and Description |
---|---|
(package private) MethodData |
ClassData.curMethod |
protected MethodData |
CodeAttr.mtd |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList<MethodData> |
ClassData.methods |
Modifier and Type | Method and Description |
---|---|
MethodData |
ClassData.StartMethod(int access,
ConstantPool.ConstCell name,
ConstantPool.ConstCell sig,
java.util.ArrayList exc_table) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParserAnnotation.parseParamAnnots(int _totalParams,
MethodData curMethod)
parseParamAnnots
Parses Parameter Annotations attributes.
|
protected void |
ParserAnnotation.scanParamName(int totalParams,
int paramNum,
MethodData curMethod) |
Constructor and Description |
---|
CodeAttr(MethodData mtd,
int pos,
int paramcnt,
Argument max_stack,
Argument max_locals) |