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

Method lineIdx

java/src/processing/mode/java/debug/LineID.java:72–74  ·  view source on GitHub ↗

Get the (0-based) line number of this line. @return the line index (i.e. line number, starting at 0)

()

Source from the content-addressed store, hash-verified

70 * @return the line index (i.e. line number, starting at 0)
71 */
72 public synchronized int lineIdx() {
73 return lineIdx;
74 }
75
76
77 @Override

Callers 12

attachMethod · 0.95
toggleBreakpointMethod · 0.95
locationToStringMethod · 0.95
handleSaveAsMethod · 0.80
addBreakpointCommentsMethod · 0.80
setCurrentLineMethod · 0.80
paintMethod · 0.80
clearMethod · 0.80
removeMethod · 0.80
removeBreakpointMethod · 0.80
javaToSketchLineMethod · 0.80
sketchToJavaLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected