org.richfaces.cdk.templatecompiler.el.node
Class BinaryArithmeticOperationTreeNode

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
      extended by org.richfaces.cdk.templatecompiler.el.node.AbstractBinaryOperationTreeNode
          extended by org.richfaces.cdk.templatecompiler.el.node.BinaryArithmeticOperationTreeNode
All Implemented Interfaces:
ITreeNode

public class BinaryArithmeticOperationTreeNode
extends AbstractBinaryOperationTreeNode

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
BinaryArithmeticOperationTreeNode(org.jboss.el.parser.Node node, java.lang.String operatorString)
           
 
Method Summary
protected  java.lang.String getCoercedChildOutput(int childIndex, ELVisitor visitor)
           
protected  ELType getOperationType(ELType firstArgumentType, ELType secondArgumentType)
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.el.node.AbstractBinaryOperationTreeNode
visit
 
Methods inherited from class org.richfaces.cdk.templatecompiler.el.node.AbstractTreeNode
coerceToBoolean, getChild, getChildOutput, getChildrenCount, getNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryArithmeticOperationTreeNode

public BinaryArithmeticOperationTreeNode(org.jboss.el.parser.Node node,
                                         java.lang.String operatorString)
Parameters:
node -
operatorString -
Method Detail

getOperationType

protected ELType getOperationType(ELType firstArgumentType,
                                  ELType secondArgumentType)
Specified by:
getOperationType in class AbstractBinaryOperationTreeNode

getCoercedChildOutput

protected java.lang.String getCoercedChildOutput(int childIndex,
                                                 ELVisitor visitor)
                                          throws ParsingException
Specified by:
getCoercedChildOutput in class AbstractBinaryOperationTreeNode
Throws:
ParsingException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.