Package 

Class ListAnalyzer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ClassMirror listType
      private final TypeMirror elementType
      private final Prism<S> prism
      private final ConcreteTypeMirror type
    • Constructor Summary

      Constructors 
      Constructor Description
      ListAnalyzer(Prism<S> prism, ClassMirror type)
    • Method Summary

      Modifier and Type Method Description
      final ClassMirror getListType()
      final TypeMirror getElementType()
      final Prism<S> getPrism()
      final ConcreteTypeMirror getType()
      • Methods inherited from class dev.thecodewarrior.prism.base.analysis.ListAnalyzer

        getReader, getWriter, release, release
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait