Class TokenizerCallback

  • All Implemented Interfaces:
    java.lang.Runnable

    public abstract class TokenizerCallback
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int _position  
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenizerCallback​(int position)  
    • Method Summary

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

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

        run
    • Field Detail

      • _position

        int _position
    • Constructor Detail

      • TokenizerCallback

        public TokenizerCallback​(int position)
    • Method Detail

      • getPosition

        public int getPosition()