TypedValue | SpelNodeImpl.getTypedValue(ExpressionState expressionState) |
ObjectSE | SpelNodeImpl.getValue(ExpressionState expressionState) |
protected <T> T | SpelNodeImpl.getValue(ExpressionState state, ClassSE<T> desiredReturnType) |
BooleanTypedValue | OperatorMatches.getValueInternal(ExpressionState state) 最初のオペランドが 2 番目のオペランドとして指定された正規表現と一致することを確認します。 |
TypedValue | VariableReference.getValueInternal(ExpressionState state) |
TypedValue | QualifiedIdentifier.getValueInternal(ExpressionState state) |
TypedValue | OpPlus.getValueInternal(ExpressionState state) |
BooleanTypedValue | OpGT.getValueInternal(ExpressionState state) |
BooleanTypedValue | OpOr.getValueInternal(ExpressionState state) |
TypedValue | CompoundExpression.getValueInternal(ExpressionState state) 複合式を評価します。 |
BooleanTypedValue | OpLT.getValueInternal(ExpressionState state) |
TypedValue | OpModulus.getValueInternal(ExpressionState state) |
TypedValue | InlineList.getValueInternal(ExpressionState expressionState) |
TypedValue | Selection.getValueInternal(ExpressionState state) |
TypedValue | OpDivide.getValueInternal(ExpressionState state) |
TypedValue | OperatorPower.getValueInternal(ExpressionState state) |
TypedValue | Assign.getValueInternal(ExpressionState state) |
BooleanTypedValue | OperatorBetween.getValueInternal(ExpressionState state) 値が表現された範囲内にあるかどうかに基づいてブール値を返します。 |
TypedValue | InlineMap.getValueInternal(ExpressionState expressionState) |
TypedValue | OpMultiply.getValueInternal(ExpressionState state) サポートされている特定の型のオペランドの multiply 演算子を直接ここに実装します。それ以外の場合、ここでサポートされていない型の登録済みオーバーローダーに委譲します。 |
BooleanTypedValue | OpLE.getValueInternal(ExpressionState state) |
TypedValue | OpDec.getValueInternal(ExpressionState state) |
TypedValue | PropertyOrFieldReference.getValueInternal(ExpressionState state) |
TypedValue | BeanReference.getValueInternal(ExpressionState state) |
TypedValue | Literal.getValueInternal(ExpressionState state) |
TypedValue | ConstructorReference.getValueInternal(ExpressionState state)getValue() を実装します。配列または単純な型を構築するためのコードに委譲します。 |
BooleanTypedValue | OperatorNot.getValueInternal(ExpressionState state) |
TypedValue | Elvis.getValueInternal(ExpressionState state) 条件を評価し、null でない場合はそれを返します。 |
TypedValue | OpInc.getValueInternal(ExpressionState state) |
TypedValue | Ternary.getValueInternal(ExpressionState state) 条件を評価し、真の場合は最初の選択肢を評価し、そうでない場合は 2 番目の選択肢を評価します。 |
TypedValue | TypeReference.getValueInternal(ExpressionState state) |
TypedValue | MethodReference.getValueInternal(ExpressionState state) |
TypedValue | OpMinus.getValueInternal(ExpressionState state) |
BooleanTypedValue | OpEQ.getValueInternal(ExpressionState state) |
BooleanTypedValue | OpGE.getValueInternal(ExpressionState state) |
TypedValue | OpAnd.getValueInternal(ExpressionState state) |
BooleanTypedValue | OperatorInstanceof.getValueInternal(ExpressionState state) 左のオペランドを比較して、右のオペランドとして指定された型のインスタンスであることを確認します。 |
TypedValue | Indexer.getValueInternal(ExpressionState state) |
TypedValue | Projection.getValueInternal(ExpressionState state) |
abstract TypedValue | SpelNodeImpl.getValueInternal(ExpressionState expressionState) |
TypedValue | FunctionReference.getValueInternal(ExpressionState state) |
TypedValue | Identifier.getValueInternal(ExpressionState state) |
BooleanTypedValue | OpNE.getValueInternal(ExpressionState state) |
ValueRef | VariableReference.getValueRef(ExpressionState state) |
protected ValueRef | CompoundExpression.getValueRef(ExpressionState state) |
protected ValueRef | Selection.getValueRef(ExpressionState state) |
ValueRef | PropertyOrFieldReference.getValueRef(ExpressionState state) |
protected ValueRef | MethodReference.getValueRef(ExpressionState state) |
protected ValueRef | Indexer.getValueRef(ExpressionState state) |
protected ValueRef | Projection.getValueRef(ExpressionState state) |
protected ValueRef | SpelNodeImpl.getValueRef(ExpressionState state) |
boolean | VariableReference.isWritable(ExpressionState expressionState) |
boolean | CompoundExpression.isWritable(ExpressionState state) |
boolean | PropertyOrFieldReference.isWritable(ExpressionState state) |
boolean | Indexer.isWritable(ExpressionState expressionState) |
boolean | SpelNodeImpl.isWritable(ExpressionState expressionState) |
void | VariableReference.setValue(ExpressionState state, ObjectSE value) |
void | CompoundExpression.setValue(ExpressionState state, ObjectSE value) |
void | PropertyOrFieldReference.setValue(ExpressionState state, ObjectSE newValue) |
void | Indexer.setValue(ExpressionState state, ObjectSE newValue) |
void | SpelNodeImpl.setValue(ExpressionState expressionState, ObjectSE newValue) |