LP method

TerminalNode? LP(
  1. int i
)

Implementation

TerminalNode? LP(int i) => getToken(Protobuf3Parser.TOKEN_LP, i);