Class representing a subroutine.
subroutineDefinition : def Identifier LPAREN anyTypeArgumentList? RPAREN returnSignature? subroutineBlock
def
Optional
Class representing a subroutine.
subroutineDefinition :
def
Identifier LPAREN anyTypeArgumentList? RPAREN returnSignature? subroutineBlock