Package org.eclipse.cdt.core.dom.ast.tag
-
Interface Summary Interface Description IBindingTagger Implementations are contributed with the org.eclipse.cdt.core.tagger extension-point.ITag Tags are used to annotateITagReader
's with extra information.ITagReader An interface that provides read-only access to the tags associated with a particular binding.ITagService Provides ITagReaders for specific bindings.ITagWriter An interface that allows tag creation and modification.IWritableTag Tags are used to annotateITagWriter
's with extra information.