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
Representation of a constructor of an
IClass . |
class |
IClass.IMethod
Representation of a method in an
IClass . |
Modifier and Type | Method and Description |
---|---|
IClass.IInvocable |
UnitCompiler.findMostSpecificIInvocable(Java.Locatable locatable,
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 locatable,
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–2016. All rights reserved.