Uses of Class
com.yahoo.searchlib.expression.IntegerResultNode
Packages that use IntegerResultNode
-
Uses of IntegerResultNode in com.yahoo.searchlib.expression
Methods in com.yahoo.searchlib.expression that return IntegerResultNodeModifier and TypeMethodDescriptionstatic IntegerResultNodeIntegerResultNode.getNegativeInfinity()Will provide the smallest possible valuestatic IntegerResultNodeIntegerResultNode.getPositiveInfinity()Will provide the largest possible valueIntegerResultNode.setValue(long value) Sets the value of this result.Methods in com.yahoo.searchlib.expression that return types with arguments of type IntegerResultNodeMethods in com.yahoo.searchlib.expression with parameters of type IntegerResultNodeModifier and TypeMethodDescriptionIntegerResultNodeVector.add(IntegerResultNode v) voidAndFunctionNode.onArgument(ResultNode arg, IntegerResultNode result) protected abstract voidBitFunctionNode.onArgument(ResultNode arg, IntegerResultNode result) Method for performing onArgument on integers, the only type supported for bit operations.voidOrFunctionNode.onArgument(ResultNode arg, IntegerResultNode result) voidXorFunctionNode.onArgument(ResultNode arg, IntegerResultNode result)