Exemplo n.º 1
0
 public UstNode VisitParenthesizedExpression([NotNull] ECMAScriptParser.ParenthesizedExpressionContext context)
 {
     return(Visit(context.expressionSequence()));
 }
 public override Node VisitParenthesizedExpression(ECMAScriptParser.ParenthesizedExpressionContext context)
 {
     return(Visit(context.expressionSequence()));
 }