|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CClass.NoDupStrategy | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| Uses of CClass.NoDupStrategy in org.multijava.mjc |
| Subclasses of CClass.NoDupStrategy in org.multijava.mjc | |
(package private) class |
CClass.CClass$1
|
(package private) class |
CClass.CClass$2
|
(package private) class |
CClass.CClass$3
|
(package private) class |
CClass.CClass$4
|
(package private) class |
CClass.CClass$5
|
(package private) class |
CClass.CClass$6
|
| Methods in org.multijava.mjc with parameters of type CClass.NoDupStrategy | |
protected void |
CClass.accumMostSpecificMethods(String name,
CClass.NoDupStrategy actor,
CMethodSet accum,
CClassType[] args,
CContextType context)
Accumulates the set of methods with identifier name declared in the type represented by this,
or added to the type by external methods, using the
strategy actor. |
protected void |
CClass.accumLocalInternalMethods(String name,
CClass.NoDupStrategy actor,
CMethodSet accum,
CClassType[] args)
Accumulates the set of methods with identifier name declared in the type represented by this,
using the strategy actor. |
protected void |
CClass.accumLocalExtAndInheritedMethods(String name,
CClass.NoDupStrategy actor,
CMethodSet accum,
CClassType[] args,
CContextType context)
Accumulates the set of methods with identifier name declared in the type represented by this,
or added to the type by external methods, using the
strategy actor. |
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||