Package com._1c.g5.v8.dt.ql.resource
Class QlParametersFinder
- java.lang.Object
-
- com._1c.g5.v8.dt.ql.resource.QlParametersFinder
-
public class QlParametersFinder extends Object
Special finder forParameterExpressionin Ql language
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQlParametersFinder.QlParametersInfoSpecial container ofParameterExpressionfound in Ql query Instances ofQlParametersFinder.QlParametersInfoare stateful and are not safe for use by multiple threads.
-
Constructor Summary
Constructors Constructor Description QlParametersFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QlParametersFinder.QlParametersInfofind(QuerySchema schema)FindsParameterExpressioninQuerySchemaQlParametersFinder.QlParametersInfofind(org.eclipse.emf.ecore.EObject grammarElement)
-
-
-
Method Detail
-
find
public QlParametersFinder.QlParametersInfo find(QuerySchema schema)
FindsParameterExpressioninQuerySchema- Parameters:
schema- element of the Ql model, can't benull- Returns:
QlParametersFinder.QlParametersInfo, nevernull
-
find
public QlParametersFinder.QlParametersInfo find(org.eclipse.emf.ecore.EObject grammarElement)
- Parameters:
grammarElement- element of the Ql (or child language) language model, can't benull- Returns:
QlParametersFinder.QlParametersInfo, nevernull
-
-