Class SendIR

java.lang.Object
com.googlecode.aviator.code.interpreter.ir.SendIR
All Implemented Interfaces:
IR, Serializable

public class SendIR extends Object implements IR
See Also:
  • Constructor Details

    • SendIR

      public SendIR(String name, int arity, boolean unpackArgs, int funcId, SourceInfo sourceInfo)
  • Method Details

    • eval

      public void eval(InterpretContext context)
      Specified by:
      eval in interface IR
    • mayBeCost

      public boolean mayBeCost()
      Description copied from interface: IR
      Returns true when the IR execution cost may be expensive
      Specified by:
      mayBeCost in interface IR
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object