Skip to content

Commit

Permalink
asm
Browse files Browse the repository at this point in the history
  • Loading branch information
deipss committed Dec 21, 2023
1 parent c8e2d16 commit 3d2499a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/Sandbox/ASM.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,16 @@ public class HelloWorldTransformCore {
## 4.4. FiledVisitor

## 4.5. MethodVisitor
- https://lsieun.github.io/java-asm-01/method-visitor-intro.html

## 4.6. Frame

线程在执行时,会有自己的独有的栈空间,这个栈中,存放的就是Stock Frame。

## 4.7. Opcodes

定义了一系列的枚举字段,来标识版本、访问标识、类型

## 4.8. Label

面向对象等高级语言中,有以下三种逻辑结构:顺序、循环、分支。
Expand Down
2 changes: 1 addition & 1 deletion docs/Sandbox/Jvm-Sandbox.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Java Sandbox
title: Java-Sandbox
parent: Sandbox
nav_order: 2
---
Expand Down

0 comments on commit 3d2499a

Please sign in to comment.