Skip to content

Normalize method parameters #5

Description

@Unknow0

Hi,

JvmMethod.parameters() includes parameters generated at compile time

  • for inner class add Outer this$0 before other param in constructors
  • for Enum add String name, int ordinal before other param in constructors

We should include these in AstMethod.parameters()

ParamModel should also implements WithMod (and add isSynthetic, isMandate)

Regards.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions