Package com.oracle.truffle.tck
Interface DebuggerTester.PositionPredicate
- Enclosing class:
DebuggerTester
public static interface DebuggerTester.PositionPredicate
Predicate of testable positions.
- Since:
- 19.3.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleantestLine(int line) Whether to test at the line.booleantestLineColumn(int line, int column) Whether to test at the line and column position.
-
Method Details
-
testLine
boolean testLine(int line) Whether to test at the line.- Since:
- 19.3.0
-
testLineColumn
boolean testLineColumn(int line, int column) Whether to test at the line and column position.- Since:
- 19.3.0
-