Class LocalVarIncNode.IncOp
java.lang.Object
com.oracle.truffle.js.nodes.access.LocalVarIncNode.IncOp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoDouble(double value) intdoInt(int value) doNumber(Number numValue, com.oracle.truffle.api.nodes.Node node, com.oracle.truffle.api.profiles.InlinedConditionProfile isIntegerProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile isBoundaryValue) doSafeInteger(SafeInteger value) com.oracle.truffle.api.strings.TruffleString
-
Constructor Details
-
IncOp
protected IncOp()
-
-
Method Details
-
doInt
public int doInt(int value) -
doDouble
public double doDouble(double value) -
doNumber
-
doBigInt
-
doSafeInteger
-
getOverloadedOperatorName
public com.oracle.truffle.api.strings.TruffleString getOverloadedOperatorName()
-