Class 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
      Value lookup​(java.lang.String name)  
      Value lookup​(org.intocps.maestro.ast.LexIdentifier identifier)  
      void put​(org.intocps.maestro.ast.LexIdentifier identifier, Value apply)  
      void put​(org.intocps.maestro.ast.node.AIdentifierExp identifier, Value apply)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)