Uses of Class
org.codehaus.janino.IClass.IInvocable
-
Packages that use IClass.IInvocable Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of IClass.IInvocable in org.codehaus.janino
Subclasses of IClass.IInvocable in org.codehaus.janino Modifier and Type Class Description classIClass.IConstructorRepresentation of a constructor of anIClass.classIClass.IMethodRepresentation of a method in anIClass.private classReflectionIClass.ReflectionIConstructorclassReflectionIClass.ReflectionIMethodFields in org.codehaus.janino with type parameters of type IClass.IInvocable Modifier and Type Field Description private java.util.Map<ClassFile.MethodInfo,IClass.IInvocable>ClassFileIClass. resolvedMethodsMethods in org.codehaus.janino that return IClass.IInvocable Modifier and Type Method Description IClass.IInvocableUnitCompiler. 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.IInvocableUnitCompiler. 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.IInvocableClassFileIClass. resolveMethod(ClassFile.MethodInfo methodInfo)Turns aClassFile.MethodInfointo anIClass.IInvocable.private IClass.IInvocableUnitCompiler. toIInvocable(Java.FunctionDeclarator fd)Methods in org.codehaus.janino with parameters of type IClass.IInvocable Modifier and Type Method Description IClass.IInvocableUnitCompiler. 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.IInvocableUnitCompiler. 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).booleanIClass.IInvocable. isLessSpecificThan(IClass.IInvocable that)booleanIClass.IMethod. isLessSpecificThan(IClass.IInvocable that)booleanIClass.IInvocable. isMoreSpecificThan(IClass.IInvocable that)booleanIClass.IMethod. isMoreSpecificThan(IClass.IInvocable that)
-