Skip to content

Clean up the Java AST: Avoid sub-classes in favor of Enum#3803

Draft
wadoon wants to merge 7 commits intomainfrom
weigl/javaastenums
Draft

Clean up the Java AST: Avoid sub-classes in favor of Enum#3803
wadoon wants to merge 7 commits intomainfrom
weigl/javaastenums

Conversation

@wadoon
Copy link
Copy Markdown
Member

@wadoon wadoon commented Apr 12, 2026

Intended Change

Simplification to the KeY-Java-Ast. In particular,

  • collapse all different modifiers, binary operators, unary operators, logical functions, and assignments into separate enums

Plan

  • Refactor
  • Test
  • Shipping

Type of pull request

  • Refactoring (behaviour should not change or only minimally change)

Ensuring quality

  • I have tested the feature as follows: CI

@wadoon wadoon added this to the v3.1.0 milestone Apr 12, 2026
@wadoon wadoon self-assigned this Apr 12, 2026
@wadoon wadoon added the Java Pull requests that update Java code label Apr 12, 2026
@wadoon wadoon force-pushed the weigl/javaastenums branch from 297144d to 170d60f Compare April 12, 2026 16:19
@wadoon wadoon requested a review from unp1 April 12, 2026 21:54
@wadoon wadoon force-pushed the weigl/javaastenums branch 2 times, most recently from 8a71973 to 70725b4 Compare April 17, 2026 19:19
@wadoon wadoon force-pushed the weigl/javaastenums branch from 40cf2db to 73ee6c3 Compare April 17, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant