Class SLBigIntegerLiteralNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public final class SLBigIntegerLiteralNode extends SLExpressionNode
Constant literal for a arbitrary-precision number that exceeds the range of SLLongLiteralNode.
  • Constructor Details

    • SLBigIntegerLiteralNode

      public SLBigIntegerLiteralNode(BigInteger value)
  • Method Details

    • executeGeneric

      public SLBigInteger executeGeneric(com.oracle.truffle.api.frame.VirtualFrame frame)
      Description copied from class: SLExpressionNode
      The execute method when no specialization is possible. This is the most general case, therefore it must be provided by all subclasses.
      Specified by:
      executeGeneric in class SLExpressionNode