Class InferParentWithinPropertyNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
org.pkl.core.ast.PklNode
org.pkl.core.ast.ExpressionNode
org.pkl.core.ast.expression.member.InferParentWithinPropertyNode
All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public abstract class InferParentWithinPropertyNode extends ExpressionNode
Infers the parent to amend in `x = new { ... }`.
  • Constructor Details

    • InferParentWithinPropertyNode

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