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 TypeMethodDescriptionbooleanintgetName()inthashCode()static EnvironmentMethodstatic Collection<EnvironmentMethod> Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.tools.metajava.MetaStaticImportable
getImportPatternMethods inherited from interface eu.bandm.tools.metajava.MetaStaticImportableMember
getStaticImportPattern, isStatic
-
Method Details
-
wrap
-
wrap
-
equals
-
hashCode
public int hashCode() -
getReturnType
- Specified by:
getReturnTypein interfaceMetaMethod
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfaceMetaModifiable
-
getName
- Specified by:
getNamein interfaceMetaMethod- Specified by:
getNamein interfaceMetaStaticImportableMember
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceMetaProcedure
-
getExceptionTypes
- Specified by:
getExceptionTypesin interfaceMetaProcedure
-
getEnclosingClass
- Specified by:
getEnclosingClassin interfaceMetaStaticImportableMember
-