Package kawa.standard

Class export

java.lang.Object
kawa.lang.Syntax
kawa.standard.export
All Implemented Interfaces:
gnu.kawa.format.Printable, Named

public class export extends Syntax
  • Field Details

    • module_export

      public static final export module_export
    • export

      public static final export export
  • Constructor Details

    • export

      public export()
  • Method Details

    • scanForDefinitions

      public boolean scanForDefinitions(Pair st, ScopeExp defs, Translator tr)
      Description copied from class: Syntax
      Check if a statement is a definition, for initial pass. Semi-deprecated - should convert calls to use scanForm.
      Overrides:
      scanForDefinitions in class Syntax
      Parameters:
      st - the statement to check
      defs - where to add Declarations for found definitions
      tr - the compilation state
      Returns:
      true on success
    • rewriteForm

      public Expression rewriteForm(Pair form, Translator tr)
      Overrides:
      rewriteForm in class Syntax