MCPcopy Index your code
hub / github.com/benfry/processing4 / getStartOffset

Method getStartOffset

app/src/processing/app/Problem.java:75–75  ·  view source on GitHub ↗

Get the exact character on which this problem starts in code line relative. @return Number of characters past the start of the line if known where the code associated with the Problem starts.

()

Source from the content-addressed store, hash-verified

73 * code associated with the Problem starts.
74 */
75 public int getStartOffset();
76
77 /**
78 * Get the exact character on which this problem ends in code line relative.

Callers 9

getLineStartOffsetMethod · 0.65
getLineLengthMethod · 0.65
emitAsHTMLMethod · 0.65
tokenizeLinesMethod · 0.65
paintErrorLineMethod · 0.65
getToolTipTextMethod · 0.65
highlightMethod · 0.65
updateProblemsMethod · 0.65
startTrackingMethod · 0.65

Implementers 2

JavaProblemjava/src/processing/mode/java/JavaProb
SyntaxProblemjava/src/processing/mode/java/SyntaxPr

Calls

no outgoing calls

Tested by

no test coverage detected