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

/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java1037 verifyConstType (constEntry.value (), typeOf (constEntry.type ()));
1132 private void verifyConstType (Expression e, SymtabEntry t) method in class:Parser
1146 verifyConstType (((ConstEntry)value).value (), t);
1150 } // verifyConstType
2345 verifyConstType (label, type);
2501 verifyConstType (newEntry.maxSize(), qualifiedEntry ("long"));
2547 verifyConstType (maxSize, qualifiedEntry ("long"));
2568 verifyConstType (expr, qualifiedEntry ("long"));

Completed in 95 milliseconds