public interface IBindingTagger
process(ITagWriter, IBinding, IASTName)
Modifier and Type | Method and Description |
---|---|
ITag |
process(ITagWriter tagWriter,
IBinding binding,
IASTName ast)
Examines the given input binding to decide if a tag should be created.
|
ITag process(ITagWriter tagWriter, IBinding binding, IASTName ast)
tagWriter
- the writer to use for creating new tagsbinding
- the binding to examine when populating the tag (if needed)ast
- the AST name from which the binding was createdCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.