Project

General

Profile

Actions

Bug #4681

closed

[expression] В обходчике не учитывается то обстоятельство, что выражение может быть значением или переменной

Added by Alexander Kamkin over 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Andrei Tatarnikov
Category:
-
Target version:
Start date:
01/21/2014
Due date:
% Done:

100%

Estimated time:
Detected in build:
svn
Platform:
Published in build:
140708

Description

public void visit(Iterable<NodeExpr> exprs)
public void visit(NodeExpr expr)

Должен использоваться тип Node вместо NodeExpr.

visitor.onRootBegin();
visitExpr(expr);
visitor.onRootEnd();

Должен вызываться метод visitNode(node).

Actions #1

Updated by Alexander Kamkin over 10 years ago

В классе Formulas (поскольку слово греческое множ. число - Formulae) во внутреннем представлении список NodeExpr, хотя правильнее использовать Node.

0 - это формула, x - это тоже формула.

Actions #2

Updated by Alexander Kamkin over 10 years ago

  • Description updated (diff)
Actions #3

Updated by Andrei Tatarnikov about 10 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Fixed in r346.

Actions #4

Updated by Andrei Tatarnikov almost 10 years ago

  • Status changed from Resolved to Closed
  • Published in build set to 140708
Actions

Also available in: Atom PDF