Class MethodDef
java.lang.Object
com.thoughtworks.qdox.parser.structs.LocatedDef
com.thoughtworks.qdox.parser.structs.MethodDef
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private boolean
private int
private String
private TypeDef
private List<TypeVariableDef>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()
int
getName()
boolean
void
void
setConstructor
(boolean constructor) void
setDimensions
(int dimensions) void
setExceptions
(Set<TypeDef> exceptions) void
setModifiers
(Set<String> modifiers) void
void
setReturnType
(TypeDef returnType) void
setTypeParams
(List<TypeVariableDef> typeParams) toString()
Methods inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
getColumnNumber, getLineNumber, setColumnNumber, setLineNumber
-
Field Details
-
name
-
typeParams
-
returnType
-
modifiers
-
exceptions
-
constructor
private boolean constructor -
dimensions
private int dimensions -
body
-
-
Constructor Details
-
MethodDef
public MethodDef()
-
-
Method Details
-
toString
-
setName
-
getName
-
setReturnType
-
getReturnType
-
setModifiers
-
getModifiers
-
setConstructor
public void setConstructor(boolean constructor) -
isConstructor
public boolean isConstructor() -
setBody
-
getBody
-
setDimensions
public void setDimensions(int dimensions) -
getDimensions
public int getDimensions() -
setExceptions
-
getExceptions
-
setTypeParams
-
getTypeParams
-