public class ProgramRewriteStatus extends Object
Constructor and Description |
---|
ProgramRewriteStatus() |
ProgramRewriteStatus(LocalVariableMap vars) |
Modifier and Type | Method and Description |
---|---|
int |
getBlocksize() |
boolean |
getInjectedCheckpoints() |
boolean |
getRemovedBranches() |
LocalVariableMap |
getVariables() |
boolean |
isInParforContext() |
void |
setBlocksize(int blkSize) |
void |
setInjectedCheckpoints() |
void |
setInParforContext(boolean flag) |
void |
setRemovedBranches() |
public ProgramRewriteStatus()
public ProgramRewriteStatus(LocalVariableMap vars)
public void setRemovedBranches()
public boolean getRemovedBranches()
public void setInParforContext(boolean flag)
public boolean isInParforContext()
public void setBlocksize(int blkSize)
public int getBlocksize()
public void setInjectedCheckpoints()
public boolean getInjectedCheckpoints()
public LocalVariableMap getVariables()
Copyright © 2020 The Apache Software Foundation. All rights reserved.