Actions
Task #7383
closedboolean isOperation(final Node expr, final T... opId)
Start date:
07/08/2016
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
0.4.20
Description
Implement a convenience method that checks either the specified Node object is an operation of one of the specified enum id.
Updated by Sergey Smolov over 8 years ago
- Category changed from Utilities to Expression
Updated by Andrei Tatarnikov about 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done: r1283. The signature is the following:
public static <T extends Enum<? extends T>> boolean isOperation(final Node expr, final List<T> opIds) {
...
}
Updated by Andrei Tatarnikov about 8 years ago
- Status changed from Resolved to Closed
- Published in build set to 0.4.20
Actions