visitLiteral method

R? visitLiteral(
  1. Literal node
)

Implementation

R? visitLiteral(Literal node) => visitExpression(node);