public class Lt extends Operation
| Constructor and Description |
|---|
Lt() |
| Modifier and Type | Method and Description |
|---|---|
XObject |
operate(XObject left,
XObject right)
Apply the operation to two operands, and return the result.
|
callVisitors, canTraverseOutsideSubtree, deepEquals, execute, setLeftRightasIterator, asNode, assertion, bool, error, execute, execute, execute, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isSameClass, isStableNumber, numpublic XObject operate(XObject left, XObject right) throws TransformerException
operate in class Operationleft - non-null reference to the evaluated left operand.right - non-null reference to the evaluated right operand.TransformerException - in case of errorCopyright © 2022–2023 HtmlUnit. All rights reserved.