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 forParameterExpression
in Ql language
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QlParametersFinder.QlParametersInfo
Special container ofParameterExpression
found in Ql query Instances ofQlParametersFinder.QlParametersInfo
are 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.QlParametersInfo
find(QuerySchema schema)
FindsParameterExpression
inQuerySchema
QlParametersFinder.QlParametersInfo
find(org.eclipse.emf.ecore.EObject grammarElement)
-
-
-
Method Detail
-
find
public QlParametersFinder.QlParametersInfo find(QuerySchema schema)
FindsParameterExpression
inQuerySchema
- 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
-
-