Class RuleEnvironmentEntry


  • public class RuleEnvironmentEntry
    extends java.lang.Object
    This will be used to store the runtime representation of a TypingStatement into an environment
    Author:
    Lorenzo Bettini
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleEnvironmentEntry​(java.lang.Object left, java.lang.Object right)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getLeft()  
      java.lang.Object getRight()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuleEnvironmentEntry

        public RuleEnvironmentEntry​(java.lang.Object left,
                                    java.lang.Object right)
    • Method Detail

      • getLeft

        public java.lang.Object getLeft()
      • getRight

        public java.lang.Object getRight()