|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.pldt.common.editorHelp.FunctionPrototypeSummaryImpl
public class FunctionPrototypeSummaryImpl
Encapsulation of a function's name, return type, and arguments
| Constructor Summary | |
|---|---|
FunctionPrototypeSummaryImpl()
Default Constructor |
|
FunctionPrototypeSummaryImpl(String name,
String returnType,
String arguments)
Constructor with information provided |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionPrototypeSummaryImpl()
public FunctionPrototypeSummaryImpl(String name,
String returnType,
String arguments)
name - the function namereturnType - return type of functionarguments - arguments to the function| Method Detail |
|---|
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 -
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||