Class LocalPartAST


  • public class LocalPartAST
    extends AST
    • Field Summary

      Fields 
      Modifier and Type Field Description
      String spelling  
    • Constructor Summary

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

      • LocalPartAST

        public LocalPartAST​(int position,
                            String spelling)