|
|||||||||
| 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.SpelNode
org.springframework.expression.spel.ast.Operator
org.springframework.expression.spel.ast.OperatorDivide
public class OperatorDivide
Implements division operator
| 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 | |
|---|---|
OperatorDivide(org.antlr.runtime.Token payload)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOperatorName()
|
java.lang.Object |
getValue(ExpressionState state)
Evaluate the expression node in the context of the supplied expression state and return the value. |
| Methods inherited from class org.springframework.expression.spel.ast.Operator |
|---|
getLeftOperand, getRightOperand, isWritable, toStringAST |
| Methods inherited from class org.springframework.expression.spel.ast.SpelNode |
|---|
getChild, getObjectClass, getTokenName, 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 |
| Constructor Detail |
|---|
public OperatorDivide(org.antlr.runtime.Token payload)
| Method Detail |
|---|
public java.lang.String getOperatorName()
getOperatorName in class Operator
public java.lang.Object getValue(ExpressionState state)
throws EvaluationException
SpelNode
getValue in class SpelNodestate - the current expression state (includes the context)
EvaluationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||