STREAM method

TerminalNode? STREAM(
  1. int i
)

Implementation

TerminalNode? STREAM(int i) => getToken(Protobuf3Parser.TOKEN_STREAM, i);