Class StructKeyArray

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.struct.StructKeyArray

@BoxBIF @BoxMember(type=STRUCT, name="keyArray") public class StructKeyArray extends BIF
  • Constructor Details

    • StructKeyArray

      public StructKeyArray()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Get keys of a struct as an array
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      An array containing the keys of the structure.