Skip to content

Improve apex bind variable parsing #155

@paustint

Description

@paustint
  • Feature
  • Bug

Carried over from #153

Description

Apex bind variables only support the most basic syntax, which should be improved to support additional common use-cases.

  • :someVarInstance.foo(bar, baz, ...) Allow function calls with varying number of arguments
  • :new Map<Id, SObject>(someVar).keySet() Allow new constructors with generics and arguments with chained method calls

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions