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
getModifiers
Methods inherited from interface eu.bandm.tools.metajava.MetaProcedure
getExceptionTypes, getParameterTypes
Methods inherited from interface eu.bandm.tools.metajava.MetaStaticImportable
getImportPattern
Methods inherited from interface eu.bandm.tools.metajava.MetaStaticImportableMember
getEnclosingClass, getStaticImportPattern, isStatic
-
Method Details
-
getReturnType
MetaType getReturnType() -
getName
String getName()- Specified by:
getName
in interfaceMetaStaticImportableMember
-