public static final class ChangeLive.ChangeLog extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ChangeLive.ChangeLog.BreakpointUpdate |
static class |
ChangeLive.ChangeLog.FunctionPatched |
static class |
ChangeLive.ChangeLog.PositionPatched |
Constructor and Description |
---|
ChangeLog(ChangeLive.ChangeLog.BreakpointUpdate[] breakpointsUpdate,
String[] namesLinkedToOldScript,
String[] droppedFrames,
ChangeLive.ChangeLog.FunctionPatched functionPatched,
ChangeLive.ChangeLog.PositionPatched[] patchedPositions) |
Modifier and Type | Method and Description |
---|---|
ChangeLive.ChangeLog.BreakpointUpdate[] |
getBreakpointsUpdate() |
String[] |
getDroppedFrames() |
ChangeLive.ChangeLog.FunctionPatched |
getFunctionPatched() |
String[] |
getNamesLinkedToOldScript() |
ChangeLive.ChangeLog.PositionPatched[] |
getPatchedPositions() |
public ChangeLog(ChangeLive.ChangeLog.BreakpointUpdate[] breakpointsUpdate, String[] namesLinkedToOldScript, String[] droppedFrames, ChangeLive.ChangeLog.FunctionPatched functionPatched, ChangeLive.ChangeLog.PositionPatched[] patchedPositions)
public ChangeLive.ChangeLog.BreakpointUpdate[] getBreakpointsUpdate()
public String[] getNamesLinkedToOldScript()
public String[] getDroppedFrames()
public ChangeLive.ChangeLog.FunctionPatched getFunctionPatched()
public ChangeLive.ChangeLog.PositionPatched[] getPatchedPositions()