Class TokenTree


  • public class TokenTree
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenTree()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addName​(java.util.List<java.lang.String> tokens)  
      boolean followUp​(java.lang.String t, boolean commit)  
      void start​(java.lang.String t)  
      • Methods inherited from class java.lang.Object

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

      • TokenTree

        public TokenTree()
    • Method Detail

      • addName

        public void addName​(java.util.List<java.lang.String> tokens)
      • start

        public void start​(java.lang.String t)
      • followUp

        public boolean followUp​(java.lang.String t,
                                boolean commit)