Package eu.bandm.tools.metajava
Class EnvironmentMethod
java.lang.Object
eu.bandm.tools.metajava.EnvironmentMethod
- All Implemented Interfaces:
MetaImportable
,MetaMethod
,MetaModifiable
,MetaProcedure
,MetaStaticImportable
,MetaStaticImportableMember
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getName()
int
hashCode()
static EnvironmentMethod
static Collection<EnvironmentMethod>
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.tools.metajava.MetaStaticImportable
getImportPattern
Methods inherited from interface eu.bandm.tools.metajava.MetaStaticImportableMember
getStaticImportPattern, isStatic
-
Method Details
-
wrap
-
wrap
-
equals
-
hashCode
public int hashCode() -
getReturnType
- Specified by:
getReturnType
in interfaceMetaMethod
-
getModifiers
public int getModifiers()- Specified by:
getModifiers
in interfaceMetaModifiable
-
getName
- Specified by:
getName
in interfaceMetaMethod
- Specified by:
getName
in interfaceMetaStaticImportableMember
-
getParameterTypes
- Specified by:
getParameterTypes
in interfaceMetaProcedure
-
getExceptionTypes
- Specified by:
getExceptionTypes
in interfaceMetaProcedure
-
getEnclosingClass
- Specified by:
getEnclosingClass
in interfaceMetaStaticImportableMember
-