Bug 412031 - [operators] Add logical XOR operator as in Java
Summary: [operators] Add logical XOR operator as in Java
Status: NEW
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: 2.4.2   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 11:50 EDT by Dietmar Stoll CLA
Modified: 2013-07-01 14:28 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dietmar Stoll CLA 2013-07-01 11:50:51 EDT
This is a feature request to see if there are other developers interested in a XOR operator as in Java. It could be something like ^ (might be problematic as this is used to escape keywords) or ^^.

Currently, BooleanExtensions::xor(...) has to be used.