Class ClassInfo.FrameData
java.lang.Object
org.spongepowered.asm.mixin.transformer.ClassInfo.FrameData
- Enclosing class:
- ClassInfo
public static class ClassInfo.FrameData
extends java.lang.Object
Information about frames in a method
-
Field Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
index
public final int indexFrame index -
type
public final int typeFrame type -
locals
public final int localsFrame local count -
size
public final int sizeFrame local size
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-