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 class
Special container ofParameterExpression
found in Ql query Instances ofQlParametersFinder.QlParametersInfo
are stateful and are not safe for use by multiple threads. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind
(QuerySchema schema) FindsParameterExpression
inQuerySchema
find
(org.eclipse.emf.ecore.EObject grammarElement)
-
Constructor Details
-
QlParametersFinder
public QlParametersFinder()
-
-
Method Details
-
find
FindsParameterExpression
inQuerySchema
- 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
-