Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setCurrentLine
Method · 0.80
isInCurrentTab
Method · 0.80
LineHighlight
Method · 0.80
lineChanged
Method · 0.80
LineBreakpoint
Method · 0.80
className
Method · 0.80
clearBreakpoints
Method · 0.80
getBreakpoints
Method · 0.80
javaToSketchLine
Method · 0.80
sketchToJavaLine
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected