Class HclSource

  • All Implemented Interfaces:
    java.lang.Iterable<java.lang.Character>

    public class HclSource
    extends java.lang.Object
    implements java.lang.Iterable<java.lang.Character>
    • Constructor Summary

      Constructors 
      Constructor Description
      HclSource()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String line)  
      java.util.Iterator<java.lang.Character> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • HclSource

        public HclSource()
    • Method Detail

      • add

        public void add​(java.lang.String line)
      • iterator

        public java.util.Iterator<java.lang.Character> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<java.lang.Character>