Uses of Class
org.codehaus.janino.IClass.IInvocable
Packages that use IClass.IInvocable
-
Uses of IClass.IInvocable in org.codehaus.janino
Subclasses of IClass.IInvocable in org.codehaus.janinoModifier and TypeClassDescriptionclass
Representation of a constructor of anIClass
.class
Representation of a method in anIClass
.private class
class
Fields in org.codehaus.janino with type parameters of type IClass.IInvocableModifier and TypeFieldDescriptionprivate final Map<ClassFile.MethodInfo,
IClass.IInvocable> ClassFileIClass.resolvedMethods
Methods in org.codehaus.janino that return IClass.IInvocableModifier and TypeMethodDescriptionUnitCompiler.findMostSpecificIInvocable
(Java.Locatable locatable, IClass.IInvocable[] iInvocables, IClass[] argumentTypes, boolean boxingPermitted, Java.Scope contextScope) Determines the applicable invocables and choose the most specific invocable.private IClass.IInvocable
UnitCompiler.findMostSpecificIInvocable
(Java.Locatable locatable, IClass.IInvocable[] iInvocables, Java.Rvalue[] arguments, Java.Scope contextScope) Determines the arguments' types, determine the applicable invocables and choose the most specific invocable and adjust arguments as needed (for varargs case).private IClass.IInvocable
ClassFileIClass.resolveMethod
(ClassFile.MethodInfo methodInfo) Turns aClassFile.MethodInfo
into anIClass.IInvocable
.private IClass.IInvocable
UnitCompiler.toIInvocable
(Java.FunctionDeclarator fd) Methods in org.codehaus.janino with parameters of type IClass.IInvocableModifier and TypeMethodDescriptionUnitCompiler.findMostSpecificIInvocable
(Java.Locatable locatable, IClass.IInvocable[] iInvocables, IClass[] argumentTypes, boolean boxingPermitted, Java.Scope contextScope) Determines the applicable invocables and choose the most specific invocable.private IClass.IInvocable
UnitCompiler.findMostSpecificIInvocable
(Java.Locatable locatable, IClass.IInvocable[] iInvocables, Java.Rvalue[] arguments, Java.Scope contextScope) Determines the arguments' types, determine the applicable invocables and choose the most specific invocable and adjust arguments as needed (for varargs case).boolean
IClass.IInvocable.isLessSpecificThan
(IClass.IInvocable that) boolean
IClass.IInvocable.isMoreSpecificThan
(IClass.IInvocable that)