Package org.pkl.core.ast.expression.member
@NonnullByDefault
package org.pkl.core.ast.expression.member
-
ClassesClassDescriptionInfers the parent to amend in `function createPerson(): Person = new { ...Infers the parent to amend in `obj { local function createPerson(): Person = new { ...Infers the parent to amend in `x = new { ...A non-virtual ("direct") method call.A non-virtual method call whose call target is in the lexical scope of the call site.A virtual method call.Reads a local non-constant property that is known to exist in the lexical scope of this node.An expression of the form `super[key]`.Resolves a method name in a method call with implicit receiver, for example `bar` in `x = bar()` (but not `foo.bar()`).