Class TypeNode.PairTypeNode

  • All Implemented Interfaces:
    com.oracle.truffle.api.nodes.NodeInterface, java.lang.Cloneable
    Enclosing class:
    TypeNode

    public abstract static class TypeNode.PairTypeNode
    extends TypeNode.ObjectSlotTypeNode
    • Constructor Detail

      • PairTypeNode

        protected PairTypeNode​(com.oracle.truffle.api.source.SourceSection sourceSection,
                               TypeNode firstTypeNode,
                               TypeNode secondTypeNode)
    • Method Detail

      • eval

        protected void eval​(com.oracle.truffle.api.frame.VirtualFrame frame,
                            VmPair value)
      • fallback

        protected void fallback​(java.lang.Object value)