Skip to search form
Skip to main content
Skip to account menu
Semantic Scholar
Semantic Scholar's Logo
Search 233,928,998 papers from all fields of science
Search
Sign In
Create Free Account
Double dispatch
Known as:
Double dispatching
, Double-Dispatching
In software engineering, double dispatch is a special form of multiple dispatch, and a mechanism that dispatches a function call to different…
Expand
Wikipedia
(opens in a new tab)
Create Alert
Alert
Related topics
Related topics
14 relations
C++
Control table
Eiffel
Function overloading
Expand
Broader (1)
Method (computer programming)
Papers overview
Semantic Scholar uses AI to extract papers important to this topic.
2016
2016
From UML State Machines to code and back again !
V. C. Pham
,
A. Radermacher
,
S. Gérard
2016
Corpus ID: 45900289
UML state machines and their visual representations are much more suitable to describe logical behaviors of system entities than…
Expand
2015
2015
ETC++: C++ Library for Concept-Based Expression Templates
Bruno Bachelet
,
Loïc Yon
2015
Corpus ID: 196187071
The ETC++ library, "Expression Templates with Concepts in C++", provides an implementation of expression templates based on…
Expand
2013
2013
Web applications using the Google Web Toolkit
Michael von Wenckstern
2013
Corpus ID: 60503055
Syntax Tree and Visitor Pattern Before discovering the GWT compiler, it is better to mention Abstract Syntax Tree (AST). The best…
Expand
2011
2011
The Security Measures Analysis of Double-Dispatching Exchange Network System
Lin Su-rong
2011
Corpus ID: 113811576
Along with the development of power grid,the requirement on the stability of power communication system is becoming higher and…
Expand
2009
2009
Method for realizing double dispatch command center system in IP network
杜玲
2009
Corpus ID: 70320721
The invention discloses a method for realizing a double dispatch command center system in an IP network, belonging to the…
Expand
2008
2008
Mapping and Visiting in Functional and Object-Oriented Programming
Kurt Nørmark
,
Bent Thomsen
,
L. L. Thomsen
Journal of Object Technology
2008
Corpus ID: 1686777
class Exp{ public abstract T Accept<T,D>(Visitor<T,D> v, D x); } class PlusExp : Exp { private Exp e1, e2; public PlusExp(Exp a…
Expand
2006
2006
Double dispatch in C
BettiniLorenzo
,
CapecchiSara
,
VenneriBetti
2006
Corpus ID: 216025051
Double dispatch is the ability to dynamically select a method not only according to the run-time type of the receiver (single…
Expand
1996
1996
Variations on the Visitor Pattern
M. E. Nordberg
1996
Corpus ID: 59676071
Two variations on the Visitor pattern are pre sented. A Default Visitor provides default handlers for cases where the…
Expand
1993
1993
How to Design Frameworks
Ralph E. Johnson
Conference on Object-Oriented Programming Systems…
1993
Corpus ID: 59657642
classes Account, Transaction, Attribute Way objects interact: Transaction -> Account Transaction can post itself to set of…
Expand
1990
1990
Arithmetic and double dispatching in Smalltalk
K. Hebel
,
R. Johnson
1990
Corpus ID: 60701091
By clicking accept or continuing to use the site, you agree to the terms outlined in our
Privacy Policy
(opens in a new tab)
,
Terms of Service
(opens in a new tab)
, and
Dataset License
(opens in a new tab)
ACCEPT & CONTINUE