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

Method fileName

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

Get the file name of this line. @return the file name

()

Source from the content-addressed store, hash-verified

60 * @return the file name
61 */
62 public String fileName() {
63 return fileName;
64 }
65
66
67 /**

Callers 10

setCurrentLineMethod · 0.80
isInCurrentTabMethod · 0.80
LineHighlightMethod · 0.80
lineChangedMethod · 0.80
LineBreakpointMethod · 0.80
classNameMethod · 0.80
clearBreakpointsMethod · 0.80
getBreakpointsMethod · 0.80
javaToSketchLineMethod · 0.80
sketchToJavaLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected