Class TailCall

All Implemented Interfaces:
Writable

public class TailCall
extends FunctionCallInstruction
Version:
$Id$
  • Constructor Details

    • TailCall

      public TailCall​(Value function, Value... args)
    • TailCall

      public TailCall​(Variable result, Value function, Value... args)