Class JsDocTokenStream


  • public class JsDocTokenStream
    extends java.lang.Object
    This class implements the scanner for JsDoc strings.

    It is heavily based on Rhino's TokenStream.

    • Constructor Summary

      Constructors 
      Constructor Description
      JsDocTokenStream​(java.lang.String sourceString)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int getChar()  
      int getCursor()  
      • Methods inherited from class java.lang.Object

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

      • JsDocTokenStream

        public JsDocTokenStream​(java.lang.String sourceString)
    • Method Detail

      • getChar

        protected int getChar()
      • getCursor

        public final int getCursor()