Methods in org.eclipse.cdt.internal.corext.template.c that return TranslationUnitContext |
abstract TranslationUnitContext |
TranslationUnitContextType.createContext(org.eclipse.jface.text.IDocument document,
int offset,
int length,
org.eclipse.cdt.core.model.ITranslationUnit translationUnit)
|
TranslationUnitContext |
CommentContextType.createContext(org.eclipse.jface.text.IDocument document,
int offset,
int length,
org.eclipse.cdt.core.model.ITranslationUnit translationUnit)
|
TranslationUnitContext |
CContextType.createContext(org.eclipse.jface.text.IDocument document,
int offset,
int length,
org.eclipse.cdt.core.model.ITranslationUnit translationUnit)
|
abstract TranslationUnitContext |
TranslationUnitContextType.createContext(org.eclipse.jface.text.IDocument document,
org.eclipse.jface.text.Position position,
org.eclipse.cdt.core.model.ITranslationUnit translationUnit)
|
TranslationUnitContext |
CommentContextType.createContext(org.eclipse.jface.text.IDocument document,
org.eclipse.jface.text.Position position,
org.eclipse.cdt.core.model.ITranslationUnit translationUnit)
|
TranslationUnitContext |
CContextType.createContext(org.eclipse.jface.text.IDocument document,
org.eclipse.jface.text.Position position,
org.eclipse.cdt.core.model.ITranslationUnit translationUnit)
|