Package org.pkl.core.stdlib.base
Class FloatNodes.isBetween
- java.lang.Object
-
- com.oracle.truffle.api.nodes.Node
-
- org.pkl.core.ast.PklNode
-
- org.pkl.core.ast.ExpressionNode
-
- org.pkl.core.stdlib.ExternalMemberNode
-
- org.pkl.core.stdlib.ExternalMethodNode
-
- org.pkl.core.stdlib.ExternalMethod2Node
-
- org.pkl.core.stdlib.base.FloatNodes.isBetween
-
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,java.lang.Cloneable
- Enclosing class:
- FloatNodes
public abstract static class FloatNodes.isBetween extends ExternalMethod2Node
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pkl.core.stdlib.ExternalMethod2Node
ExternalMethod2Node.Factory
-
-
Field Summary
-
Fields inherited from class org.pkl.core.ast.PklNode
sourceSection
-
-
Constructor Summary
Constructors Constructor Description isBetween()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanevalFloatFloat(double self, double start, double inclusiveEnd)protected booleanevalFloatInt(double self, double start, long inclusiveEnd)protected booleanevalIntFloat(double self, long start, double inclusiveEnd)protected booleanevalIntInt(double self, long start, long inclusiveEnd)-
Methods inherited from class org.pkl.core.stdlib.ExternalMethod2Node
fallback, getArg1Node, getArg2Node
-
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
-
evalIntInt
protected boolean evalIntInt(double self, long start, long inclusiveEnd)
-
evalIntFloat
protected boolean evalIntFloat(double self, long start, double inclusiveEnd)
-
evalFloatInt
protected boolean evalFloatInt(double self, double start, long inclusiveEnd)
-
evalFloatFloat
protected boolean evalFloatFloat(double self, double start, double inclusiveEnd)
-
-