org.gudy.azureus2.core3.util
Class AEMonSem.monSemData

java.lang.Object
  extended by org.gudy.azureus2.core3.util.AEMonSem.monSemData
Enclosing class:
AEMonSem

protected static class AEMonSem.monSemData
extends java.lang.Object


Field Summary
protected  java.lang.String class_name
           
protected  int line_number
           
 
Constructor Summary
protected AEMonSem.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

AEMonSem.monSemData

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