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 TypeClassDescriptionclassRepresentation of a constructor of anIClass.classRepresentation of a method in anIClass.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.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.booleanIClass.IInvocable.isLessSpecificThan(IClass.IInvocable that) booleanIClass.IMethod.isLessSpecificThan(IClass.IInvocable that) booleanIClass.IInvocable.isMoreSpecificThan(IClass.IInvocable that) booleanIClass.IMethod.isMoreSpecificThan(IClass.IInvocable that)