public static class StackMapTable.Frame extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
numLocals
Number of local variables represented in this frame.
|
int |
numStackItems
Number of stack items represented in this frame.
|
JvmType[] |
types
The array of types for this frame.
|
public final int numLocals
public final int numStackItems
public final JvmType[] types
public Frame(int numLocals,
int numStackItems,
JvmType[] types)
Copyright © 2016. All rights reserved.