mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 01:10:45 +00:00
Harman air - Null coalesce and nullish member access operators - WIP
This commit is contained in:
@@ -87,13 +87,15 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
|
||||
|
||||
public static final int PRECEDENCE_LOGICALOR = 12;
|
||||
|
||||
public static final int PRECEDENCE_CONDITIONAL = 13;
|
||||
public static final int PRECEDENCE_NULLCOALESCE = 13;
|
||||
|
||||
public static final int PRECEDENCE_CONDITIONAL = 14;
|
||||
|
||||
public static final int PRECEDENCE_ASSIGNMENT = 14;
|
||||
public static final int PRECEDENCE_ASSIGNMENT = 15;
|
||||
|
||||
public static final int PRECEDENCE_COMMA = 15;
|
||||
public static final int PRECEDENCE_COMMA = 16;
|
||||
|
||||
public static final int NOPRECEDENCE = 16;
|
||||
public static final int NOPRECEDENCE = 17;
|
||||
|
||||
/**
|
||||
* Source item
|
||||
|
||||
Reference in New Issue
Block a user