Class EolPrettyPrinter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean appliesTo​(java.lang.Object o)  
      java.lang.String print​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

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

      • EolPrettyPrinter

        public EolPrettyPrinter​(IEolContext context)
    • Method Detail

      • appliesTo

        public boolean appliesTo​(java.lang.Object o)
        Specified by:
        appliesTo in interface PrettyPrinter
      • print

        public java.lang.String print​(java.lang.Object o)
        Specified by:
        print in interface PrettyPrinter