Class SamInterface

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static interface  SamInterface.Case<X>  
    • Constructor Summary

      Constructors 
      Constructor Description
      SamInterface()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract <X> X match​(SamInterface.Case<X> samInterface)  
      javax.lang.model.element.ExecutableElement sam()  
      javax.lang.model.element.TypeElement samClass()  
      • Methods inherited from class java.lang.Object

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

      • SamInterface

        SamInterface()
    • Method Detail

      • samClass

        public final javax.lang.model.element.TypeElement samClass()
      • sam

        public final javax.lang.model.element.ExecutableElement sam()