Package ortus.boxlang.runtime.bifs


package ortus.boxlang.runtime.bifs
  • Class
    Description
    Base class for all BIFs.
    This class is used to describe a BIF as it can be a global BIF or a member BIF or both or coming from a module It also lazily creates the BIF instance and caches it upon first use
     
     
    The way Java does multiple annotations, with verbosity to another annotation
    This is a BIF that is used to proxy from a BoxLang script to a Java method
     
     
     
    This describes a member method and how to invoke it