Class AbstractQueryPartProcessor
java.lang.Object
com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesCollector
com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractQueryPartProcessor
- All Implemented Interfaces:
TypedStringLiteralFeatureValueCollector
- Direct Known Subclasses:
QueryPartCollector,QueryPartContentProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InternalizeDbViewTermsProviderprotected com.google.inject.Provider<QlPartStringParser>protected IStringLiteralTypeComputerprotected IV8ProjectManagerFields inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesCollector
resourceLookup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcollectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) protected ContextTranslationKeycreateCommentContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String content) protected ContextTranslationKeycreateKeyContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String key) protected ContextTranslationKeycreateStringLiteralContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String content) protected StringgetCommentContent(org.antlr.runtime.Token token, QlPartStringParser parser) protected StringgetKey(org.antlr.runtime.Token token, QlPartStringParser parser) protected QlPartStringParsergetQlPartStringParser(String literalContent) protected StringgetStringLiteralContent(org.antlr.runtime.Token token, QlPartStringParser parser) protected booleanMethods inherited from class com.e1c.langtool.v8.dt.bsl.stringliteral.AbstractStringLiteralLinesCollector
collect, createLiteralLinesContextTranslationKey, createLiteralLinesContextTranslationKey, isComputedValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.e1c.langtool.v8.dt.bsl.stringliteral.TypedStringLiteralFeatureValueCollector
isSupport
-
Field Details
-
stringParserProvider
-
internalizeDbViewTermsProvider
-
typeComputer
-
v8ProjectManager
-
-
Constructor Details
-
AbstractQueryPartProcessor
public AbstractQueryPartProcessor()
-
-
Method Details
-
collectContent
protected void collectContent(StringLiteral literal, CollectingContext context, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
collectContentin classAbstractStringLiteralLinesCollector
-
isLinesComputedByDefault
protected boolean isLinesComputedByDefault()- Specified by:
isLinesComputedByDefaultin classAbstractStringLiteralLinesCollector
-
getQlPartStringParser
-
getKey
-
getStringLiteralContent
-
getCommentContent
-
createKeyContextTranslationKey
protected ContextTranslationKey createKeyContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String key) -
createStringLiteralContextTranslationKey
protected ContextTranslationKey createStringLiteralContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String content) -
createCommentContextTranslationKey
protected ContextTranslationKey createCommentContextTranslationKey(org.eclipse.core.resources.IFile file, FeatureKey featureKey, String content)
-