Class TypeProxy<T extends Type>


  • public class TypeProxy<T extends Type>
    extends Object
    Proxy for types, used in place until the type can be properly instantiated. Proxy type also holds all incoming reference to the type.
    Author:
    Jerome Dochez
    • Method Detail

      • set

        public void set​(T value)
      • get

        public T get()
      • getName

        public String getName()
      • addFieldRef

        public void addFieldRef​(FieldModel field)
      • addSubTypeRef

        public void addSubTypeRef​(Type subType)
      • getSubTypeRefs

        public List<Type> getSubTypeRefs()
      • addImplementation

        public void addImplementation​(ClassModel classModel)
      • visited

        public void visited()
      • isVisited

        public boolean isVisited()