Package org.codehaus.groovy.reflection
Class GeneratedMetaMethod.DgmMethodRecord
java.lang.Object
org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- GeneratedMetaMethod
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidsaveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord> records, String file) 
- 
Field Details- 
className
- 
methodName
- 
returnType
- 
parameters
 
- 
- 
Constructor Details- 
DgmMethodRecordpublic DgmMethodRecord()
 
- 
- 
Method Details- 
saveDgmInfopublic static void saveDgmInfo(List<GeneratedMetaMethod.DgmMethodRecord> records, String file) throws IOException - Throws:
- IOException
 
- 
loadDgmInfo- Throws:
- IOException
 
 
-