Results 1 -
2 of
2
OOMatch: Pattern Matching as Dispatch in Java
, 2007
"... We present an extension to Java, dubbed OOMatch. It allows method parameters to be specified as patterns, which are matched against the arguments to the method call. When matches occur, the method applies; if multiple methods apply, the method with the more specific pattern overrides the others. ..."
Abstract
-
Cited by 2 (0 self)
- Add to MetaCart
We present an extension to Java, dubbed OOMatch. It allows method parameters to be specified as patterns, which are matched against the arguments to the method call. When matches occur, the method applies; if multiple methods apply, the method with the more specific pattern overrides the others.

