Class AEMonSem.monSemData

  • Enclosing class:
    AEMonSem

    protected static class AEMonSem.monSemData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String class_name  
      protected int line_number  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected monSemData​(java.lang.String _class_name, int _line_number)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • class_name

        protected final java.lang.String class_name
      • line_number

        protected final int line_number
    • Constructor Detail

      • monSemData

        protected monSemData​(java.lang.String _class_name,
                             int _line_number)