Package gay.object.hexdebug.mixin
Class MixinFrameEvaluate
java.lang.Object
gay.object.hexdebug.mixin.MixinFrameEvaluate
- All Implemented Interfaces:
gay.object.hexdebug.casting.eval.IMixinFrameEvaluate
public class MixinFrameEvaluate
extends Object
implements gay.object.hexdebug.casting.eval.IMixinFrameEvaluate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetFatal$hexdebug(boolean isFatal) voidsetFrameBreakpoint$hexdebug(boolean isFrameBreakpoint) voidsetStopBefore$hexdebug(boolean stopBefore)
-
Constructor Details
-
MixinFrameEvaluate
public MixinFrameEvaluate()
-
-
Method Details
-
isFrameBreakpoint$hexdebug
public boolean isFrameBreakpoint$hexdebug()- Specified by:
isFrameBreakpoint$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinFrameEvaluate
-
setFrameBreakpoint$hexdebug
public void setFrameBreakpoint$hexdebug(boolean isFrameBreakpoint) - Specified by:
setFrameBreakpoint$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinFrameEvaluate
-
getStopBefore$hexdebug
public boolean getStopBefore$hexdebug()- Specified by:
getStopBefore$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinFrameEvaluate
-
setStopBefore$hexdebug
public void setStopBefore$hexdebug(boolean stopBefore) - Specified by:
setStopBefore$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinFrameEvaluate
-
isFatal$hexdebug
public boolean isFatal$hexdebug()- Specified by:
isFatal$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinFrameEvaluate
-
setFatal$hexdebug
public void setFatal$hexdebug(boolean isFatal) - Specified by:
setFatal$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinFrameEvaluate
-