Package kawa.standard
Class with_compile_options
- java.lang.Object
-
- kawa.lang.Syntax
-
- kawa.standard.with_compile_options
-
-
Field Summary
Fields Modifier and Type Field Description static with_compile_options
with_compile_options
-
Constructor Summary
Constructors Constructor Description with_compile_options()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Object
getOptions(Object form, Stack stack, Syntax command, Translator tr)
Expression
rewriteForm(Pair form, Translator tr)
void
scanForm(Pair form, ScopeExp defs, Translator tr)
-
-
-
Field Detail
-
with_compile_options
public static final with_compile_options with_compile_options
-
-
Method Detail
-
scanForm
public void scanForm(Pair form, ScopeExp defs, Translator tr)
-
getOptions
public static Object getOptions(Object form, Stack stack, Syntax command, Translator tr)
-
rewriteForm
public Expression rewriteForm(Pair form, Translator tr)
- Overrides:
rewriteForm
in classSyntax
-
-