|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.codemanipulation.StubUtility
public class StubUtility
Constructor Summary | |
---|---|
StubUtility()
|
Method Summary | |
---|---|
static java.lang.String |
getBodyFileContent(org.eclipse.cdt.core.model.ITranslationUnit cu,
java.lang.String typeComment,
java.lang.String typeContent,
java.lang.String lineDelimiter)
Not implemented, returns "" . |
static java.lang.String |
getClassComment(org.eclipse.cdt.core.model.ITranslationUnit cu,
java.lang.String typeQualifiedName,
java.lang.String lineDelim)
Not implemented, returns "" . |
static java.lang.String |
getHeaderFileContent(org.eclipse.cdt.core.model.ITranslationUnit cu,
java.lang.String typeComment,
java.lang.String typeContent,
java.lang.String lineDelimiter)
Not implemented, returns "" . |
static java.lang.String |
getLineDelimiterUsed(org.eclipse.cdt.core.model.ICElement elem)
Examines a string and returns the first line delimiter found. |
static java.lang.String |
getTodoTaskTag(org.eclipse.cdt.core.model.ICProject project)
Get the default task tag for the given project. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StubUtility()
Method Detail |
---|
public static java.lang.String getHeaderFileContent(org.eclipse.cdt.core.model.ITranslationUnit cu, java.lang.String typeComment, java.lang.String typeContent, java.lang.String lineDelimiter) throws org.eclipse.core.runtime.CoreException
""
.
org.eclipse.core.runtime.CoreException
public static java.lang.String getBodyFileContent(org.eclipse.cdt.core.model.ITranslationUnit cu, java.lang.String typeComment, java.lang.String typeContent, java.lang.String lineDelimiter) throws org.eclipse.core.runtime.CoreException
""
.
org.eclipse.core.runtime.CoreException
public static java.lang.String getClassComment(org.eclipse.cdt.core.model.ITranslationUnit cu, java.lang.String typeQualifiedName, java.lang.String lineDelim) throws org.eclipse.core.runtime.CoreException
""
.
org.eclipse.core.runtime.CoreException
public static java.lang.String getLineDelimiterUsed(org.eclipse.cdt.core.model.ICElement elem) throws org.eclipse.cdt.core.model.CModelException
org.eclipse.cdt.core.model.CModelException
public static java.lang.String getTodoTaskTag(org.eclipse.cdt.core.model.ICProject project)
project
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |