Examples of CRCFileActual


Examples of com.uic.ase.proj.xbn.config.CRCFileActual

    <P>Get the VWObject containing all configuration variables read in from the source text.</P>

    @return  <CODE><A HREF="~JD~cr#getVWObject(flr,crc)~EJD~">getVWObject</A>(for_lineRetrieval, (new <A HREF="~JD~crcfa#crcfa()~EJD~">CRCFileActual</A>()))</CODE>
   **/
  public VWObject getVWObject(ForLineRetrieval for_lineRetrieval) throws ConfigFormatException  {
    return super.getVWObject(for_lineRetrieval, (new CRCFileActual()));
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.config.CRCFileActual

    <P>Get the VWObject containing all configuration variables read in from the source text.</P>

    @return  <CODE><A HREF="~JD~cr#getVWObject(flr,crc,optr)~EJD~">getVWObject</A>(for_lineRetrieval, (new <A HREF="~JD~crcfa#crcfa()~EJD~">CRCFileActual</A>()), optr_dbg)</CODE>
   **/
  public VWObject getVWObject(ForLineRetrieval for_lineRetrieval, Outputter optr_dbg) throws ConfigFormatException  {
    return super.getVWObject(for_lineRetrieval, (new CRCFileActual()), optr_dbg);
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.config.CRCFileActual

    <P>Get the VWObject containing all configuration variables read in from the source text.</P>

    @return  <CODE><A HREF="~JD~cr#getVWObject(flr,crc,vwo,crf)~EJD~">getVWObject</A>(for_lineRetrieval, (new <A HREF="~JD~crcfa#crcfa()~EJD~">CRCFileActual</A>()), aco_sb_sb_c, cr_filter)</CODE>
   **/
  public VWObject getVWObject(ForLineRetrieval for_lineRetrieval, VWObject aco_sb_sb_c, CRFilter cr_filter) throws ConfigFormatException  {
    return super.getVWObject(for_lineRetrieval, (new CRCFileActual()), aco_sb_sb_c, cr_filter);
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.config.CRCFileActual

    <P>Get the VWObject containing all configuration variables read in from the source text.</P>

    @return  <CODE><A HREF="~JD~cr#getVWObject(flr,crc,optr,vwo,crf)~EJD~">getVWObject</A>(for_lineRetrieval, (new <A HREF="~JD~crcfa#crcfa()~EJD~">CRCFileActual</A>()), optr_dbg, aco_sb_sb_c, cr_filter)</CODE>
   **/
  public VWObject getVWObject(ForLineRetrieval for_lineRetrieval, Outputter optr_dbg, VWObject aco_sb_sb_c, CRFilter cr_filter) throws ConfigFormatException  {
    return getVWObject(for_lineRetrieval, (new CRCFileActual()), optr_dbg, aco_sb_sb_c, cr_filter);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.