Uses of Class
gnu.expr.NameLookup

Packages that use NameLookup
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
gnu.kawa.lispexpr   
gnu.xquery.lang   
kawa.lang   
 

Uses of NameLookup in gnu.expr
 

Fields in gnu.expr declared as NameLookup
 NameLookup Compilation.lexical
          Current lexical scope - map name to Declaration.
protected  NameLookup ResolveNames.lookup
           
 

Methods in gnu.expr that return NameLookup
static NameLookup NameLookup.getInstance(Environment env, Language language)
          Get or create a NameLookup instance for a given Environment.
 

Methods in gnu.expr with parameters of type NameLookup
 Compilation Language.getCompilation(Lexer lexer, SourceMessages messages, NameLookup lexical)
           
static void NameLookup.setInstance(Environment env, NameLookup instance)
           
 

Constructors in gnu.expr with parameters of type NameLookup
Compilation(Language language, SourceMessages messages, NameLookup lexical)
           
 

Uses of NameLookup in gnu.kawa.lispexpr
 

Methods in gnu.kawa.lispexpr with parameters of type NameLookup
 Compilation LispLanguage.getCompilation(Lexer lexer, SourceMessages messages, NameLookup lexical)
           
 

Uses of NameLookup in gnu.xquery.lang
 

Methods in gnu.xquery.lang with parameters of type NameLookup
 Compilation XQuery.getCompilation(Lexer lexer, SourceMessages messages, NameLookup lexical)
           
 

Uses of NameLookup in kawa.lang
 

Constructors in kawa.lang with parameters of type NameLookup
Translator(Language language, SourceMessages messages, NameLookup lexical)