org.springframework.expression.spel.ast
Class OperatorPower
java.lang.Object
  
org.springframework.expression.spel.ast.SpelNodeImpl
      
org.springframework.expression.spel.ast.Operator
          
org.springframework.expression.spel.ast.OperatorPower
- All Implemented Interfaces: 
 - SpelNode
 
public class OperatorPower
- extends Operator
 
The power operator.
- Since:
 
  - 3.0
 
- Author:
 
  - Andy Clement
 
 
 
 
 
 
| Methods inherited from class org.springframework.expression.spel.ast.SpelNodeImpl | 
getChild, getChildCount, getEndPosition, getObjectClass, getPreviousChild, getStartPosition, getTypedValue, getValue, getValue, isWritable, nextChildIs, setValue | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OperatorPower
public OperatorPower(int pos,
                     SpelNodeImpl... operands)
getValueInternal
public TypedValue getValueInternal(ExpressionState state)
                            throws EvaluationException
- Specified by:
 getValueInternal in class SpelNodeImpl
 
- Throws:
 EvaluationException