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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java312 public static final int SL_ASG = SL + BITOR_ASG - BITOR; // <<= field in class:JCTree
313 public static final int SR_ASG = SL_ASG + 1; // >>=

Completed in 54 milliseconds