|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Operator
org.springframework.expression.spel.ast.OperatorPlus
public class OperatorPlus
| Field Summary |
|---|
| Fields inherited from class org.antlr.runtime.tree.CommonTree |
|---|
startIndex, stopIndex, token |
| Fields inherited from class org.antlr.runtime.tree.BaseTree |
|---|
children |
| Fields inherited from interface org.antlr.runtime.tree.Tree |
|---|
INVALID_NODE |
| Constructor Summary | |
|---|---|
OperatorPlus(org.antlr.runtime.Token payload)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOperatorName()
|
java.lang.Object |
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, getRightOperand, isWritable |
| Methods inherited from class org.springframework.expression.spel.ast.SpelNodeImpl |
|---|
getChild, getObjectClass, getStartPosition, getTokenName, getValue, getValue, setValue |
| Methods inherited from class org.antlr.runtime.tree.CommonTree |
|---|
dupNode, getCharPositionInLine, getLine, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setTokenStartIndex, setTokenStopIndex, toString |
| Methods inherited from class org.antlr.runtime.tree.BaseTree |
|---|
addChild, addChildren, createChildrenList, deleteChild, dupTree, getChildCount, getFirstChildWithType, setChild, toStringTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.springframework.expression.spel.SpelNode |
|---|
getChildCount |
| Constructor Detail |
|---|
public OperatorPlus(org.antlr.runtime.Token payload)
| Method Detail |
|---|
public java.lang.Object getValueInternal(ExpressionState state)
throws EvaluationException
getValueInternal in class SpelNodeImplEvaluationExceptionpublic java.lang.String getOperatorName()
getOperatorName in class Operatorpublic java.lang.String toStringAST()
Operator
toStringAST in interface SpelNodetoStringAST in class Operator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||