public class BinaryArithmeticIntegerOperationTreeNode extends AbstractBinaryOperationTreeNode
| Constructor and Description |
|---|
BinaryArithmeticIntegerOperationTreeNode(org.jboss.el.parser.Node node,
String operatorString) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCoercedChildOutput(int childIndex,
ELVisitor visitor) |
protected ELType |
getOperationType(ELType firstArgumentType,
ELType secondArgumentType) |
visitcoerceToBoolean, getChild, getChildOutput, getChildrenCount, getNodepublic BinaryArithmeticIntegerOperationTreeNode(org.jboss.el.parser.Node node,
String operatorString)
node - operatorString - protected ELType getOperationType(ELType firstArgumentType, ELType secondArgumentType)
getOperationType in class AbstractBinaryOperationTreeNodeprotected String getCoercedChildOutput(int childIndex, ELVisitor visitor) throws ParsingException
getCoercedChildOutput in class AbstractBinaryOperationTreeNodeParsingExceptionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.