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

Method getStopOffset

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

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

()

Source from the content-addressed store, hash-verified

81 * code associated with the Problem ends.
82 */
83 public int getStopOffset();
84
85}
86

Callers 5

paintErrorLineMethod · 0.65
getToolTipTextMethod · 0.65
highlightMethod · 0.65
findProblemsMethod · 0.65
updateProblemsMethod · 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