NEWLINE method

TerminalNode? NEWLINE(
  1. int i
)

Implementation

TerminalNode? NEWLINE(int i) => getToken(EnvParser.TOKEN_NEWLINE, i);