Lines Matching refs:ctx

18 	 * @param ctx the parse tree
21 Result visitBracketOp(@NotNull BindingExpressionParser.BracketOpContext ctx);
26 * @param ctx the parse tree
29 Result visitResource(@NotNull BindingExpressionParser.ResourceContext ctx);
34 * @param ctx the parse tree
37 Result visitCastOp(@NotNull BindingExpressionParser.CastOpContext ctx);
42 * @param ctx the parse tree
45 Result visitUnaryOp(@NotNull BindingExpressionParser.UnaryOpContext ctx);
50 * @param ctx the parse tree
53 Result visitAndOrOp(@NotNull BindingExpressionParser.AndOrOpContext ctx);
58 * @param ctx the parse tree
61 Result visitMethodInvocation(@NotNull BindingExpressionParser.MethodInvocationContext ctx);
66 * @param ctx the parse tree
69 Result visitPrimary(@NotNull BindingExpressionParser.PrimaryContext ctx);
74 * @param ctx the parse tree
77 Result visitGrouping(@NotNull BindingExpressionParser.GroupingContext ctx);
82 * @param ctx the parse tree
85 Result visitTernaryOp(@NotNull BindingExpressionParser.TernaryOpContext ctx);
90 * @param ctx the parse tree
93 Result visitComparisonOp(@NotNull BindingExpressionParser.ComparisonOpContext ctx);
98 * @param ctx the parse tree
101 Result visitDotOp(@NotNull BindingExpressionParser.DotOpContext ctx);
106 * @param ctx the parse tree
109 Result visitMathOp(@NotNull BindingExpressionParser.MathOpContext ctx);
114 * @param ctx the parse tree
117 Result visitQuestionQuestionOp(@NotNull BindingExpressionParser.QuestionQuestionOpContext ctx);
122 * @param ctx the parse tree
125 Result visitBitShiftOp(@NotNull BindingExpressionParser.BitShiftOpContext ctx);
130 * @param ctx the parse tree
133 Result visitInstanceOfOp(@NotNull BindingExpressionParser.InstanceOfOpContext ctx);
138 * @param ctx the parse tree
141 Result visitBinaryOp(@NotNull BindingExpressionParser.BinaryOpContext ctx);
145 * @param ctx the parse tree
148 Result visitBindingSyntax(@NotNull BindingExpressionParser.BindingSyntaxContext ctx);
152 * @param ctx the parse tree
155 Result visitDefaults(@NotNull BindingExpressionParser.DefaultsContext ctx);
159 * @param ctx the parse tree
162 Result visitConstantValue(@NotNull BindingExpressionParser.ConstantValueContext ctx);
166 * @param ctx the parse tree
169 Result visitExpression(@NotNull BindingExpressionParser.ExpressionContext ctx);
173 * @param ctx the parse tree
176 Result visitClassExtraction(@NotNull BindingExpressionParser.ClassExtractionContext ctx);
180 * @param ctx the parse tree
183 Result visitExpressionList(@NotNull BindingExpressionParser.ExpressionListContext ctx);
187 * @param ctx the parse tree
190 Result visitLiteral(@NotNull BindingExpressionParser.LiteralContext ctx);
194 * @param ctx the parse tree
197 Result visitIdentifier(@NotNull BindingExpressionParser.IdentifierContext ctx);
201 * @param ctx the parse tree
204 Result visitJavaLiteral(@NotNull BindingExpressionParser.JavaLiteralContext ctx);
208 * @param ctx the parse tree
211 Result visitStringLiteral(@NotNull BindingExpressionParser.StringLiteralContext ctx);
215 * @param ctx the parse tree
218 Result visitExplicitGenericInvocation(@NotNull BindingExpressionParser.ExplicitGenericInvocationContext ctx);
222 * @param ctx the parse tree
225 Result visitTypeArguments(@NotNull BindingExpressionParser.TypeArgumentsContext ctx);
229 * @param ctx the parse tree
232 Result visitType(@NotNull BindingExpressionParser.TypeContext ctx);
236 * @param ctx the parse tree
239 Result visitExplicitGenericInvocationSuffix(@NotNull BindingExpressionParser.ExplicitGenericInvocationSuffixContext ctx);
243 * @param ctx the parse tree
246 Result visitArguments(@NotNull BindingExpressionParser.ArgumentsContext ctx);
250 * @param ctx the parse tree
253 Result visitClassOrInterfaceType(@NotNull BindingExpressionParser.ClassOrInterfaceTypeContext ctx);
257 * @param ctx the parse tree
260 Result visitPrimitiveType(@NotNull BindingExpressionParser.PrimitiveTypeContext ctx);
264 * @param ctx the parse tree
267 Result visitResources(@NotNull BindingExpressionParser.ResourcesContext ctx);
271 * @param ctx the parse tree
274 Result visitResourceParameters(@NotNull BindingExpressionParser.ResourceParametersContext ctx);