Uses of Class
org.codehaus.janino.IClass.IInvocable

Packages that use IClass.IInvocable
org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. 
 

Uses of IClass.IInvocable in org.codehaus.janino
 

Subclasses of IClass.IInvocable in org.codehaus.janino
 class IClass.IConstructor
           
 class IClass.IMethod
           
 

Methods in org.codehaus.janino that return IClass.IInvocable
 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.
 

Methods in org.codehaus.janino with parameters of type IClass.IInvocable
 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-2011. All Rights Reserved.