Class DomainAST


  • public class DomainAST
    extends AST
    • Field Summary

      Fields 
      Modifier and Type Field Description
      String spelling  
    • Constructor Summary

      Constructors 
      Constructor Description
      DomainAST​(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

      • DomainAST

        public DomainAST​(int position,
                         String spelling)