gnu.kawa.lispexpr
Class DefineNamespace
- Named, Printable
public class DefineNamespace
XML_NAMESPACE_MAGIC
public static final String XML_NAMESPACE_MAGIC
define_private_namespace
public static final DefineNamespace define_private_namespace
define_xml_namespace
public static final DefineNamespace define_xml_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