Task #7383
closed
boolean isOperation(final Node expr, final T... opId)
Added by Sergey Smolov over 8 years ago.
Updated about 8 years ago.
Assignee:
Andrei Tatarnikov
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.
- Category changed from Utilities to Expression
- 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) {
...
}
- Status changed from Resolved to Closed
- Published in build set to 0.4.20
Also available in: Atom
PDF