MCPcopy Index your code
hub / github.com/autoNumeric/autoNumeric / _exp

Method _exp

src/maths/Parser.js:67–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 _exp() {
68 const termNode = this._term();
69 const exprNode = this._moreExp();
70
71 //TODO Do not create an 'empty' node where this is added to 0
72 return ASTNode.createNode('op_+', termNode, exprNode);
73 }
74
75 _moreExp() {
76 let termNode;

Callers 2

constructorMethod · 0.95
_factorMethod · 0.95

Calls 3

_termMethod · 0.95
_moreExpMethod · 0.95
createNodeMethod · 0.80

Tested by

no test coverage detected