|
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
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.cdt.ui.IFunctionSummary |
|---|
org.eclipse.cdt.ui.IFunctionSummary.IFunctionPrototypeSummary |
| Constructor Summary | |
|---|---|
FunctionSummaryImpl()
|
|
FunctionSummaryImpl(java.lang.String name,
java.lang.String namespace,
java.lang.String description,
org.eclipse.cdt.ui.IFunctionSummary.IFunctionPrototypeSummary prototype,
org.eclipse.cdt.ui.IRequiredInclude[] includes)
Function information used in editor help |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
org.eclipse.cdt.ui.IRequiredInclude[] |
getIncludes()
|
java.lang.String |
getName()
|
java.lang.String |
getNamespace()
|
org.eclipse.cdt.ui.IFunctionSummary.IFunctionPrototypeSummary |
getPrototype()
|
void |
setDescription(java.lang.String description)
Set description of this function |
void |
setIncludes(org.eclipse.cdt.ui.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(org.eclipse.cdt.ui.IFunctionSummary.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,
org.eclipse.cdt.ui.IFunctionSummary.IFunctionPrototypeSummary prototype,
org.eclipse.cdt.ui.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()
getName in interface org.eclipse.cdt.ui.IFunctionSummarypublic java.lang.String getNamespace()
getNamespace in interface org.eclipse.cdt.ui.IFunctionSummarypublic java.lang.String getDescription()
getDescription in interface org.eclipse.cdt.ui.IFunctionSummarypublic org.eclipse.cdt.ui.IFunctionSummary.IFunctionPrototypeSummary getPrototype()
getPrototype in interface org.eclipse.cdt.ui.IFunctionSummarypublic org.eclipse.cdt.ui.IRequiredInclude[] getIncludes()
getIncludes in interface org.eclipse.cdt.ui.IFunctionSummarypublic void setDescription(java.lang.String description)
description - public void setIncludes(org.eclipse.cdt.ui.IRequiredInclude[] includes)
includes - public void setName(java.lang.String name)
name - public void setNamespace(java.lang.String namespace)
namespace - public void setPrototype(org.eclipse.cdt.ui.IFunctionSummary.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 | |||||||||