Improve expression parsing #154

Open
opened 2025-08-09 17:13:38 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @adelphes on 1/27/2017

Currently, watches and evaluations only support simple variables, object instance fields and array elements.

Need to add:

  • Arithmetic, relational and logic operators
  • Type casts
  • Method calls
  • Static fields (using type names, not instance variables)
  • Class types (e.g Object.class)
*Originally created by @adelphes on 1/27/2017* Currently, watches and evaluations only support simple variables, object instance fields and array elements. Need to add: - [x] Arithmetic, relational and logic operators - [ ] Type casts - [x] Method calls - [x] Static fields (using type names, not instance variables) - [ ] Class types (e.g Object.class)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/android-dev-ext#154
No description provided.