Class PopIR

  • All Implemented Interfaces:
    IR, java.io.Serializable

    public class PopIR
    extends java.lang.Object
    implements IR
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PopIR()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void eval​(InterpretContext context)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.googlecode.aviator.code.interpreter.IR

        mayBeCost
    • Field Detail

      • INSTANCE

        public static PopIR INSTANCE
    • Constructor Detail

      • PopIR

        private PopIR()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object