Class StructGetMetadata

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

@BoxBIF(description="Get metadata information about a struct") @BoxMember(type=STRUCT) public class StructGetMetadata extends BIF
  • Constructor Details

    • StructGetMetadata

      public StructGetMetadata()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Gets Struct-specific metadata of the requested struct.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation