public final class Frame extends Object
| Constructor and Description |
|---|
Frame(Class<?> clazz,
Method method,
int line,
LocalVariable[] locals) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getClazz() |
int |
getLine() |
Map<String,LocalVariable> |
getLocals() |
Method |
getMethod() |
String |
toString() |
public Frame(Class<?> clazz, Method method, int line, LocalVariable[] locals)
Copyright © 2022. All rights reserved.