Class SendIR

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

    public class SendIR
    extends java.lang.Object
    implements IR
    See Also:
    Serialized Form
    • Field Detail

      • name

        private final java.lang.String name
      • arity

        private final int arity
      • unpackArgs

        private final boolean unpackArgs
      • funcId

        private int funcId
    • Constructor Detail

      • SendIR

        public SendIR​(java.lang.String name,
                      int arity,
                      boolean unpackArgs,
                      int funcId,
                      SourceInfo sourceInfo)
    • Method Detail

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object