Package eu.bandm.tools.metajava
Class GeneratedMethod
- All Implemented Interfaces:
GeneratedCode
,MetaImportable
,MetaMethod
,MetaModifiable
,MetaProcedure
,MetaStaticImportable
,MetaStaticImportableMember
-
Field Summary
Fields inherited from class eu.bandm.tools.metajava.GeneratedProcedure
statements
Fields inherited from class eu.bandm.tools.metajava.GeneratedMember
enclosing, name
-
Constructor Summary
ConstructorDescriptionGeneratedMethod
(GeneratedClass enclosing, int modifiers, MetaType returnType, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDefaultDeclaration
(Format defaultDeclaration) void
setReturnType
(MetaType newReturnType) Methods inherited from class eu.bandm.tools.metajava.GeneratedProcedure
addExceptionType, addExceptionType, addParameter, addParameter, addParameter, addParameter, addParameter, addParameterEllipsis, addParameterEllipsis, addStatement, addStatement, addTypeParameter, clearStatements, getCode, getExceptionTypes, getParameter, getParameters, getParameterTypes, getStatements, getTypeParameters
Methods inherited from class eu.bandm.tools.metajava.GeneratedMember
addTypeVariable, addTypeVariable, getEnclosingClass, getName, getTypeVariables
Methods inherited from class eu.bandm.tools.metajava.GeneratedDeclaration
getModifiers, setModifiers
Methods inherited from class eu.bandm.tools.metajava.GeneratedAnnotationTarget
addAnnotation, addAnnotation, addAnnotation, addComment, getAnnotations, getComments, getRawComments, hasMetadata
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.tools.metajava.MetaMethod
getName
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
-
Constructor Details
-
GeneratedMethod
GeneratedMethod(GeneratedClass enclosing, int modifiers, MetaType returnType, String name)
-
-
Method Details
-
getReturnType
- Specified by:
getReturnType
in interfaceMetaMethod
-
setReturnType
-
setDefaultDeclaration
-
getDefaultDeclaration
-