/// <summary><inheritDoc></inheritDoc></summary>
 /// <returns>
 /// This method returns the result of calling
 /// <see cref="GetActionType()">GetActionType()</see>
 /// on the
 /// <see cref="ILexerAction">ILexerAction</see>
 /// returned by
 /// <see cref="GetAction()">GetAction()</see>
 /// .
 /// </returns>
 public LexerActionType GetActionType()
 {
     return(action.GetActionType());
 }