public class FunctionPrototypeSummaryImpl extends Object
Constructor and Description |
---|
FunctionPrototypeSummaryImpl()
Default Constructor
|
FunctionPrototypeSummaryImpl(String name,
String returnType,
String arguments)
Constructor with information provided
|
Modifier and Type | Method and Description |
---|---|
String |
getArguments() |
String |
getName() |
String |
getPrototypeString(boolean namefirst) |
String |
getReturnType() |
void |
setArguments(String arguments)
Set the arguments
|
void |
setName(String name)
Set the name
|
void |
setReturnType(String returnType)
Set the return type
|
public FunctionPrototypeSummaryImpl()
public String getName()
public String getReturnType()
public String getArguments()
public String getPrototypeString(boolean namefirst)
public void setArguments(String arguments)
arguments
- public void setName(String name)
name
- public void setReturnType(String returnType)
returnType
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.