Package eu.bandm.tools.metajava
Interface MetaMethod
- All Superinterfaces:
MetaImportable,MetaModifiable,MetaProcedure,MetaStaticImportable,MetaStaticImportableMember
- All Known Implementing Classes:
EnvironmentMethod,GeneratedMethod
-
Method Summary
Methods inherited from interface eu.bandm.tools.metajava.MetaModifiable
getModifiersMethods inherited from interface eu.bandm.tools.metajava.MetaProcedure
getExceptionTypes, getParameterTypesMethods inherited from interface eu.bandm.tools.metajava.MetaStaticImportable
getImportPatternMethods inherited from interface eu.bandm.tools.metajava.MetaStaticImportableMember
getEnclosingClass, getStaticImportPattern, isStatic
-
Method Details
-
getReturnType
MetaType getReturnType() -
getName
String getName()- Specified by:
getNamein interfaceMetaStaticImportableMember
-