|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Operator
org.springframework.expression.spel.ast.OpMinus
public class OpMinus
The minus operator supports:
| Field Summary |
|---|
| Fields inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
|---|
children, pos |
| Constructor Summary | |
|---|---|
OpMinus(int pos,
SpelNodeImpl... operands)
|
|
| Method Summary | |
|---|---|
SpelNodeImpl |
getRightOperand()
|
TypedValue |
getValueInternal(ExpressionState state)
|
java.lang.String |
toStringAST()
String format for all operators is the same '(' [operand] [operator] [operand] ')' |
| Methods inherited from class org.springframework.expression.spel.ast.Operator |
|---|
getLeftOperand, getOperatorName |
| 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 |
| Constructor Detail |
|---|
public OpMinus(int pos,
SpelNodeImpl... operands)
| Method Detail |
|---|
public TypedValue getValueInternal(ExpressionState state)
throws EvaluationException
getValueInternal in class SpelNodeImplEvaluationExceptionpublic java.lang.String toStringAST()
Operator
toStringAST in interface SpelNodetoStringAST in class Operatorpublic SpelNodeImpl getRightOperand()
getRightOperand in class Operator
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||