org.richfaces.cdk.templatecompiler.el.node
Class BinaryBooleanOperationTreeNode
java.lang.Object
org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
org.richfaces.cdk.templatecompiler.el.node.AbstractBinaryOperationTreeNode
org.richfaces.cdk.templatecompiler.el.node.BinaryBooleanOperationTreeNode
- All Implemented Interfaces:
- ITreeNode
public class BinaryBooleanOperationTreeNode
- extends AbstractBinaryOperationTreeNode
- Since:
- 4.0
- Author:
- Nick Belaevski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryBooleanOperationTreeNode
public BinaryBooleanOperationTreeNode(org.jboss.el.parser.Node node,
String operatorString)
- Parameters:
node - operatorString -
getOperationType
protected ELType getOperationType(ELType firstArgumentType,
ELType secondArgumentType)
- Specified by:
getOperationType in class AbstractBinaryOperationTreeNode
getCoercedChildOutput
protected String getCoercedChildOutput(int childIndex,
ELVisitor visitor)
throws ParsingException
- Specified by:
getCoercedChildOutput in class AbstractBinaryOperationTreeNode
- Throws:
ParsingException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.