Interface EmptyOperatorTable.OperatorKey

All Known Implementing Classes:
BitwiseOperatorTable.BitwiseOperators, ExtendedOperatorSet.ExtendedOperators, ExtendedParserTest.InOperators, JavaOperatorTable.JavaOperators, NullWrappedOperatorTable.NullWrapperOperators, OperatorTable2.BasicOperators, OperatorTable2.PsudoOperators, OperatorTable2.SpecialOperators
Enclosing class:
EmptyOperatorTable

public static interface EmptyOperatorTable.OperatorKey
All operators enums must implement this interface. The internal table uses this as a key to look up operators new keys can be defined by enums implementing this interface.
See Also: