public class BreakAction extends Object
Modifier and Type | Field and Description |
---|---|
static int |
AMBIGUOUS |
static int |
NOCODE |
static int |
RESOLVED |
static int |
UNRESOLVED |
Constructor and Description |
---|
BreakAction(LocationCollection c) |
BreakAction(String unresolvedLocation) |
Modifier and Type | Method and Description |
---|---|
void |
addCommand(String cmd) |
void |
addLocation(Location l) |
void |
clearCommands() |
void |
clearCondition() |
void |
clearHits() |
String |
commandAt(int i) |
String |
getBreakpointExpression() |
int |
getCommandCount() |
ValueExp |
getCondition() |
String |
getConditionString() |
int |
getHits() |
int |
getId() |
Location |
getLocation() |
LocationCollection |
getLocations() |
int |
getStatus() |
void |
hit() |
boolean |
isAutoDelete() |
boolean |
isAutoDisable() |
boolean |
isEnabled() |
boolean |
isPropagable() |
boolean |
isSilent() |
boolean |
isSingleSwf() |
boolean |
locationMatches(int fileId,
int line,
int isolateId) |
void |
setAutoDelete(boolean delete) |
void |
setAutoDisable(boolean disable) |
void |
setBreakpointExpression(String expr) |
void |
setCondition(ValueExp c,
String s) |
void |
setEnabled(boolean enable) |
void |
setLocations(LocationCollection loc) |
void |
setPropagable(boolean propagable) |
void |
setSilent(boolean silent) |
void |
setSingleSwf(boolean singleSwf) |
void |
setStatus(int status) |
public static final int RESOLVED
public static final int UNRESOLVED
public static final int AMBIGUOUS
public static final int NOCODE
public BreakAction(LocationCollection c) throws NullPointerException
NullPointerException
public BreakAction(String unresolvedLocation)
public int getCommandCount()
public String commandAt(int i)
public Location getLocation()
public LocationCollection getLocations()
public int getId()
public int getHits()
public boolean isEnabled()
public boolean isAutoDisable()
public boolean isAutoDelete()
public boolean isSilent()
public boolean isSingleSwf()
public ValueExp getCondition()
public String getConditionString()
public String getBreakpointExpression()
public int getStatus()
public boolean isPropagable()
public void addCommand(String cmd)
public void clearCommands()
public void addLocation(Location l)
public void setEnabled(boolean enable)
public void setAutoDisable(boolean disable)
public void setAutoDelete(boolean delete)
public void setSilent(boolean silent)
public void clearCondition()
public void hit()
public void clearHits()
public void setSingleSwf(boolean singleSwf)
public void setBreakpointExpression(String expr)
public void setStatus(int status)
public void setPropagable(boolean propagable)
public void setLocations(LocationCollection loc)
public boolean locationMatches(int fileId, int line, int isolateId)
Copyright © 2016 The Apache Software Foundation. All rights reserved.