Examples of CRCVariable


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

    <P>Create a CRConfig.</P>

    <P>Equal to <CODE><A HREF="~JD~crc(crcd,crcv)~EJD~">CRConfig</A>(crc_delimiters, (new <A HREF="~JD~crcv#crcv()~EJD~">CRCVariable</A>()))</CODE></P>
   **/
  public CRConfig(CRCDelimiters crc_delimiters)  {
    this(crc_delimiters, (new CRCVariable()));
  }
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.