Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add buildX methods to ITermFactory that preserve the origin of the replaced term #20

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    427d30b View commit details
    Browse the repository at this point in the history
  2. Add TermType enum

    Virtlink committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    4e544d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83c5cf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51e9e9b View commit details
    Browse the repository at this point in the history
  5. Explicit nullability of term annotations

    In StrategoTerm's constructor, this.annotations is only assigned when
    the argument is non-null and non-empty, implying it stays its default
    value of null when the argument is null or empty. The @nullable
    annotations explicate this fact.
    Virtlink committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    728860f View commit details
    Browse the repository at this point in the history