MCPcopy Index your code
hub / github.com/processing/processing / toString

Method toString

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

Output a string representation in the form fileName:lineIdx+1. Note this uses a 1-based line number as is customary for human-readable line numbers. @return the string representation of this line ID

()

Source from the content-addressed store, hash-verified

114 * @return the string representation of this line ID
115 */
116 @Override
117 public String toString() {
118 return fileName + ":" + (lineIdx + 1);
119 }
120
121
122 /**

Callers 15

hashCodeMethod · 0.95
getMapperMethod · 0.45
brightnessMethod · 0.45
closeMethod · 0.45
pinModeMethod · 0.45
releasePinMethod · 0.45
PWMMethod · 0.45
closeMethod · 0.45
handleImportLibraryMethod · 0.45
downloadImportsMethod · 0.45
updateErrorTableMethod · 0.45
compileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected