Class BinaryExpressionNode

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node

        com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BinaryExpressionNode​(com.oracle.truffle.api.source.SourceSection sourceSection)  
    • Constructor Detail

      • BinaryExpressionNode

        protected BinaryExpressionNode​(com.oracle.truffle.api.source.SourceSection sourceSection)
    • Method Detail

      • fallback

        protected java.lang.Object fallback​(java.lang.Object left,
                                            java.lang.Object right)