Uses of Class
org.eclipse.cdt.internal.corext.template.c.TranslationUnitContext

Packages that use TranslationUnitContext
org.eclipse.cdt.internal.corext.template.c   
 

Uses of TranslationUnitContext in org.eclipse.cdt.internal.corext.template.c
 

Subclasses of TranslationUnitContext in org.eclipse.cdt.internal.corext.template.c
 class CContext
          A context for C/C++
 class CommentContext
          A context for (block) comments.
 

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)