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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orb/
H A DParserTable.java94 public class ParserTable { class
95 private static String MY_CLASS_NAME = ParserTable.class.getName() ;
97 private static ParserTable myInstance = new ParserTable() ;
101 public static ParserTable get()
115 private ParserTable() { method in class:ParserTable
H A DORBDataParserImpl.java112 // This is not initialized from ParserTable.
405 super( ParserTable.get().getParserData() ) ;

Completed in 104 milliseconds