Skip to content

array types are ignored in method args, etc, for context menu #27

@shellderp

Description

@shellderp

we can do something like

type = ...
while (type instanceof ArrayType) {
type = ((ArrayType) type).getElementType()
}
if (type instanceof ObjectType) {...}

this needs to be done for field type, method return and argument types, and constant instructions

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions