RichFaces CDK Generator 4.2.0.CR1

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

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.BinaryArithmeticIntegerOperationTreeNode
All Implemented Interfaces:
ITreeNode

public class BinaryArithmeticIntegerOperationTreeNode
extends AbstractBinaryOperationTreeNode

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
BinaryArithmeticIntegerOperationTreeNode(org.jboss.el.parser.Node node, String operatorString)
           
 
Method Summary
protected  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

BinaryArithmeticIntegerOperationTreeNode

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

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.