Package org.pkl.core.ast
Class PklNode
- java.lang.Object
-
- com.oracle.truffle.api.nodes.Node
-
- org.pkl.core.ast.PklNode
-
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,java.lang.Cloneable
- Direct Known Subclasses:
AmendFunctionNode,ApplyVmFunction0Node,ApplyVmFunction2Node,ApplyVmFunction3Node,ApplyVmFunction4Node,ApplyVmFunction5Node,CollectionNodes.SortComparatorNode,ExpressionNode,GeneratorMemberNode,IsInstanceOfNode,TypeConstraintNode,TypeNode,UnresolvedClassMemberNode,UnresolvedFunctionNode,UnresolvedTypeNode,WriteAuxiliarySlotNode
public abstract class PklNode extends com.oracle.truffle.api.nodes.Node
-
-
Field Summary
Fields Modifier and Type Field Description protected com.oracle.truffle.api.source.SourceSectionsourceSection
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VmExceptionBuilderexceptionBuilder()protected java.lang.StringgetShortName()com.oracle.truffle.api.source.SourceSectiongetSourceSection()java.lang.StringtoString()-
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
-
getSourceSection
public com.oracle.truffle.api.source.SourceSection getSourceSection()
- Overrides:
getSourceSectionin classcom.oracle.truffle.api.nodes.Node
-
exceptionBuilder
protected VmExceptionBuilder exceptionBuilder()
-
getShortName
protected final java.lang.String getShortName()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classcom.oracle.truffle.api.nodes.Node
-
-