Project

General

Profile

Actions

Task #7383

closed

boolean isOperation(final Node expr, final T... opId)

Added by Sergey Smolov over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Andrei Tatarnikov
Category:
Expression
Target version:
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.

Actions #1

Updated by Sergey Smolov over 7 years ago

  • Category changed from Utilities to Expression
Actions #2

Updated by Andrei Tatarnikov over 7 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) {
  ...
}
Actions #3

Updated by Andrei Tatarnikov over 7 years ago

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

Also available in: Atom PDF