|
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.FunctionSummaryImpl
public class FunctionSummaryImpl
Used by all four PLDT types MPI, OpenMP, LAPI and UPC, to create the structures that hover help needs
| Constructor Summary | |
|---|---|
FunctionSummaryImpl()
|
|
FunctionSummaryImpl(String name,
String namespace,
String description,
IFunctionPrototypeSummary prototype,
IRequiredInclude[] includes)
Function information used in editor help |
|
| Method Summary | |
|---|---|
String |
getDescription()
|
IRequiredInclude[] |
getIncludes()
|
String |
getName()
|
String |
getNamespace()
|
IFunctionPrototypeSummary |
getPrototype()
|
void |
setDescription(String description)
Set description of this function |
void |
setIncludes(IRequiredInclude[] includes)
Set the list of required includes for this function |
void |
setName(String name)
Set the name of this function |
void |
setNamespace(String namespace)
Set namespace |
void |
setPrototype(IFunctionPrototypeSummary prototype)
Set Function prototype summary information for this object |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionSummaryImpl()
public FunctionSummaryImpl(String name,
String namespace,
String description,
IFunctionPrototypeSummary prototype,
IRequiredInclude[] includes)
name - - used for the name of the html help file referenced by the F1 (dynamic help) function key. Other use too?
assumed.namespace - description - prototype - includes - | Method Detail |
|---|
public String getName()
public String getNamespace()
public String getDescription()
public IFunctionPrototypeSummary getPrototype()
public IRequiredInclude[] getIncludes()
public void setDescription(String description)
description - public void setIncludes(IRequiredInclude[] includes)
includes - public void setName(String name)
name - public void setNamespace(String namespace)
namespace - public void setPrototype(IFunctionPrototypeSummary prototype)
prototype - public String toString()
toString in class Object
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||