Class Parser


  • public class Parser
    extends java.lang.Object
    Parse a token list returning a node chain.
    • Constructor Summary

      Constructors 
      Constructor Description
      Parser​(java.util.List<Token> tokenList)  
    • Method Summary

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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait