Indicates if an expression has one of the specified compiler properties. This method must only be called at compile time. It is invoked to test properties of sub-expressions. It returns true if at least flag matches an expression. @param flags flags to be checked @return result of check
(Flag... flags)
| 233 | * @return result of check |
| 234 | */ |
| 235 | public abstract boolean has(Flag... flags); |
| 236 | |
| 237 | /** |
| 238 | * Checks if the given variable is used by this expression. |
no outgoing calls
no test coverage detected