Class CompilerReflection

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.lang.model.util.Elements elements  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompilerReflection​(javax.lang.model.util.Elements elements)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<ScopeHandler.TypeInfo> find​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • elements

        private final javax.lang.model.util.Elements elements
    • Constructor Detail

      • CompilerReflection

        CompilerReflection​(javax.lang.model.util.Elements elements)