MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / parseFormula

Method parseFormula

demo/SpreadSheet/SpreadSheet.java:464–519  ·  view source on GitHub ↗

Parse a spreadsheet formula. The syntax is defined as: formula -> value formula -> value op value value -> '(' formula ')' value -> cell value -> op -> '+' | ' ' | '/' | '-' cell ->

(String formula, Node node)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parseValueMethod · 0.95
setValueMethod · 0.95

Calls 5

parseValueMethod · 0.95
lengthMethod · 0.95
charAtMethod · 0.95
substringMethod · 0.95
lengthMethod · 0.45

Tested by

no test coverage detected