Uses of Package
org.hotswap.agent.javassist.bytecode.analysis
-
Packages that use org.hotswap.agent.javassist.bytecode.analysis Package Description org.hotswap.agent.javassist.bytecode.analysis Bytecode Analysis API. -
Classes in org.hotswap.agent.javassist.bytecode.analysis used by org.hotswap.agent.javassist.bytecode.analysis Class Description ControlFlow.Block Basic block.ControlFlow.Catcher Represents a catch clause.ControlFlow.Node A node of (post) dominator trees.Frame Represents the stack frame and local variable table at a particular point in time.MultiType MultiType represents an unresolved type.Subroutine Represents a nested method subroutine (marked by JSR and RET).Type Represents a JVM type in data-flow analysis.