-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
GrammarImprovementNot a bug, but a way that JP can be be enhanced to work better.Not a bug, but a way that JP can be be enhanced to work better.
Description
A relational expression can also be an instanceof expression. This improvement would bring it closer to the Java specification.
RelationalExpression:
ShiftExpression
RelationalExpression < ShiftExpression
RelationalExpression > ShiftExpression
RelationalExpression <= ShiftExpression
RelationalExpression >= ShiftExpression
InstanceofExpression
https://docs.oracle.com/javase/specs/jls/se16/html/jls-15.html#jls-RelationalExpression
Metadata
Metadata
Assignees
Labels
GrammarImprovementNot a bug, but a way that JP can be be enhanced to work better.Not a bug, but a way that JP can be be enhanced to work better.