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