public interface IASDocDelegate
ASParser
to record
ASDoc information encountered while parsing ActionScript
or meta-data tags.Modifier and Type | Method and Description |
---|---|
IASDocComment |
createASDocComment(ISourceLocation location,
IDocumentableDefinition definition)
Called by MXML tree building code to create an
IASDocComment for
classes defined by MXML files. |
IASParserASDocDelegate |
getASParserASDocDelegate()
Get's an implementation of
IASParserASDocDelegate that can be
used by the ASParser to record information about ASDoc comments
encountered while parsing ActionScript. |
IPackageDITAParser |
getPackageDitaParser()
Get's an implementation of
IPackageDITAParser that can be used by
the SWCReader to parse DITA information found in a SWC. |
IASParserASDocDelegate getASParserASDocDelegate()
IASParserASDocDelegate
that can be
used by the ASParser
to record information about ASDoc comments
encountered while parsing ActionScript.
Implementations of the IASParserASDocDelegate
interface that
record ASDoc data are stateful and can not be shared between
ASParser
instances.
IASParserASDocDelegate
that can be
used by the ASParser
to recored information about ASDoc commentsIASDocComment createASDocComment(ISourceLocation location, IDocumentableDefinition definition)
IASDocComment
for
classes defined by MXML files.location
- The location of the ASDoc text in an MXML file.definition
- The IDefinition
the ASDoc documentsIASDocComment
or null.IPackageDITAParser getPackageDitaParser()
IPackageDITAParser
that can be used by
the SWCReader
to parse DITA information found in a SWC.IPackageDITAParser
.Copyright © 2016 The Apache Software Foundation. All rights reserved.