|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClass.IInvocable | |
---|---|
org.codehaus.janino | The classes in this package pose the core of the Janino JavaTM compiler. |
Uses of IClass.IInvocable in org.codehaus.janino |
---|
Subclasses of IClass.IInvocable in org.codehaus.janino | |
---|---|
class |
IClass.IConstructor
|
class |
IClass.IMethod
|
Methods in org.codehaus.janino that return IClass.IInvocable | |
---|---|
IClass.IInvocable |
UnitCompiler.findMostSpecificIInvocable(Java.Locatable l,
IClass.IInvocable[] iInvocables,
IClass[] argumentTypes,
boolean boxingPermitted,
Java.Scope contextScope)
Determine the applicable invocables and choose the most specific invocable. |
Methods in org.codehaus.janino with parameters of type IClass.IInvocable | |
---|---|
IClass.IInvocable |
UnitCompiler.findMostSpecificIInvocable(Java.Locatable l,
IClass.IInvocable[] iInvocables,
IClass[] argumentTypes,
boolean boxingPermitted,
Java.Scope contextScope)
Determine the applicable invocables and choose the most specific invocable. |
boolean |
IClass.IInvocable.isLessSpecificThan(IClass.IInvocable that)
|
boolean |
IClass.IInvocable.isMoreSpecificThan(IClass.IInvocable that)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |