Searched defs:BITOR_ASG (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java308 public static final int BITOR_ASG = MOD + 1; // |= field in class:JCTree
309 public static final int BITXOR_ASG = BITOR_ASG + 1; // ^=
312 public static final int SL_ASG = SL + BITOR_ASG - BITOR; // <<=
328 public static final int ASGOffset = BITOR_ASG - BITOR;

Completed in 839 milliseconds