All Downloads are FREE. Search and download functionalities are using the official Maven repository.

messages.attributeDescriptions.consumeTokenMethod.html Maven / Gradle / Ivy

The newest version!


Consume token method defaults to consumeToken.
Used mainly for performance reasons.
Provided methods are consumeToken and consumeTokenFast.
Custom consume method may be employed as well.

Examples:


  {
    // do not record error reporting information in recover rules
    consumeTokenMethod(".*_recover")="consumeTokenFast"

    // do not record error reporting information in expression parsing,
    // no one really needs to know that + - * / are expected at any offset
    consumeTokenMethod(".*_expr|.*_op|value_expression")="consumeTokenFast"
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy