类 VariableReference

  • 所有已实现的接口:
    Opcodes, SpelNode

    public class VariableReference
    extends SpelNodeImpl
    Represents a variable reference, eg. #someVar. Note this is different to a *local* variable like $someVar
    从以下版本开始:
    3.0
    作者:
    Andy Clement