MULTI_LINE_COMMENTDefinition: MULTI_LINE_COMMENT ::= '/' '*' ( [^*] | '*'+ [^*/] )* '*'+ '/' Used In: IgnorableWhitespace