public interface OperatorContext
| Modifier and Type | Method and Description |
|---|---|
Operator |
getBySuffix(String suffix)
Finds the operator that matches the given suffix
|
void |
register(Operator operator) |
void register(Operator operator)
operator - registers a new operator, taking care to avoid registration of new operators that override a
predefined operator suffix.Copyright © 2014–2016. All rights reserved.