Searched refs:enumSwitch (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/test/tools/javac/StringsInSwitch/
H A DStringSwitches.java111 int enumResult = enumSwitch(msv);
136 private static int enumSwitch(MetaSynVar msv) { method in class:StringSwitches
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java520 boolean enumSwitch = selsuper != null &&
522 Type target = enumSwitch ? erasure(tree.selector.type) : syms.intType;
H A DLower.java3354 boolean enumSwitch = selsuper != null &&
3358 Type target = enumSwitch ? tree.selector.type :
3362 if (enumSwitch) {
3392 JCSwitch enumSwitch = make.Switch(selector, cases.toList());
3393 patchTargets(enumSwitch, tree, enumSwitch);
3394 return enumSwitch;
H A DAttr.java1001 boolean enumSwitch =
1012 if (!enumSwitch && !stringSwitch)
1024 if (enumSwitch) {

Completed in 81 milliseconds