Package org.pkl.core.stdlib.base
Class SetNodes.map
- java.lang.Object
-
- com.oracle.truffle.api.nodes.Node
-
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,java.lang.Cloneable
- Enclosing class:
- SetNodes
public abstract static class SetNodes.map extends ExternalMethod1Node
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pkl.core.stdlib.ExternalMethod1Node
ExternalMethod1Node.Factory
-
-
Field Summary
-
Fields inherited from class org.pkl.core.ast.PklNode
sourceSection
-
-
Constructor Summary
Constructors Constructor Description map()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VmSeteval(VmSet self, VmFunction function)-
Methods inherited from class org.pkl.core.stdlib.ExternalMethod1Node
fallback, getArg1Node
-
Methods inherited from class org.pkl.core.stdlib.ExternalMemberNode
getQualifiedMemberName, getReceiverNode
-
Methods inherited from class org.pkl.core.ast.ExpressionNode
executeBoolean, executeFloat, executeGeneric, executeInt
-
Methods inherited from class org.pkl.core.ast.PklNode
exceptionBuilder, getShortName, getSourceSection, toString
-
Methods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize
-
-
-
-
Method Detail
-
eval
protected VmSet eval(VmSet self, VmFunction function)
-
-