public static final class SetBreakpoint.Arguments extends V8Arguments
Constructor and Description |
---|
Arguments(V8Breakpoint.Type type,
String target,
Long line,
Long column,
Boolean enabled,
String condition,
Long ignoreCount,
Long groupId) |
Modifier and Type | Method and Description |
---|---|
PropertyLong |
getColumn() |
String |
getCondition() |
PropertyLong |
getGroupId() |
PropertyLong |
getIgnoreCount() |
PropertyLong |
getLine() |
String |
getTarget() |
V8Breakpoint.Type |
getType() |
PropertyBoolean |
isEnabled() |
public V8Breakpoint.Type getType()
public String getTarget()
public PropertyLong getLine()
public PropertyLong getColumn()
public PropertyBoolean isEnabled()
public String getCondition()
public PropertyLong getIgnoreCount()
public PropertyLong getGroupId()