Examples of USCIgnore


Examples of com.uic.ase.proj.xbn.string.escape.USCIgnore

    <P>Create a CRCVUnescape.</P>

    <P>Equal to <CODE><A HREF="~JD~crcvu(usci,c)~EJD~">CRCVUnescape</A>((new <A HREF="~JD~usci#usci()~EJD~">USCIgnore</A>()), '\\\\')</CODE></P>
   **/
  public CRCVUnescape(char c_escape)  {
    this((new USCIgnore()), c_escape);
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.string.escape.USCIgnore

    <P>Create a TParseConfig.</P>

    <P>Equal to <CODE><A HREF="~JD~tpc(gc,b,usci,optr)~EJD~">TParseConfig</A>(gap_config, b_ignoreSurrTxt, (new USCIgnore()), optr_dbg)</CODE></P>
   **/
  public TParseConfig(GapConfig gap_config, boolean b_ignoreSurrTxt, Outputter optr_dbg)  {
    this(gap_config, b_ignoreSurrTxt, (new USCIgnore()), optr_dbg);
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.string.escape.USCIgnore

    <P>Create an USConfig.</P>

    <P>Equal to <CODE><A HREF="~JD~usc(c,c[],usci)~EJD~">USConfig</A>(c_escape, ac_toEscape, (new <A HREF="~JD~usci#usci()~EJD~">USCIgnore</A>()))</CODE></P>
   **/
  public USConfig(char c_escape, char[] ac_toEscape)  {
    this(c_escape, ac_toEscape, (new USCIgnore()));
  }
View Full Code Here

Examples of com.uic.ase.proj.xbn.string.escape.USCIgnore

  /**
    <P>Get a full (deep) copy of this USCIgnore as an Object.</P>
   **/
  protected Object clone() throws CloneNotSupportedException  {
    return new USCIgnore(bIgnoreAll, acIgnore, apcIgnore);
  }
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.