visitString abstract method

T? visitString(
  1. StringContext ctx
)

Visit a parse tree produced by EnvParser.string. ctx the parse tree. Return the visitor result.

Implementation

T? visitString(StringContext ctx);