Class TypeReference

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

public class TypeReference extends SpelNodeImpl
Represents a reference to a type, for example "T(String)" or "T(com.example.Foo)".
Author:
Andy Clement, Sam Brannen
  • Constructor Details

    • TypeReference

      public TypeReference(int startPos, int endPos, SpelNodeImpl qualifiedId)
    • TypeReference

      public TypeReference(int startPos, int endPos, SpelNodeImpl qualifiedId, int dims)
  • Method Details