Class LocalCaptureResult
- java.lang.Object
-
- org.stianloader.micromixin.transform.internal.util.locals.LocalCaptureResult
-
public class LocalCaptureResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Throwableerrororg.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>frameorg.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>[]framesorg.objectweb.asm.tree.MethodNodesourceMethodorg.objectweb.asm.tree.ClassNodesourceOwner
-
Constructor Summary
Constructors Constructor Description LocalCaptureResult(org.objectweb.asm.tree.ClassNode sourceOwner, org.objectweb.asm.tree.MethodNode sourceMethod, java.lang.Throwable error)LocalCaptureResult(org.objectweb.asm.tree.ClassNode sourceOwner, org.objectweb.asm.tree.MethodNode sourceMethod, org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame, org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>[] frames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentTableSectionasLocalPrintTable(java.lang.StringBuilder sharedBuilder)
-
-
-
Field Detail
-
sourceOwner
@NotNull public final org.objectweb.asm.tree.ClassNode sourceOwner
-
sourceMethod
@NotNull public final org.objectweb.asm.tree.MethodNode sourceMethod
-
error
@Nullable public final java.lang.Throwable error
-
frame
@Nullable public final org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame
-
frames
@Nullable public final org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>[] frames
-
-
Constructor Detail
-
LocalCaptureResult
public LocalCaptureResult(@NotNull org.objectweb.asm.tree.ClassNode sourceOwner, @NotNull org.objectweb.asm.tree.MethodNode sourceMethod, @NotNull java.lang.Throwable error)
-
LocalCaptureResult
public LocalCaptureResult(@NotNull org.objectweb.asm.tree.ClassNode sourceOwner, @NotNull org.objectweb.asm.tree.MethodNode sourceMethod, @Nullable org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue> frame, org.objectweb.asm.tree.analysis.Frame<org.objectweb.asm.tree.analysis.BasicValue>[] frames)
-
-
Method Detail
-
asLocalPrintTable
@NotNull public CommentTableSection asLocalPrintTable(@NotNull java.lang.StringBuilder sharedBuilder)
-
-