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 — for example, #root, #this, #someVar, etc.
Since:
3.0
Author:
Andy Clement, Sam Brannen