|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CDispatcherSignature | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| Uses of CDispatcherSignature in org.multijava.mjc |
| Classes in org.multijava.mjc that implement CDispatcherSignature | |
(package private) class |
CBinaryMethod.CBinaryMethod$1
|
class |
CSourceDispatcherSignature
This class represents the type (i.e., $signature) for inner dispatcher classes of an external generic function. |
| Fields in org.multijava.mjc declared as CDispatcherSignature | |
private CDispatcherSignature |
CBinaryMethod.dispatcherSig
|
protected CDispatcherSignature |
CSourceAmbiguousDispatcherClass.dispatcherSig
|
protected CDispatcherSignature |
CSourceDispatcherClass.dispatcherSig
The $signature interface for this generic function. |
| Methods in org.multijava.mjc that return CDispatcherSignature | |
abstract CDispatcherSignature |
CMethod.dispatcherSignature()
Returns the $signature class for this. |
CDispatcherSignature |
CSourceMethod.dispatcherSignature()
Returns the $signature class for this. |
CDispatcherSignature |
CSourceDispatcherMethod.dispatcherSignature()
Returns the $signature class for this. |
CDispatcherSignature |
CBinaryMethod.dispatcherSignature()
Returns the $signature class for this. |
protected CDispatcherSignature |
CSourceDispatcherClass.dispatcherSignature()
Returns the $signature interface for this generic function. |
| Methods in org.multijava.mjc with parameters of type CDispatcherSignature | |
(package private) boolean |
JTypeDeclaration.DispatcherClassList.addDispatcherSignature(CDispatcherSignature sig)
|
| Constructors in org.multijava.mjc with parameters of type CDispatcherSignature | |
CSourceAmbiguousDispatcherClass(Main compiler,
CSourceClass outer,
TokenReference where,
CDispatcherSignature dispatcherSig,
CSourceDispatcherMethod dispatcherMethod,
int number)
|
|
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||