gnu.kawa.lispexpr
Class DefineNamespace
- Named, Printable
public class DefineNamespace
define_private_namespace
public static final DefineNamespace define_private_namespace
scanForDefinitions
public boolean scanForDefinitions(Pair st,
java.util.Vector forms,
ScopeExp defs,
Translator tr)Check if a statement is a definition, for initial pass.
Semi-deprecated - should convert calls to use scanForm.
- scanForDefinitions in interface Syntax
st - the statement to checkforms - where to append the (possibly-modified) statementdefs - where to add Declarations for found definitionstr - the compilation state