RP method

TerminalNode? RP(
  1. int i
)

Implementation

TerminalNode? RP(int i) => getToken(Protobuf3Parser.TOKEN_RP, i);