Class SLDivNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public abstract class SLDivNode extends SLBinaryNode
This class is similar to the extensively documented SLAddNode. Divisions by 0 throw the same exception as in Java, SL has no special handling for it to keep the code simple.
  • Constructor Details

    • SLDivNode

      public SLDivNode()
  • Method Details