| MAbstractBC |
|
| MAnnotableParameterCount |
|
| MAnnotation |
Visits an annotation of this method.
|
| MAnnotationDefault |
Visits the default value of this annotation interface method.
|
| MCode |
Начала байт-кода метода
|
| MEnd |
Конец метода
|
| MethodByteCode |
|
| MethodWriter |
|
| MethodWriterCtx |
|
| MFieldInsn |
Доступ к полю объекта
|
| MFrame |
|
| MIincInsn |
Increment local variable by constant ( jvm spec).
|
| MInsn |
Простая инструкция
the opcode of the instruction to be visited.
|
| MInsnAnnotation |
|
| MIntInsn |
|
| MInvokeDynamicInsn |
|
| MJumpInsn |
Инструкция перехода
|
| MLabel |
Метка в исходном коде/точка перехода
|
| MLdcInsn |
|
| MLineNumber |
Номер строки в исходном коде
|
| MLocalVariable |
Определение локальной переменной
|
| MLocalVariableAnnotation |
|
| MLookupSwitchInsn |
lookupswitch
|
| MMaxs |
максимальный размер стека и максимальное количество локальных переменных метода.
|
| MMethodInsn |
This opcode is either
INVOKEVIRTUAL, INVOKESPECIAL, INVOKESTATIC or INVOKEINTERFACE.
|
| MMultiANewArrayInsn |
multianewarray
|
| MParameter |
Visits a parameter of this method.
|
| MParameterAnnotation |
|
| MTableSwitchInsn |
tableswitch
|
| MTryCatchAnnotation |
|
| MTryCatchBlock |
try catch block
|
| MTypeAnnotation |
|
| MTypeInsn |
the opcode of the type instruction to be visited.
|
| MVarInsn |
the opcode of the local variable instruction to be visited.
|
| OpCode |
|