Sciweavers

OOPSLA
2005
Springer

PolyD: a flexible dispatching framework

13 years 10 months ago
PolyD: a flexible dispatching framework
The standard dispatching mechanisms built into programming languages are sometimes inadequate to the needs of the programmer. In the case of Java, the need for more flexibility has led to the development of a number of tools, including visitors and multi-method extensions, that each add some particular functionality, but lack the generality necessary to support user-defined dispatching mechanisms. In this paper we advocate a more modular approach to dispatching, and we present a tool, PolyD, that allows the programmer to design custom dispatching strategies and to parametrize many aspects of the dispatching process. PolyD exhibits excellent performance and compares well against existing tools. Categories and Subject Descriptors D.2.3 [Software Engineering]: Coding Tools and Techniques— Object-oriented programming; D.3.3 [Software Engineering]: Language Constructs and Features—Patterns General Terms Languages Keywords Dispatching, Multimethods, Visitor Pattern, Java
Antonio Cunei, Jan Vitek
Added 28 Jun 2010
Updated 28 Jun 2010
Type Conference
Year 2005
Where OOPSLA
Authors Antonio Cunei, Jan Vitek
Comments (0)