Returns a Dlang attribute. You must call this method after the @ token was read.
Returns a Dlang class. You must call this method after the class token was read.
Concatenate all the tokens until the first token of a certain type that will be ignored
Skip one token
Skip until a token with a certain text is reached
Skip until a token with a certain type is reached
An iterator that helps to deal with DLang tokens