Package org.codehaus.groovy.reflection
Class GeneratedMetaMethod.DgmMethodRecord
- java.lang.Object
- 
- org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- GeneratedMetaMethod
 
 public static class GeneratedMetaMethod.DgmMethodRecord extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description StringclassNameStringmethodNameClass[]parametersClassreturnType
 - 
Constructor SummaryConstructors Constructor Description DgmMethodRecord()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static List<GeneratedMetaMethod.DgmMethodRecord>loadDgmInfo()static voidsaveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord> records, String file)
 
- 
- 
- 
Method Detail- 
saveDgmInfopublic static void saveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord> records, String file) throws IOException - Throws:
- IOException
 
 - 
loadDgmInfopublic static List<GeneratedMetaMethod.DgmMethodRecord> loadDgmInfo() throws IOException - Throws:
- IOException
 
 
- 
 
-