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

Method getLanguages

app/src/processing/app/Language.java:229–231  ·  view source on GitHub ↗

Get all available languages

()

Source from the content-addressed store, hash-verified

227
228 /** Get all available languages */
229 static public Map<String, String> getLanguages() {
230 return init().languages;
231 }
232
233
234 /**

Callers 2

PreferencesFrameMethod · 0.95
applyFrameMethod · 0.95

Calls 1

initMethod · 0.95

Tested by

no test coverage detected