Class TypeNode.FrameSlotTypeNode

    • Field Detail

      • slot

        protected int slot
    • Constructor Detail

      • FrameSlotTypeNode

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

      • initWriteSlotNode

        public TypeNode initWriteSlotNode​(int slot)
        Description copied from class: TypeNode
        Initializes this node's frame slot. Called if this node is a function/method parameter type. Kept separate from constructor so that TypeNode.TypeAliasTypeNode can initialize frame slot of its cloned child node.
        Specified by:
        initWriteSlotNode in class TypeNode