GotoLabelStmt constructor

GotoLabelStmt(
  1. Token token
)

The Name for the jump.

Implementation

GotoLabelStmt(super.token);