Class InferParentWithinPropertyNode

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

    public abstract class InferParentWithinPropertyNode
    extends ExpressionNode
    Infers the parent to amend in `x = new { ... }`.
    • 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 InferParentWithinPropertyNode​(com.oracle.truffle.api.source.SourceSection sourceSection, Identifier ownPropertyName)  
    • Constructor Detail

      • InferParentWithinPropertyNode

        protected InferParentWithinPropertyNode​(com.oracle.truffle.api.source.SourceSection sourceSection,
                                                Identifier ownPropertyName)
    • Method Detail

      • evalTypedObject

        protected java.lang.Object evalTypedObject​(VmTyped owner)
      • evalPrototype

        protected java.lang.Object evalPrototype​(VmTyped owner)
      • eval

        protected java.lang.Object eval​(VmDynamic owner)
      • eval

        protected java.lang.Object eval​(VmListing owner)
      • eval

        protected java.lang.Object eval​(VmMapping owner)