Package com.antlersoft.ilanalyze.db

Examples of com.antlersoft.ilanalyze.db.DBSourceObject$IRefSetter


  {
    file="";
    line= -1;
    if ( o instanceof DBSourceObject)
    {
      DBSourceObject so=((DBSourceObject)o);
      DBSourceFile f=so.getSourceFile();
      if ( f!=null)
      {
        file=f.toString();
        line=so.getLineNumber();
      }
    }
    type=o.getClass().getName();
    description=o.toString();
    if (o instanceof Persistent)
View Full Code Here

TOP

Related Classes of com.antlersoft.ilanalyze.db.DBSourceObject$IRefSetter

Copyright © 2018 www.massapicom. 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.