public class Md5Function extends FunctionNode
GroupingExpression
. It evaluates to a long that equals the md5 of
the result of the argument.Constructor and Description |
---|
Md5Function(GroupingExpression exp,
int numBits)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
int |
getNumBits()
Returns the number of bits of the md5 to include in the evaluated result.
|
asList, asList, asList, getArg, getNumArgs, iterator, resolveLevel, visit
asImage, asString, getLevel, setLabel
getLabel, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Md5Function(GroupingExpression exp, int numBits)
exp
- The expression to evaluate.numBits
- The number of bits of the md5 to include.Copyright © 2018. All rights reserved.