Package kawa.standard

Class define_syntax

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

public class define_syntax extends Syntax
  • Field Details

    • define_macro

      public static final define_syntax define_macro
    • define_syntax

      public static final define_syntax define_syntax
    • define_rewrite_syntax

      public static final define_syntax define_rewrite_syntax
  • Constructor Details

    • define_syntax

      public define_syntax()
    • define_syntax

      public define_syntax(Object name, int flags)
    • define_syntax

      public define_syntax(Object name, boolean hygienic)
  • Method Details