Package kawa.standard
Class export
java.lang.Object
kawa.lang.Syntax
kawa.standard.export
- All Implemented Interfaces:
gnu.kawa.format.Printable,Named
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrewriteForm(Pair form, Translator tr) booleanscanForDefinitions(Pair st, ScopeExp defs, Translator tr) Check if a statement is a definition, for initial pass.
-
Field Details
-
module_export
-
export
-
-
Constructor Details
-
export
public export()
-
-
Method Details
-
scanForDefinitions
Description copied from class:SyntaxCheck if a statement is a definition, for initial pass. Semi-deprecated - should convert calls to use scanForm.- Overrides:
scanForDefinitionsin classSyntax- Parameters:
st- the statement to checkdefs- where to add Declarations for found definitionstr- the compilation state- Returns:
- true on success
-
rewriteForm
- Overrides:
rewriteFormin classSyntax
-