org.aspectj.asm
Class AsmManager.ModelInfo

java.lang.Object
  extended by org.aspectj.asm.AsmManager.ModelInfo
Enclosing class:
AsmManager

public static class AsmManager.ModelInfo
extends java.lang.Object

A ModelInfo object captures basic information about the structure model. It is used for testing and producing debug info.


Method Summary
 java.util.Properties getProperties()
           
 void recordStat(java.lang.String string, java.lang.String string2)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getProperties

public java.util.Properties getProperties()

recordStat

public void recordStat(java.lang.String string,
                       java.lang.String string2)