Examples of PASAOObject


Examples of com.uic.ase.proj.xbn.array.primitive.PASAOObject

    <P>Get a new PASString representing the toStrings() of the internally-held array of Objects.</P>

    @return  <CODE>(new <A HREF="~JD~pasaoo#pasaoo(o[],b)~EJD~">PASAOObject</A>([the internally-held array of Objects], true))</CODE>
   **/
  public final PASAOObject getPASAOObject()  {
    return (new PASAOObject(ao, true));
  }
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.