Uses of Interface
com.e1c.langtool.v8.dt.xtext.ParseTreeVisitor
Packages that use ParseTreeVisitor
Package
Description
-
Uses of ParseTreeVisitor in com.e1c.langtool.v8.dt.bsl.cleaner
Classes in com.e1c.langtool.v8.dt.bsl.cleaner that implement ParseTreeVisitorModifier and TypeClassDescriptionclassVisitor intended to process allStringLiteral's passed as a first argument to the NStr() function and Extract all but default language into separate storage Generate ReplaceEdit to replace original string literal content with one, containing only message in default language -
Uses of ParseTreeVisitor in com.e1c.langtool.v8.dt.bsl.i18n.internal.loader
Classes in com.e1c.langtool.v8.dt.bsl.i18n.internal.loader that implement ParseTreeVisitorModifier and TypeClassDescriptionclassVisitor intended to process allStringLiteral's passed as a first argument to the NStr() function and generate series ofReplaceEdit's transforming source text into version with all configured languages inlined. -
Uses of ParseTreeVisitor in com.e1c.langtool.v8.dt.bsl.translator
Classes in com.e1c.langtool.v8.dt.bsl.translator that implement ParseTreeVisitor -
Uses of ParseTreeVisitor in com.e1c.langtool.v8.dt.ql.translator
Classes in com.e1c.langtool.v8.dt.ql.translator that implement ParseTreeVisitorModifier and TypeClassDescriptionclassQuery language text processor allows to collect text changes to translate model and switch script variant. -
Uses of ParseTreeVisitor in com.e1c.langtool.v8.dt.right.ql.translator
Classes in com.e1c.langtool.v8.dt.right.ql.translator that implement ParseTreeVisitorModifier and TypeClassDescriptionclassRight query language text processor that makes text changes for model objects and script variant keywords. -
Uses of ParseTreeVisitor in com.e1c.langtool.v8.dt.right.templates.translator
Classes in com.e1c.langtool.v8.dt.right.templates.translator that implement ParseTreeVisitorModifier and TypeClassDescriptionclassRight template language text processor that makes text changes for model objects and script variant keywords. -
Uses of ParseTreeVisitor in com.e1c.langtool.v8.dt.xtext
Classes in com.e1c.langtool.v8.dt.xtext that implement ParseTreeVisitorMethods in com.e1c.langtool.v8.dt.xtext with parameters of type ParseTreeVisitorModifier and TypeMethodDescriptionstatic voidXtextUtils.walkParseTree(org.eclipse.xtext.nodemodel.INode rootNode, ParseTreeVisitor visitor) Walk tree starting from @coderootNodeapplying providedvisitorto the tree nodes.Constructors in com.e1c.langtool.v8.dt.xtext with parameters of type ParseTreeVisitor