Class ParserImplBase

java.lang.Object
com.sun.corba.se.spi.orb.ParserImplBase
Direct Known Subclasses:
ORBConfiguratorImpl.ConfigParser, ParserImplTableBase

public abstract class ParserImplBase extends Object
  • Constructor Details

    • ParserImplBase

      public ParserImplBase()
  • Method Details

    • makeParser

      protected abstract PropertyParser makeParser()
    • complete

      protected void complete()
      Override this method if there is some needed initialization that takes place after argument parsing. It is always called at the end of setFields.
    • init

      public void init(DataCollector coll)
    • setFields

      protected void setFields(Map map)