Uses of Class
one.gfw.antlr4.js.typescript.TypeScriptParser.TernaryExpressionContext
-
Packages that use TypeScriptParser.TernaryExpressionContext Package Description one.gfw.antlr4.js.typescript -
-
Uses of TypeScriptParser.TernaryExpressionContext in one.gfw.antlr4.js.typescript
Methods in one.gfw.antlr4.js.typescript with parameters of type TypeScriptParser.TernaryExpressionContext Modifier and Type Method Description voidTypeScriptParserBaseListener. enterTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)voidTypeScriptParserListener. enterTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)voidTypeScriptParserBaseListener. exitTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)voidTypeScriptParserListener. exitTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)TTypeScriptParserBaseVisitor. visitTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)TTypeScriptParserVisitor. visitTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
-