|
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(java.lang.String name,
java.lang.String namespace,
java.lang.String description,
IFunctionPrototypeSummary prototype,
IRequiredInclude[] includes)
Function information used in editor help |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
IRequiredInclude[] |
getIncludes()
|
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
|
IFunctionPrototypeSummary |
getPrototype()
|
void |
setDescription(java.lang.String description)
Set description of this function |
void |
setIncludes(IRequiredInclude[] includes)
Set the list of required includes for this function |
void |
setName(java.lang.String name)
Set the name of this function |
void |
setNamespace(java.lang.String namespace)
Set namespace |
void |
setPrototype(IFunctionPrototypeSummary prototype)
Set Function prototype summary information for this object |
java.lang.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(java.lang.String name,
java.lang.String namespace,
java.lang.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 java.lang.String getName()
public java.lang.String getNamespace()
public java.lang.String getDescription()
public IFunctionPrototypeSummary getPrototype()
public IRequiredInclude[] getIncludes()
public void setDescription(java.lang.String description)
description - public void setIncludes(IRequiredInclude[] includes)
includes - public void setName(java.lang.String name)
name - public void setNamespace(java.lang.String namespace)
namespace - public void setPrototype(IFunctionPrototypeSummary prototype)
prototype - public java.lang.String toString()
toString in class java.lang.Object
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||