Package org.intocps.maestro.interpreter
Class ModuleContext
- java.lang.Object
-
- org.intocps.maestro.interpreter.ModuleContext
-
public class ModuleContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ModuleContext(ModuleValue module, org.intocps.maestro.interpreter.Context outer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Valuelookup(java.lang.String name)Valuelookup(org.intocps.maestro.ast.LexIdentifier identifier)voidput(org.intocps.maestro.ast.LexIdentifier identifier, Value apply)voidput(org.intocps.maestro.ast.node.AIdentifierExp identifier, Value apply)
-
-
-
Constructor Detail
-
ModuleContext
public ModuleContext(ModuleValue module, org.intocps.maestro.interpreter.Context outer)
-
-
Method Detail
-
lookup
public Value lookup(org.intocps.maestro.ast.LexIdentifier identifier)
-
lookup
public Value lookup(java.lang.String name)
-
put
public void put(org.intocps.maestro.ast.node.AIdentifierExp identifier, Value apply)
-
put
public void put(org.intocps.maestro.ast.LexIdentifier identifier, Value apply)
-
-