Class RemainderNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
org.pkl.core.ast.PklNode
org.pkl.core.ast.ExpressionNode
org.pkl.core.ast.expression.binary.BinaryExpressionNode
org.pkl.core.ast.expression.binary.RemainderNode
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
-
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 -
Field Summary
Fields inherited from class org.pkl.core.ast.PklNode
sourceSection -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRemainderNode(com.oracle.truffle.api.source.SourceSection sourceSection) -
Method Summary
Modifier and TypeMethodDescriptionprotected doubleeval(double left, double right) protected doubleeval(double left, long right) protected doubleeval(long left, double right) protected longeval(long left, long right) protected VmDataSizeeval(VmDataSize left, double right) protected VmDataSizeeval(VmDataSize left, long right) protected VmDurationeval(VmDuration left, double right) protected VmDurationeval(VmDuration left, long right) Methods inherited from class org.pkl.core.ast.expression.binary.BinaryExpressionNode
fallback, getLeftNode, getRightNodeMethods inherited from class org.pkl.core.ast.ExpressionNode
executeBoolean, executeFloat, executeGeneric, executeIntMethods inherited from class org.pkl.core.ast.PklNode
exceptionBuilder, getShortName, getSourceSection, toStringMethods 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
-
Constructor Details
-
RemainderNode
protected RemainderNode(com.oracle.truffle.api.source.SourceSection sourceSection)
-
-
Method Details
-
eval
protected long eval(long left, long right) -
eval
protected double eval(long left, double right) -
eval
protected double eval(double left, long right) -
eval
protected double eval(double left, double right) -
eval
-
eval
-
eval
-
eval
-