Package | Description |
---|---|
org.codehaus.janino |
The classes in this package pose the core of the Janino JavaTM
compiler.
|
Modifier and Type | Class and Description |
---|---|
class |
IClass.IConstructor |
class |
IClass.IMethod |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2001-2013. All Rights Reserved.