Uses of Class
com.e1c.langtool.v8.dt.bsl.comment.DocCommentProcessor.Parent
Packages that use DocCommentProcessor.Parent
-
Uses of DocCommentProcessor.Parent in com.e1c.langtool.v8.dt.bsl.comment
Methods in com.e1c.langtool.v8.dt.bsl.comment that return DocCommentProcessor.ParentMethods in com.e1c.langtool.v8.dt.bsl.comment with parameters of type DocCommentProcessor.ParentModifier and TypeMethodDescriptionprotected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, BslDocumentationComment.Description obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, BslDocumentationComment.ParametersSection obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, BslDocumentationComment.ReturnSection obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, BslDocumentationComment.Section obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, IDescriptionPart obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, TypeSection obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, TypeSection.FieldDefinition obj) protected FeatureKeyDocCommentKeyComputer._computeFqn(DocCommentProcessor.Parent parent, TypeSection.TypeDefinition obj) protected voidDocCommentCollector.doProcess(DocCommentProcessor.Parent parent, BslDocumentationComment.Description object) Process description object to collect translatable features.protected voidDocCommentCollector.doProcess(DocCommentProcessor.Parent parent, TypeSection.FieldDefinition object) Process field defenition object to collect translatable features.protected <T> voidDocCommentCollector.doProcess(DocCommentProcessor.Parent parent, T object, Class<T> clazz) protected abstract <T> voidDocCommentProcessor.doProcess(DocCommentProcessor.Parent parent, T object, Class<T> clazz) Processes concrete object of Bsl commentDocCommentKeyComputer.getFeatureKey(DocCommentProcessor.Parent parent, Object obj) protected Collection<Property>DocCommentCollector.getFieldProperty(DocCommentProcessor.Parent parent, TypeSection.FieldDefinition object) Gets the one or several properties for the field definition in any position level of return section of the doc-comment.DocCommentCollector.getFunctionReturnTypeFieldOrder(DocCommentProcessor.Parent currentParent, TypeSection.FieldDefinition object) Gets the function return type field order from doc-comment.protected booleanDocCommentCollector.isComputedValue(DocCommentProcessor.Parent parent, TypeSection.FieldDefinition object) Checks if field defenition name is computed value from function return property.Constructors in com.e1c.langtool.v8.dt.bsl.comment with parameters of type DocCommentProcessor.Parent -
Uses of DocCommentProcessor.Parent in com.e1c.langtool.v8.dt.bsl.translator
Methods in com.e1c.langtool.v8.dt.bsl.translator with parameters of type DocCommentProcessor.ParentModifier and TypeMethodDescriptionprotected voidAbstractBslCommentTextProcessor.computeDerivedPropertyCache(DocCommentProcessor.Parent parent, TypeSection.FieldDefinition object) Compute derived property cache for the field definition.protected <T> voidBslCommentClearableTextProcessor.doProcess(DocCommentProcessor.Parent parent, T object, Class<T> clazz) protected <T> voidBslCommentTextProcessor.doProcess(DocCommentProcessor.Parent parent, T object, Class<T> clazz) protected <T> voidExternalDocCommentFieldProcessor.doProcess(DocCommentProcessor.Parent parent, T object, Class<T> clazz)