Package javassist.compiler.ast
Class MethodDecl
java.lang.Object
javassist.compiler.ast.ASTree
javassist.compiler.ast.ASTList
javassist.compiler.ast.MethodDecl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
initName
- See Also:
-
-
Constructor Details
-
MethodDecl
-
-
Method Details
-
isConstructor
public boolean isConstructor() -
getModifiers
-
getReturn
-
getParams
-
getThrows
-
getBody
-
accept
Description copied from class:ASTree
Is a method for the visitor pattern. It callsatXXX()
on the given visitor, whereXXX
is the class name of the node object.
-