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 Object


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

line_number

protected final int line_number
Constructor Detail

AEMonSem.monSemData

protected AEMonSem.monSemData(String _class_name,
                              int _line_number)