semicolon property
Return the token representing the semicolon that marks the end of the function body.
Implementation
Token get semicolon;
Set the token representing the semicolon that marks the end of the
function body to the given token
.
Implementation
set semicolon(Token token);