Class Terminal


  • public class Terminal
    extends AST
    • Field Summary

      Fields 
      Modifier and Type Field Description
      String spelling  
    • Constructor Summary

      Constructors 
      Constructor Description
      Terminal​(int position, String spelling)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • spelling

        public String spelling
    • Constructor Detail

      • Terminal

        public Terminal​(int position,
                        String spelling)