Package com._1c.g5.v8.dt.ql.resource
Class QlParametersFinder
java.lang.Object
com._1c.g5.v8.dt.ql.resource.QlParametersFinder
Special finder for
ParameterExpression in Ql language-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSpecial container ofParameterExpressionfound in Ql query Instances ofQlParametersFinder.QlParametersInfoare stateful and are not safe for use by multiple threads. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(QuerySchema schema) FindsParameterExpressioninQuerySchemafind(org.eclipse.emf.ecore.EObject grammarElement)
-
Constructor Details
-
QlParametersFinder
public QlParametersFinder()
-
-
Method Details
-
find
FindsParameterExpressioninQuerySchema- Parameters:
schema- element of the Ql model, can't benull- Returns:
QlParametersFinder.QlParametersInfo, nevernull
-
find
- Parameters:
grammarElement- element of the Ql (or child language) language model, can't benull- Returns:
QlParametersFinder.QlParametersInfo, nevernull
-