protected static class LocalVarIncNode.IncOp extends Object
Modifier | Constructor and Description |
---|---|
protected |
IncOp() |
Modifier and Type | Method and Description |
---|---|
BigInt |
doBigInt(BigInt value) |
double |
doDouble(double value) |
int |
doInt(int value) |
Number |
doNumber(Number numValue,
com.oracle.truffle.api.profiles.ConditionProfile isIntegerProfile,
com.oracle.truffle.api.profiles.ConditionProfile isBoundaryValue) |
SafeInteger |
doSafeInteger(SafeInteger value) |
public int doInt(int value)
public double doDouble(double value)
public Number doNumber(Number numValue, com.oracle.truffle.api.profiles.ConditionProfile isIntegerProfile, com.oracle.truffle.api.profiles.ConditionProfile isBoundaryValue)
public SafeInteger doSafeInteger(SafeInteger value)