Class Structurizer.WhitespaceEnabler

  • All Implemented Interfaces:
    com.google.common.base.Predicate<Code.Term>, java.util.function.Predicate<Code.Term>
    Enclosing class:
    Structurizer

    private final class Structurizer.WhitespaceEnabler
    extends java.lang.Object
    implements com.google.common.base.Predicate<Code.Term>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int count  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private WhitespaceEnabler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(Code.Term input)  
      (package private) void off()  
      (package private) void on()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Field Detail

      • count

        private int count
    • Constructor Detail

      • WhitespaceEnabler

        private WhitespaceEnabler()
    • Method Detail

      • on

        void on()
      • off

        void off()
      • apply

        public boolean apply​(Code.Term input)
        Specified by:
        apply in interface com.google.common.base.Predicate<Code.Term>