Class VariableReference

java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.VariableReference
All Implemented Interfaces:
Opcodes, SpelNode

public class VariableReference extends SpelNodeImpl
Represents a variable reference, eg. #someVar. Note this is different to a *local* variable like $someVar
Since:
3.0
Author:
Andy Clement